ListTaskpublic class ListTask extends AbstractCatalinaTask Ant task that implements the /list command, supported by the
Tomcat manager application. |
Methods Summary |
---|
public void | execute()Execute the requested operation.
super.execute();
execute("/list");
|
|