public class HostConfiguration extends Object
| Constructor and Description |
|---|
HostConfiguration(org.eclipse.jetty.server.Server server,
String hostname,
ClassLoader commonLibCL,
File[] commonLibCLPaths,
Map args,
File webappsDir) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHostname() |
protected File |
getWebRoot(File requestedWebroot,
File warfile)
Setup the webroot.
|
protected org.eclipse.jetty.server.handler.ContextHandlerCollection |
initMultiWebappDir(File webappsDir) |
void |
reloadWebApp(String prefix) |
public HostConfiguration(org.eclipse.jetty.server.Server server,
String hostname,
ClassLoader commonLibCL,
File[] commonLibCLPaths,
Map args,
File webappsDir)
throws IOException
IOExceptionpublic String getHostname()
public void reloadWebApp(String prefix)
protected File getWebRoot(File requestedWebroot, File warfile) throws IOException
IOExceptionprotected org.eclipse.jetty.server.handler.ContextHandlerCollection initMultiWebappDir(File webappsDir)
Copyright © 2014. All rights reserved.