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:
Passes the catalina.home system property configured with
the pathname of the Tomcat installation directory.
Sets the system classpath to include bootstrap.jar and
$JAVA_HOME/lib/tools.jar.
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:
catalina.homesystem property configured with the pathname of the Tomcat installation directory.bootstrap.jarand$JAVA_HOME/lib/tools.jar.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:
ant.homesystem property to corresponding to the value ofcatalina.home(useful when your command line tool runs Ant).common/classesandcommon/libserver/classesandserver/libto the class loader repositories.shared/classesandshared/libto the class loader repositories.main()method.