org.camunda.bpm.container.impl.tomcat.deployment
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
| 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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
TomcatParseBpmPlatformXmlStep
public TomcatParseBpmPlatformXmlStep()
getBpmPlatformXmlStream
public URL getBpmPlatformXmlStream(DeploymentOperation operationcontext)
- Specified by:
getBpmPlatformXmlStream in class AbstractParseBpmPlatformXmlStep
lookupBpmPlatformXmlFromCatalinaConfDirectory
public URL lookupBpmPlatformXmlFromCatalinaConfDirectory()
Copyright © 2017 camunda services GmbH. All rights reserved.