On Jun 9, 2011, at 10:30 AM, Tauqir Akhtar wrote:

> 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 2 : <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 Akhtar
> 

Are the two machines in the same subnet ?  Is multicasting work ?  What do you 
see in the logs ?  Are there any memberships established ?  Etc...
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to