Hi 

I am running two Tomcat (5.5.27) Instances on two different machines deploying 
the same Java Application.

I have made changes in server.xml to specify the Port on which Tomcat should 
run on the two machines.

On Machine 1 : <Connector port="8001"

On Machine 12 : <Connector port="8002"

Both the Instances are running fine.

What other configuration changes (In which files) do I need to make to run 
these two Tomcat Instances in one Cluster?

I have following variables set in the machine environment:

CATALINA_OPTS : -Xms512m -Xmx1024m
JAVA_OPTS      : -Xmx768m
JAVA_HOME      : C:\Program Files\Java\jdk1.5.0_11

What other changes I need to make to run more Tomcat Instances from the same 
Installation on each machine?

For Example:
On Machine 1 :  <Connector port="8001"
                        <Connector port="8003"

On Machine 2 :  <Connector port="8002"
                        <Connector port="8004"

I want to run all these instances in a cluster.

Your help will be highly appreciated.

Thanks
Tauqir

######################################################################

NOTICE:
The contents of this e-mail and any attachments to it may contain privileged 
and confidential information from The Jones Group Inc. or its affiliates.  This 
information is only for the viewing or use of the intended recipient.  If you 
are not the intended recipient, you are hereby notified that any disclosure, 
copying, distribution or use of, or the taking of any action in reliance upon, 
the information contained in this e-mail, or any of the attachments to this 
e-mail, is strictly prohibited.  If you have received this e-mail in error, 
please immediately notify the sender by replying to this message and delete it 
from your system.

#######################################################################



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to