org.apache.jk.apr
Class TomcatStarter

java.lang.Object
  extended by org.apache.jk.apr.TomcatStarter
All Implemented Interfaces:
Runnable

public class TomcatStarter
extends Object
implements Runnable

Start some tomcat.


Field Summary
static String[] mainClasses
           
 
Constructor Summary
TomcatStarter(Class c, String[] args)
           
 
Method Summary
static void main(String[] args)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mainClasses

public static String[] mainClasses
Constructor Detail

TomcatStarter

public TomcatStarter(Class c,
                     String[] args)
Method Detail

main

public static void main(String[] args)

run

public void run()
Specified by:
run in interface Runnable


Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.