Zemian Deng wrote:
Hi Mark, How do you "- disable worker1" and still let Tomcat1 to process remaining requests? I guess I am not sure what "worker1" is, where to disable that. Can you explain little more on this?
I was assuming you were using httpd and mod_jk or mod_proxy_ajp to do the load balancing. These use the concept of workers to connect httpd and Tomcat which, when disabled allow existing requests to continue to completion.
There is a special worker, the balancer-manager that you use to control worker state.
See: http://tomcat.apache.org/connectors-doc/ http://httpd.apache.org/docs/2.2/mod/mod_proxy.html http://httpd.apache.org/docs/2.2/mod/mod_proxy_ajp.html http://httpd.apache.org/docs/2.2/mod/mod_proxy_balancer.html Mark --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]