This did work...thanks everyone!

Chris Bliesner
El Paso Boeing Oracle DBA
915-834-1757
 

-----Original Message-----
From: Markus Schönhaber [mailto:[EMAIL PROTECTED] 
Sent: Friday, October 21, 2005 1:32 PM
To: Tomcat Users List
Subject: Re: Configuring Tomcat for Multiple versions

Am Freitag, 21. Oktober 2005 21:25 schrieb Bliesner, Christopher P:
> Hello,
>
> I am trying to setup multiple versions of Tomcat on the same server.
> The Server already uses Tomcat 3 and I'm trying to setup Tomcat 4 on 
> the same server.
>
> What changes do I need to perform to the server.xml file to make this 
> happen?

The additional tomcat has to be configured to only bind to ports not in use by 
the already installed tomcat. These are at least:
- the shutdown port (<Server port="xxxx" shutdown="yyyy">)
- all the ports used by <Connector>s

Regards
mks

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to