| |
|
| java.lang.Object org.mortbay.jetty.plugin.Jetty6PluginServer
Jetty6PluginServer | public class Jetty6PluginServer implements JettyPluginServer(Code) | | Jetty6PluginServer
Jetty6 version of a wrapper for the Server class.
|
DEFAULT_MAX_IDLE_TIME | public static int DEFAULT_MAX_IDLE_TIME(Code) | | |
DEFAULT_PORT | public static int DEFAULT_PORT(Code) | | |
configureHandlers | public void configureHandlers() throws Exception(Code) | | Set up the handler structure to receive a webapp.
Also put in a DefaultHandler so we get a nice page
than a 404 if we hit the root and the webapp's
context isn't at root.
throws: Exception - |
createDefaultConnector | public Object createDefaultConnector(String portnum) throws Exception(Code) | | See Also: org.mortbay.jetty.plugin.JettyPluginServer.createDefaultConnector |
setRequestLog | public void setRequestLog(Object requestLog)(Code) | | |
setUserRealms | public void setUserRealms(Object[] realms) throws Exception(Code) | | See Also: org.mortbay.jetty.plugin.JettyPluginServer.setUserRealms(org.mortbay.jetty.plugin.JettyPluginUserRealm[]) |
|
|
|