you can refer workers.properties file in apache and this file can be created
in apache_home/conf/ path

workers.tomcat_home=/tomcat
workers.java_home=$JAVA_HOME
ps=/
worker.list=tomcat,loadbalancer

worker.tomcatC.port=8009
worker.tomcatC.host=192.168.1.80
worker.tomcatC.type=ajp13
worker.tomcatC.lbfactor=1

worker.loadbalancer.type=lb
worker.loadbalancer.balanced_workers=tomcat
worker.loadbalancer.sticky_session=1

you may refer to this link also for basic knowledge 

http://www.easywayserver.com/

http://tomcat.apache.org/tomcat-5.5-doc/printer/balancer-howto.html 


-- 
View this message in context: 
http://www.nabble.com/Tomcat-5.5-Load-Balancing-Rule-Classes-tf1919151.html#a5304476
Sent from the Tomcat - User forum at Nabble.com.


---------------------------------------------------------------------
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