Method Summary |
|
protected void | doInit(javax.naming.Context ctx) Initialize the Jetty service. |
protected void | doRegisterWar(Context ctx) Create the environment and delegate the operation to the implementation
of the web container. |
public void | doStart() |
protected void | doStop() Stop the Jetty service. |
protected void | doUnRegisterWar(Context ctx) Delegate the unregistration to the implementation of the web container. |
public String | getDefaultHost() Return the Default host name of the web container. |
public String | getDefaultHttpPort() Return the Default HTTP port number of the web container (can be null if
multiple HTTP connector has been set). |
public String | getDefaultHttpsPort() Return the Default HTTPS port number of the web container (can be null if
multiple HTTPS connector has been set). |
public String | getJOnASClassPath(ClassLoader webClassLoader) Return the classpath which can be used for jsp compiling by Jasper. |
protected void | updateServerInfos() |