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
> 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
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
> 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.
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
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
> 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
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