https://issues.apache.org/bugzilla/show_bug.cgi?id=45182

Rainer Jung <rainer.j...@kippdata.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #1 from Rainer Jung <rainer.j...@kippdata.de> 2009-12-21 14:11:35 
UTC ---
You can disable/activate nodes via URL parameters for jk status worker. Simply
use the GUI, do the action you want to do, and copy the URL shown in the
browser before you get redirected after the successful operation. All request
produced by the status worker GUI are GET requests, so you can see all
parameters in the browser URL display.

If you are interested in how the parameters are constructed, get one example
from your status worker and then look up the meaning of the parameters on

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

In version 1.2.28 you can also use wildcards in the URL parameters for load
balancer member names, but only for update actions. Wildcard characters are '?'
matching a single character and '*' matching any sequence of characters.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

Reply via email to