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

java.lang.Object
  extended by org.camunda.bpm.container.impl.jmx.kernel.MBeanDeploymentOperationStep
      extended by org.camunda.bpm.container.impl.jmx.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

Field Summary
 
Fields inherited from class org.camunda.bpm.container.impl.jmx.kernel.MBeanDeploymentOperationStep
LOGGER
 
Constructor Summary
TomcatParseBpmPlatformXmlStep()
           
 
Method Summary
protected  URL getBpmPlatformXmlStream(MBeanDeploymentOperation operationcontext)
           
 
Methods inherited from class org.camunda.bpm.container.impl.jmx.deployment.AbstractParseBpmPlatformXmlStep
getName, performOperationStep
 
Methods inherited from class org.camunda.bpm.container.impl.jmx.kernel.MBeanDeploymentOperationStep
cancelOperationStep
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TomcatParseBpmPlatformXmlStep

public TomcatParseBpmPlatformXmlStep()
Method Detail

getBpmPlatformXmlStream

protected URL getBpmPlatformXmlStream(MBeanDeploymentOperation operationcontext)
Specified by:
getBpmPlatformXmlStream in class AbstractParseBpmPlatformXmlStep


Copyright © 2014 camunda services GmbH. All Rights Reserved.