Hello, I’d like to run two instances of Camunda (7.18 and 7.24) on one server.
I have my own compiled apps from source code.
Is it possible to solve all port conflicts? I managed to change server port and shutdown port, even though editing default.yml or adding JVM didn’t help at all, I had to pretty much edit all 8080/8005 ports in conf files. Then there is a db port. Is there anything else?
UPDATE: server and db ports changed, two different insatnces can now start and run at once. The only issue now is that I can’t be logged in in both at once - session expires in first when I log in to second app.