Hello,
I’d like to run more than one servoy server on a single computer. They would each be accessing different databases.
I found that I could set most of the ports in server/conf/server.xml
However, I still get an error that the rmi registry port is still in use, so I altered useRMIRegistryPort to 1098 instead of 1099.
When I start up, though, I get the following error message:
java.rmi.server.ExportException: Port already in use: 1099; nested exception is:
java.net.BindException: Address already in use
java.rmi.server.ExportException: Port already in use: 1099; nested exception is:
java.net.BindException: Address already in use
…
Using RMI registry on port 1100
It DOES work, but I would like to be able to define the ports so I know which ports are being used, and let them through a firewall.
Is useRMIRegistryPort the right parameter? If not, where should I be looking?
Thank you,
Frank Mattheus