pase.server
Class TomcatProxy

java.lang.Object
  extended by pase.server.TomcatProxy

public class TomcatProxy
extends java.lang.Object

Author:
stan

Field Summary
static java.lang.String DEFAULT_TOMCAT_PATH
           
 
Constructor Summary
TomcatProxy()
           
 
Method Summary
 java.lang.String getTomcatPath()
           
 boolean isRunning()
           
static void main(java.lang.String[] args)
           
 void setTomcatPath(java.lang.String tomcatPath)
           
 void shutdown()
           
 void startup()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_TOMCAT_PATH

public static java.lang.String DEFAULT_TOMCAT_PATH
Constructor Detail

TomcatProxy

public TomcatProxy()
Parameters:
args -
Method Detail

startup

public void startup()

shutdown

public void shutdown()

main

public static void main(java.lang.String[] args)

getTomcatPath

public java.lang.String getTomcatPath()
Returns:
Returns the tomcatPath.

setTomcatPath

public void setTomcatPath(java.lang.String tomcatPath)
Parameters:
tomcatPath - The tomcatPath to set.

isRunning

public boolean isRunning()