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 c

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

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

Re: Tomcat Connectors - Dynamic reloading of workers

2010-09-07 Thread Ruslan Gainutdinov
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 On Tue, Sep 7, 2010 at 1:54 AM, Rainer Jung wrote: > On 06.09.2010 22:04, Rus

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 On Fri, Sep 3, 2010 at 12:20 PM, Domenico Briganti wrote: > Il giorno ven, 03/09/2010 alle 08.53 +0200, Rainer Frey ha scritto: >> How

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 On Mon, Sep 6, 2010 at

Tomcat Connectors - Dynamic reloading of workers

2010-09-06 Thread Ruslan Gainutdinov
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