Issue with Starting second ORDS instance on same database server
Hello
trying to configure ORDS 23.4 for 2 different oracle databases ( 19.22) on same server.
Details:
db1 with HTTPS port 8450
db2 with HTTPS Port 8440
when i try to start the second ORDS instance after setting the required env variabes using
ords serve
Get below error
2024-03-06T10:59:27.721Z INFO HTTP and HTTP/2 cleartext listening on host: 0.0.0.0 port: 8080
2024-03-06T10:59:27.723Z INFO HTTPS and HTTPS/2 listening on host: 0.0.0.0 port: 8440
2024-03-06T10:59:27.762Z INFO The document root is serving static resources located in: ***********************
Could not start Standalone Mode because the listen port: 8080 is already in use by another process. Check if another instance of ords is already running