| java.lang.Object winstone.HostConfiguration
HostConfiguration | public class HostConfiguration implements Runnable(Code) | | Manages the references to individual webapps within the container. This object handles
the mapping of url-prefixes to webapps, and init and shutdown of any webapps it manages.
author: Rick Knowles version: $Id: HostConfiguration.java,v 1.8 2007/08/02 06:16:00 rickknowles Exp $ |
destroy | public void destroy()(Code) | | |
getWebRoot | protected File getWebRoot(String requestedWebroot, String warfileName) throws IOException(Code) | | Setup the webroot. If a warfile is supplied, extract any files that the
war file is newer than. If none is supplied, use the default temp
directory.
|
invalidateExpiredSessions | public void invalidateExpiredSessions()(Code) | | |
|
|