You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2008/06/11 02:51:49 UTC

DO NOT REPLY [Bug 45182] New: Add functionality to automate the jkmanager disable/activate prcess.

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

           Summary: Add functionality to automate the jkmanager
                    disable/activate prcess.
           Product: Tomcat 6
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Native:JK
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: wickramasinghe.mohan@gmail.com


A way to disable/activate nodes passing URL parameters to jkmanager.

Or use wildchar processing for worker names, to disable/activate them.

This would result in it being possible to automate the jkmanager
disable/activate prcess.


-- 
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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 45182] Add functionality to automate the jkmanager disable/activate prcess.

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45182

Rainer Jung <ra...@kippdata.de> changed:

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

--- Comment #1 from Rainer Jung <ra...@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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org