Interface | Description |
---|---|
UserDatabase |
Abstraction of the set of users defined by the operating system on the
current server platform.
|
Class | Description |
---|---|
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.
|
EngineConfig |
Startup event listener for a Engine that configures the properties
of that Engine, and the associated defined contexts.
|
ExpandWar |
Expand out a WAR in a Host's appBase.
|
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.
|