org.apache.catalina.startup

Class Tool

public final class Tool extends Object

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:

Version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (Tue, 24 Oct 2006) $

Author: Craig R. McClanahan

Method Summary
static voidmain(String[] args)
The main program for the bootstrap.

Method Detail

main

public static void main(String[] args)
The main program for the bootstrap.

Parameters: args Command line arguments to be processed

Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.