org.camunda.bpm.container.impl.tomcat.deployment
Class TomcatParseBpmPlatformXmlStep

java.lang.Object
  extended by org.camunda.bpm.container.impl.spi.DeploymentOperationStep
      extended by org.camunda.bpm.container.impl.deployment.AbstractParseBpmPlatformXmlStep
          extended by 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
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, LOGGER
 
Constructor Summary
TomcatParseBpmPlatformXmlStep()
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

TomcatParseBpmPlatformXmlStep

public TomcatParseBpmPlatformXmlStep()
Method Detail

getBpmPlatformXmlStream

public URL getBpmPlatformXmlStream(DeploymentOperation operationcontext)
Specified by:
getBpmPlatformXmlStream in class AbstractParseBpmPlatformXmlStep

lookupBpmPlatformXmlFromCatalinaConfDirectory

public URL lookupBpmPlatformXmlFromCatalinaConfDirectory()


Copyright © 2015 camunda services GmbH. All rights reserved.