org.apache.catalina.ant

Class SessionsTask

public class SessionsTask extends AbstractCatalinaTask

Ant task that implements the /sessions command supported by the Tomcat manager application.

Version: $Revision: 467222 $

Author: Vivek Chopra

Field Summary
protected Stringpath
The context path of the web application we are managing.
Method Summary
voidexecute()
Execute the requested operation.
StringgetPath()
voidsetPath(String path)

Field Detail

path

protected String path
The context path of the web application we are managing.

Method Detail

execute

public void execute()
Execute the requested operation.

Throws: BuildException if an error occurs

getPath

public String getPath()

setPath

public void setPath(String path)
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.