RE: Several instancias of Tomcat on a same machine

2006-12-20 Thread Bachler, Elisabeth \(Elisabeth\)
Thanks! Elisabeth -Original Message- From: Peter Crowther [mailto:[EMAIL PROTECTED] Sent: miƩrcoles, 20 de diciembre de 2006 18:26 To: Tomcat Users List Subject: RE: Several instancias of Tomcat on a same machine > From: Peter Crowther > > - The ajp connector (in this case

RE: Several instancias of Tomcat on a same machine

2006-12-20 Thread Peter Crowther
> From: Peter Crowther > > - The ajp connector (in this case 8009) has to be unique .. > >==> I can start with 8009 -8010 till 8013 > > Only true if you're using AJP - i.e. front-ending with > Apache. Are you? > If so, are you using it exclusively (in which case you can > knock out

RE: Several instancias of Tomcat on a same machine

2006-12-20 Thread Bachler, Elisabeth \(Elisabeth\)
veral instancias of Tomcat on a same machine > From: Bachler, Elisabeth (Elisabeth) > - The shutdown port (in this case ... 8004) has to be unique... >===> I can start with 8001 - 8002 ... Till 8005 Yes. > - The http connector port (in this case 8081) has to be unique... &g

RE: Several instancias of Tomcat on a same machine

2006-12-20 Thread Peter Crowther
> From: Bachler, Elisabeth (Elisabeth) > - The shutdown port (in this case ... 8004) has to be unique... >===> I can start with 8001 - 8002 ... Till 8005 Yes. > - The http connector port (in this case 8081) has to be > unique... ==> I can start with 8080 - 8081 - ... Till 8084 Yes.

RE: Several instancias of Tomcat on a same machine

2006-12-20 Thread Bachler, Elisabeth \(Elisabeth\)
8009) has to be unique .. ==> I can start with 8009 -8010 till 8013 ==> Do I need to modify other procedures? <== Thanks Elisabeth -Original Message- From: Peter Crowther [mailto:[EMAIL PROTECTED] Sent: miƩrcoles, 20 de diciembre de 2006 17:49 To: Tomcat Users List Subject: RE: Se

Re: Several instancias of Tomcat on a same machine

2006-12-20 Thread David Smith
Two things to keep an eye on: 1. The shutdown port at the top of each server.xml has to be unique 2. The connector ports in each server.xml have to be unique. I'd recommend putting some thought into a methodology before starting, let's say start with 8001 for shutdown ports and increment for eac

RE: Several instancias of Tomcat on a same machine

2006-12-20 Thread Peter Crowther
> From: Bachler, Elisabeth (Elisabeth) > [mailto:[EMAIL PROTECTED] > I would like to download tomcat (5 times). You'll only need to download it once. Are you wanting to run this on Windows or Linux, and do you want to start the instances as daemons/services or from the command line? > I need 5

RE: Several instancias of Tomcat on a same machine

2006-12-20 Thread Bachler, Elisabeth \(Elisabeth\)
Hello, I have never done that before and I am affraid of making a mistake so please help me with this. I would like to download tomcat (5 times). I need 5 instances of tomcat on the same machine (tomcat1, tomcat2, etc). What do I have to configure in order to work I seem to remember I need t