public abstract class AbstractJetty4x5xEmbeddedLocalContainer extends AbstractJettyEmbeddedLocalContainer
server| Constructor and Description |
|---|
AbstractJetty4x5xEmbeddedLocalContainer(LocalConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doStart() |
protected abstract void |
performExtraSetupOnDeployable(Object webapp)
Allow extending classes to perform extra setup on the web application object.
|
protected void |
setSecurityRealm()
Defines a security realm and adds defined users to it.
|
createServerObject, doStop, getCapability, getServergetClassLoader, getType, setClassLoader, startInternal, stopInternalgetConfiguration, getOutput, getState, getTimeout, isAppend, setAppend, setConfiguration, setOutput, setState, setTimeout, start, stop, verify, waitForCompletionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConfiguration, setConfigurationgetOutput, getTimeout, isAppend, setAppend, setOutput, setTimeout, start, stoppublic AbstractJetty4x5xEmbeddedLocalContainer(LocalConfiguration configuration)
AbstractJettyEmbeddedLocalContainer#AbstractEmbeddedLocalContainer(org.codehaus.cargo.container.configuration.LocalConfiguration)protected void doStart()
throws Exception
doStart in class AbstractEmbeddedLocalContainerExceptiondoStart()protected abstract void performExtraSetupOnDeployable(Object webapp) throws Exception
webapp - the Jetty web application object representing the WAR that has been added to
be deployedException - in case of errorprotected void setSecurityRealm()
throws Exception
Exception - in case of errorCopyright © 2004-2013 Codehaus. All Rights Reserved.