Hi I have enabled loadbalancing with one local instance (isint1proc2) of tomcat and another remote instance (on isint1proc4.local - linux box). But my remote instance is not at all working (I checked it by removing the working worker isint1proc2 from the balanced workers and nothing was fetched). The host name on the server.xml for the remote instance is "localhost". Am I doing anything wrong or am I missing out anything? I'm using tomcat 4.1.16, Apache 2 and JK connector. My workers.properties is as shown below. Please help.
#Default tomcat worker.loadbalancer.type=lb worker.loadbalancer.balanced_workers=isint1proc2,isint1proc4 #tomcat on isint1proc2.local worker.isint1proc2.port=8009 worker.isint1proc2.host=localhost worker.isint1proc2.type=ajp13 worker.isint1proc2.lbfactor=1 worker.isint1proc2.cachesize=5 #tomcat on isint1proc4.local worker.isint1proc4.port=8009 worker.isint1proc4.host=isint1proc4.local worker.isint1proc4.type=ajp13 worker.isint1proc4.lbfactor=1 worker.isint1proc3.cachesize=5 Thanks Deepa --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
