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]

Reply via email to