'Update Worker' button with mod_jk 1.2.16

2006-07-05 Thread Mohan2005
Dear All: The 'Udate Worker' button does not respond after installing mod_jk 1.2.16 It was working with 1.2.15 release. Thanks -- View this message in context: http://www.nabble.com/%27Update-Worker%27-button-with-mod_jk-1.2.16-tf1893298.html#a5177759 Sent from the Tomcat - User forum at Na

Re: 'Update Worker' button with mod_jk 1.2.16

2006-07-05 Thread Mladen Turk
Mohan2005 wrote: Dear All: The 'Udate Worker' button does not respond after installing mod_jk 1.2.16 It was working with 1.2.15 release. Not true. 'Update Worker' and 'Update Balancer' buttons works just fine. -- Mladen. -

Re: 'Update Worker' button with mod_jk 1.2.16

2006-07-05 Thread Rainer Jung
Can you reproduce the problem easily? What's your configuration, and what kind of update did you try? What output appears in the mod_jk log file fpr JkLogLevel trace? Rainer Mladen Turk wrote: Mohan2005 wrote: Dear All: The 'Udate Worker' button does not respond after installing mod_jk 1.2

Re: 'Update Worker' button with mod_jk 1.2.16

2006-07-05 Thread Mohan2005
Dear Sir: Issue: 'Update Worker' does not respond/is hung when trying to use Disabled/Stopped options. workers.properties file as follows... # # workers.properties # # In Unix, we use forward slashes: ps=/ # list the workers by name #worker.list=lab2a, lab2b, lab2c, lab2d, lab2e, lab2e, loadb

Re: 'Update Worker' button with mod_jk 1.2.16

2006-07-05 Thread Rainer Jung
Hello, I think you found a real bug. Could you please try the following patch: Index: jk_status.c === --- jk_status.c (revision 418136) +++ jk_status.c (working copy) @@ -755,13 +755,9 @@ i = status_bool("wd", s->query_strin

Re: 'Update Worker' button with mod_jk 1.2.16

2006-07-05 Thread Mohan2005
Dear Sir: I did this, recompiled and installed. Its working perfectly now. Thanks for the help. Since this version has fixed the 2^32 - 1 number in Busy column, is it safe to assume that the Busy number in the new version is dead accurate and can be used as a load balancing method 'B' without a

Re: 'Update Worker' button with mod_jk 1.2.16

2006-07-05 Thread Rainer Jung
Several people now tried it and the code is much cleaner, so chances are very good, that the busy part is correct now. Of course, the version is not finally released now, so the user base of it is still pretty small. If this is so important for you, you should neverthelese use some script to regul