1. Read RUNNING.txt that comes with Tomcat distribution. There is a
chapter entitled "Advanced Configuration - Multiple Tomcat Instances".

The trick is to have several $CATALINA_BASE directories for different
instances of Tomcat.


2. Make sure that your $CATALINA_BASE\conf\server.xml specify
different port numbers, or there will be a conflict between the
instances.

By default those port numbers are 8005 (shutdown), 8080, 8009
(connectors). Make sure to change ALL of them.  You may also wish to
disable ones that you are not using (8080 or 8009, usually only one of
them is used).



2007/11/20, nagabandi raghavender <[EMAIL PROTECTED]>:
> How to create multiple instances for tomcat 6.0.
> please give me the procedure for doing this.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to