Class TomcatParseBpmPlatformXmlStep
- java.lang.Object
-
- org.camunda.bpm.container.impl.spi.DeploymentOperationStep
-
- org.camunda.bpm.container.impl.deployment.AbstractParseBpmPlatformXmlStep
-
- org.camunda.bpm.container.impl.tomcat.deployment.TomcatParseBpmPlatformXmlStep
-
public class TomcatParseBpmPlatformXmlStep extends AbstractParseBpmPlatformXmlStep
This deployment operation step is responsible for parsing and attaching the bpm-platform.xml file on tomcat.
We assume that the bpm-platform.xml file is located under
$CATALINA_HOME/conf/bpm-platform.xml
.- Author:
- Daniel Meyer, Christian Lipphardt
-
-
Field Summary
Fields Modifier and Type Field Description static String
CATALINA_BASE
static String
CATALINA_HOME
-
Fields inherited from class org.camunda.bpm.container.impl.deployment.AbstractParseBpmPlatformXmlStep
BPM_PLATFORM_XML_ENVIRONMENT_VARIABLE, BPM_PLATFORM_XML_FILE, BPM_PLATFORM_XML_LOCATION, BPM_PLATFORM_XML_RESOURCE_LOCATION, BPM_PLATFORM_XML_SYSTEM_PROPERTY
-
-
Constructor Summary
Constructors Constructor Description TomcatParseBpmPlatformXmlStep()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URL
getBpmPlatformXmlStream(DeploymentOperation operationcontext)
URL
lookupBpmPlatformXmlFromCatalinaConfDirectory()
-
Methods inherited from class org.camunda.bpm.container.impl.deployment.AbstractParseBpmPlatformXmlStep
autoCompleteUrl, checkValidBpmPlatformXmlResourceLocation, checkValidFileLocation, checkValidUrlLocation, getName, lookupBpmPlatformXml, lookupBpmPlatformXmlFromClassPath, lookupBpmPlatformXmlFromClassPath, lookupBpmPlatformXmlLocationFromEnvironmentVariable, lookupBpmPlatformXmlLocationFromJndi, performOperationStep
-
Methods inherited from class org.camunda.bpm.container.impl.spi.DeploymentOperationStep
cancelOperationStep
-
-
-
-
Field Detail
-
CATALINA_BASE
public static final String CATALINA_BASE
- See Also:
- Constant Field Values
-
CATALINA_HOME
public static final String CATALINA_HOME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getBpmPlatformXmlStream
public URL getBpmPlatformXmlStream(DeploymentOperation operationcontext)
- Specified by:
getBpmPlatformXmlStream
in classAbstractParseBpmPlatformXmlStep
-
lookupBpmPlatformXmlFromCatalinaConfDirectory
public URL lookupBpmPlatformXmlFromCatalinaConfDirectory()
-
-