In addition to the comments in your other discussion thread.
On 28.06.2010 23:23, Rumpa Giri wrote:
-------------------- Worker.properties -------------------- ps=\ # ps=/
Remove, doesn't mean anything.
worker.list=loadbalancer worker.template.type=ajp13 worker.template.lbfactor=1 worker.template.socket_keepalive=True worker.template.socket_timeout=300
I don't like "socket_timeout". Have a look at http://tomcat.apache.org/connectors-doc/generic_howto/timeouts.html
worker.template.connection_pool_timeout=600 worker.template.connection_pool_size=200 worker.template.connect_timeout=60000 worker.server1.port=8009 worker.server1.host=192.168.100.119 worker.server1.reference=worker.template worker.server2.port=8009 worker.server2.host=192.168.100.120 worker.server2.reference=worker.template worker.loadbalancer.type=lb worker.loadbalancer.balance_workers=server1,server2 worker.loadbalancer.method=B
I'd start with "R".
--------------------------- uriworkermap.properties --------------------------- /myjsps/*=loadbalancer ----------------------------- Server.xml AJP connector tag ----------------------------- <!-- Define an AJP 1.3 Connector on port 8009 --> <Connector port="8009" enableLookups="false" redirectPort="8443" protocol="AJP/1.3" maxThreads="450" connectionTimeout="600000" />
Did you set jvmRoute? Regards, Rainer --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org