Class UserConfig

java.lang.Object
org.apache.catalina.startup.UserConfig
All Implemented Interfaces:
LifecycleListener

public final class UserConfig extends Object implements LifecycleListener
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. The context path of each deployed application will be set to ~xxxxx, where xxxxx is the username of the owning user for that web application
Author:
Craig R. McClanahan