Home » apache-tomcat-6.0.26-src » org.apache » tomcat » shell » [javadoc | source]
org.apache.tomcat.shell
public class: Startup [javadoc | source]
java.lang.Object
   org.apache.tomcat.shell.Startup
Command line entry point to start up tomcat.
Field Summary
protected  StringManager sm     
Constructor:
 public Startup() 
Method from org.apache.tomcat.shell.Startup Summary:
checkClassDependencies,   configure,   createLog,   createRegistry,   main,   newPort
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.tomcat.shell.Startup Detail:
 public  void checkClassDependencies() 
    class dependencies
 public  void configure(String[] args) throws StartupException 
 protected  void createLog(int port) 
 protected Registry createRegistry(int port) throws StartupException 
 public static  void main(String[] args) 
 protected int newPort()