Save This Page
Home » apache-tomcat-6.0.16-src » org.apache » catalina » startup » [javadoc | source]
org.apache.catalina.startup
public final class: Tool [javadoc | source]
java.lang.Object
   org.apache.catalina.startup.Tool

General purpose wrapper for command line tools that should execute in an environment with the common class loader environment set up by Catalina. This should be executed from a command line script that conforms to the following requirements:

The command line to execute the tool looks like:

java -classpath $CLASSPATH org.apache.catalina.startup.Tool \
${options} ${classname} ${arguments}

with the following replacement contents:

Method from org.apache.catalina.startup.Tool Summary:
main
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.catalina.startup.Tool Detail:
 public static  void main(String[] args) 
    The main program for the bootstrap.