Connectors: Using JK_ROUTE env var with disabled worker in load balancer

2012-06-09 Thread Ruslan Gainutdinov
Hello! I am trying to use JK_ROUTE to forward all traffic to some worker which are disabled. Disabled workers does not allow new sessions, but I think if I set it explicitly, it should be used? SetEnvIf Remote_Addr 10\.0\.0\.1 JK_ROUTE=SERVER-5 However, then 10.0.0.1 accesses LB applcation, it

Is there any JMX property which indicates no requests is being processed?

2010-10-21 Thread Ruslan Gainutdinov
, there must be separate way to ensure no requests are in queue before shutting down server. With kindest personal regards, Ruslan Gainutdinov rusla...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

Re: Tomcat Connectors - Dynamic reloading of workers

2010-09-07 Thread Ruslan Gainutdinov
to jk_status.c (just like mount file reloading) sometimes crashes apache process. http://huksley.sdot.ru/wp-content/uploads/2010/09/mod_jk-1.2.30-reload-workers-patch2.zip With kindest personal regards, Ruslan Gainutdinov rusla...@gmail.com On Tue, Sep 7, 2010 at 1:54 AM, Rainer Jung rainer.j

Tomcat Connectors - Dynamic reloading of workers

2010-09-06 Thread Ruslan Gainutdinov
? is there other things I should watch for? Here is the patch. http://huksley.sdot.ru/wp-content/uploads/2010/09/mod_jk-1.2.30-reload-workers-patch.zip I haven`t modified rest of source tree, related to IIS, Apache1X or other webservers, so it wont compile. With kindest personal regards, Ruslan Gainutdinov

Re: Tomcat Connectors - Dynamic reloading of workers

2010-09-06 Thread Ruslan Gainutdinov
or activation can be either set at startup time or modified through jkmanager interface. However, when modified through the jkmanager, the same settings must be duplicated into workers file - this is tedious and error-prone. With kindest personal regards, Ruslan Gainutdinov rusla...@gmail.com

Re: Best practice to upgrade (redeploy) .war files

2010-09-06 Thread Ruslan Gainutdinov
offline nodes when they become online, and gets confused when war to deploy already in the temp folder. With kindest personal regards, Ruslan Gainutdinov rusla...@gmail.com On Fri, Sep 3, 2010 at 12:20 PM, Domenico Briganti dome...@gmail.com wrote: Il giorno ven, 03/09/2010 alle 08.53 +0200, Rainer