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, getServer
getClassLoader, getType, setClassLoader, startInternal, stopInternal
getConfiguration, getOutput, getState, getTimeout, isAppend, setAppend, setConfiguration, setOutput, setState, setTimeout, start, stop, verify, waitForCompletion
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getConfiguration, setConfiguration
getOutput, getTimeout, isAppend, setAppend, setOutput, setTimeout, start, stop
public AbstractJetty4x5xEmbeddedLocalContainer(LocalConfiguration configuration)
AbstractJettyEmbeddedLocalContainer#AbstractEmbeddedLocalContainer(org.codehaus.cargo.container.configuration.LocalConfiguration)
protected void doStart() throws Exception
doStart
in class AbstractEmbeddedLocalContainer
Exception
doStart()
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.