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 o

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 Ran Li
ISTEN 10.2.2.4.8080 *.*0 0 49152 0 LISTEN Thanks for any comments. Regards, Ran -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 09, 2007 9:14 PM To: Tomcat Users List Subject: RE: multiple Tomcat on one host

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

2007-05-09 Thread Caldarale, Charles R
> 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 8080? Assuming you wa