Thanks for the comments, I checked this carefully several times to make sure only router appear in the worker list and JkMount router only.
Pat -----Original Message----- From: Mladen Turk [mailto:[EMAIL PROTECTED] Sent: Friday, July 21, 2006 10:27 AM To: Tomcat Users List Subject: Re: Load Balance not working for mod_jk??? Patrick Wang wrote: > > Here is my httpd.conf > > JkMount /ucdiscovery/* worker1 > JkMount /ucdiscovery worker1 > JkMount /simple/* worker2 > JkMount /simple worker2 > > > > Things work beautifully. > > But as soon as I put the worker.list=router > And change the JkMount to router, nothing works. > Did you changed the JkMount to: JkMount /ucdiscovery/* router JkMount /ucdiscovery router JkMount /simple/* router JkMount /simple router Any worker for JkMount MUST be present in worker.list, but remember that according to the: http://tomcat.apache.org/connectors-doc/config/workers.html Workers that are member of balance_member should not appear in the worker.list property! Regards, Mladen. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]