We have an environment where multiple ofbiz servers are running on the same machine. We are able to get this setup by changing all the port settings for the different servers to avoid port conflicts. The servers are able to run concurrently without any problems.
We are seeing a problem when we execute "ant run-install" while the other servers are running. The ant build fails with a port binding exception as it tries to access JOTM through the JNDI naming service. Does the "ant run-install" build target use some hard coded port settings that we are not able to over ride? Thanks in advance for any suggestions on this problem. Brett
