Task to administer a local or remote Axis server. Remember, for remote admin, the server has to be accept remote management calls.
Attribute | Description | Type |
---|---|---|
debug | set a debug flag | boolean |
failonerror | Whether or not the build should halt if this task fails. Defaults to true. | boolean |
fileprotocol | specifies that a simple file protocol be used | String |
hostname | name the host to admin | String |
newpassword | set a new password; only valid if action=passwd | String |
password | the admin password | String |
port | the port to connect to | int |
servletpath | the path to the AxisAdmin servlet | String |
transportchain | set the transport chain to use | String |
url | full url to the admin endpoint | String |
username | username to log in as | String |
xmlfile | the name of the XML file containing deployment information | File |