On 06.03.2009 01:44, Mohit Anchlia wrote:
Thanks ..But how do I tie the status worker to the list of nodes that
I have. For eg in below config how do I say that appfe1 is now
"stopped" and still keep servicing appfe2,3 and 4


worker.status.type=status
worker.tc.type=lb
worker.tc.balance_workers=appfe1,appfe2,appfe3,appfe4
worker.tc.sticky_session=true

mount the worker named status to a URL, e.g.

JkMount /mystatus status

and then point your browser to this URL. It will show you a GUI, where you can edit the settings. E.g. there will be a block of data for the worker "tc", and there you can see a drop down list of attributes to edt. Choose activation then you get a page on which you can edit the activations of all members of "tc".

See:

http://tomcat.apache.org/connectors-doc/reference/status.html

Regards,

Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to