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
IOException
public String getHostname()
public void reloadWebApp(String prefix)
protected File getWebRoot(File requestedWebroot, File warfile) throws IOException
IOException
protected org.eclipse.jetty.server.handler.ContextHandlerCollection initMultiWebappDir(File webappsDir)
Copyright © 2017. All rights reserved.