org.apache.catalina.startup
クラス Bootstrap

java.lang.Object
  |
  +--org.apache.catalina.startup.Bootstrap

public final class Bootstrap
extends java.lang.Object

Boostrap loader for Catalina. This application constructs a class loader for use in loading the Catalina internal classes (by accumulating all of the JAR files found in the "server" directory under "catalina.home"), and starts the regular execution of the container. The purpose of this roundabout approach is to keep the Catalina internal classes (and any other classes they depend on, such as an XML parser) out of the system class path and therefore not visible to application level classes.

バージョン:
$Revision: 1.26.2.2 $ $Date: 2001/10/30 19:29:32 $
作成者:
Craig R. McClanahan

コンストラクタの概要
Bootstrap()
           
 
メソッドの概要
static void main(java.lang.String[] args)
          The main program for the bootstrap.
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Bootstrap

public Bootstrap()
メソッドの詳細

main

public static void main(java.lang.String[] args)
The main program for the bootstrap.
パラメータ:
args - Command line arguments to be processed


Copyright ? 2000-2001 Apache Software Foundation. All Rights Reserved.