Apache TomEE PLUS

Hi Christian,

Yes, I followed the tomcat setup documentation. I downloaded camunda-bpm-tomcat-7.4.0.zip file from your site and copied all the shared lib and did the configuration changes also. I could able to login to camunda app also. Do you think is there any issue while communicating my custom
app to camunda engine due to this error?

Could you please let me know is there any change requried on web.xml??

INFO: Deployed
Application(path=C:\apache-tomee-plus-1.7.4\webapps\camunda)

Jul 22, 2016 10:08:22 AM
org.apache.openejb.observer.ObserverManager$MethodInvocation invoke

SEVERE: error invoking org.apache.tomee.webservices.TomeeJaxRsService@212bf671

java.lang.NoClassDefFoundError: org/apache/http/HttpException

               
at java.lang.Class.getDeclaredConstructors0(Native Method)

               
at java.lang.Class.privateGetDeclaredConstructors(Class.java:2671)

               
at java.lang.Class.getConstructors(Class.java:1651)

               
at org.apache.openejb.server.cxf.rs.CxfRsHttpListener$ProviderFactory.newInstance(CxfRsHttpListener.java:979)

Q2)

And also how can I tell my custom app to use different camunda
process engine where hosted in different machine and different port.? (If I
host camunda and my custom app on same server then I used default)

Here is my process.xml for default. Please let me know how to
inform my custom app to use different process-engine where it was hosted on
different machine.?

<process-application
  xmlns="http://www.camunda.org/schema/1.0/ProcessApplication"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">


  <process-archive name="investment_revised">
    <process-engine>default</process-engine>
    <properties>
      <property name="isDeleteUponUndeploy">false</property>
      <property name="isScanForProcessDefinitions">true</property>
    </properties>
  </process-archive>
```
 
Thanks alot for your qucik response.

</process-application>

 

Thanks a lot for your help.