org.openprivacy.reptile
Class Startup

java.lang.Object
  |
  +--org.openprivacy.reptile.Startup

public class Startup
extends java.lang.Object

Handles starting up Tomcat and all evil portability issues. This script operates very similar to the catalina.bat script witihin the Tomcat distribution.

Version:
$Id: Startup.java,v 1.3 2002/07/09 18:46:42 burton Exp $
Author:
Kevin A. Burton

Constructor Summary
Startup()
           
 
Method Summary
static void addClasspathEntry(java.lang.String file)
           
static void classpath()
          Setup system classpath...
static void init()
          Initialize a JVM for use with the startup and shutdown sequences.
static void main(java.lang.String[] args)
           
static void sanity()
           
static void startup()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Startup

public Startup()
Method Detail

main

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

init

public static void init()
                 throws java.lang.Exception
Initialize a JVM for use with the startup and shutdown sequences.

java.lang.Exception

sanity

public static void sanity()
                   throws java.lang.Exception
java.lang.Exception

classpath

public static void classpath()
                      throws java.lang.Exception
Setup system classpath...

java.lang.Exception

addClasspathEntry

public static void addClasspathEntry(java.lang.String file)
                              throws java.lang.Exception
java.lang.Exception

startup

public static void startup()
                    throws java.lang.Exception
java.lang.Exception