public abstract class AbstractCatalinaStandaloneLocalConfiguration extends AbstractTomcatStandaloneLocalConfiguration
ContainerConfiguration
implementation.RESOURCE_PATH
Constructor and Description |
---|
AbstractCatalinaStandaloneLocalConfiguration(String dir) |
Modifier and Type | Method and Description |
---|---|
protected String |
createContextToken(WAR deployable) |
protected abstract String |
createDatasourceTokenValue() |
protected org.apache.tools.ant.types.FilterChain |
createTomcatFilterChain() |
protected void |
doConfigure(LocalContainer container) |
protected abstract void |
setupManager(LocalContainer container)
Setup the manager webapp.
|
String |
toString() |
getCapability, getSecurityToken
createFilterChain, getType, setupConfigurationDir, verify
addDeployable, configure, getAntUtils, getDeployables, getFileHandler, getHome, getResourceUtils, setFileHandler
getProperties, getPropertyValue, setProperty
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addDeployable, configure, getDeployables, getHome
getProperties, getPropertyValue, setProperty
public AbstractCatalinaStandaloneLocalConfiguration(String dir)
protected void doConfigure(LocalContainer container) throws Exception
doConfigure
in class AbstractLocalConfiguration
Exception
AbstractLocalConfiguration.configure(LocalContainer)
protected abstract void setupManager(LocalContainer container)
container
- the container to configureprotected org.apache.tools.ant.types.FilterChain createTomcatFilterChain()
protected abstract String createDatasourceTokenValue()
protected String createContextToken(WAR deployable)
deployable
- the WAR to deployserver.xml
configuration filepublic String toString()
toString
in class Object
Object.toString()
Copyright © 2004-2013 Codehaus. All Rights Reserved.