Package org.apache.catalina.startup

Interface Summary
CatalinaManagerMBean Catalina MBean interface.
EmbeddedManagerMBean Embedded MBean interface.
UserDatabase Abstraction of the set of users defined by the operating system on the current server platform.
 

Class Summary
Bootstrap Boostrap loader for Catalina.
BootstrapService Special version of the Catalina bootstrap, designed to be invoked with JNI, and designed to allow easier wrapping by system level components, which would otherwise be confused by the asychronous startup and shutdown Catalina uses.
Catalina Startup/Shutdown shell program for Catalina.
CatalinaManager Implementation of the Catalina JMX MBean as a wrapper of the Catalina class.
CatalinaService Startup/Shutdown shell program for Catalina.
ClassLoaderFactory Utility class for building class loaders for Catalina.
Constants String constants for the startup package.
ContextConfig Startup event listener for a Context that configures the properties of that Context, and the associated defined servlets.
Embedded Convenience class to embed a Catalina servlet container environment inside another application.
EmbeddedManager Implementation of the Catalina JMX MBean as a wrapper of the Catalina class.
EngineConfig Startup event listener for a Engine that configures the properties of that Engine, and the associated defined contexts.
HomesUserDatabase Concrete implementation of the UserDatabase interface considers all directories in a directory whose pathname is specified to our constructor to be "home" directories for those users.
HostConfig Startup event listener for a Host that configures the properties of that Host, and the associated defined contexts.
PasswdUserDatabase Concrete implementation of the UserDatabase interface that processes the /etc/passwd file on a Unix system.
UserConfig Startup event listener for a Host that configures Contexts (web applications) for all defined "users" who have a web application in a directory with the specified name in their home directories.
 



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