This package contains a set of Task implementations for Ant (version 1.6.x or later) that can be used to interact with the Apaache mod_jk status page to show, update, disable and stop mod_jk worker. For more information, see JK Documenation.

The attributes of each task element correspond exactly to the request parameters that are included with an HTTP request sent directly to jk status page. They are summarized as follows:

Attribute Description
url The URL of the jk status page you will use to perform the requested operations. If not specified, defaults to http://localhost:80/jkstatus (which corresponds to a standard installation of Apache mod_jk).
username The username of a mod_jk status user that has been configured with the Allow user Apache Location constraint. This attribute is optional.
password The password of a mod_jk status user that has been configured with the Allow user Apache Location constraint. This attribute is optional.