RE: multiple Tomcat on one host with multiple IPs using the same port

2007-05-10 Thread Ran Li
with multiple IPs using the same port From: Ran Li [mailto:[EMAIL PROTECTED] Subject: multiple Tomcat on one host with multiple IPs using the same port I need to setup 4 Tomcat on one host, this host has multiple IPs, is it possible to set them up with multiple IPs using the same listening port

Re: multiple Tomcat on one host with multiple IPs using the same port

2007-05-10 Thread Hassan Schroeder
On 5/10/07, Ran Li [EMAIL PROTECTED] wrote: The problem I have now is once I started the first Tomcat I could not start any of others if I use the same port 80xx, the log complains about the port has already been used. It sounds like you haven't configured each Connector with the desired IP

Re: multiple Tomcat on one host with multiple IPs using the same port

2007-05-10 Thread Sebastiaan van Erk
The shutdown listener binds hardcoded on 127.0.0.1. Make sure they're on a different port for each tomcat instance. Regards, Sebastiaan Hassan Schroeder wrote: On 5/10/07, Ran Li [EMAIL PROTECTED] wrote: The problem I have now is once I started the first Tomcat I could not start any of

multiple Tomcat on one host with multiple IPs using the same port

2007-05-09 Thread Ran Li
Hello list, I need to setup 4 Tomcat on one host, this host has multiple IPs, is it possible to set them up with multiple IPs using the same listening port 8080? If it is possible could you let me know how? I tried configure different Host name in server.xml seems does not work in this way.