Apache TomEE PLUS

Hi Thorben,

Thanks for quick response. When I ran TomEE without camunda then I did not see any error in logs.
While deploying camunda in tomee then I got attached error. But I could be able to login to camunda and looks like everything working fine on camunda.
Do you think is there any issue while communicating my custom app to camunda engine due to this error.

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)
at org.apache.openejb.assembler.classic.util.ServiceInfos.resolve(ServiceInfos.java:98)
at org.apache.openejb.server.cxf.rs.CxfRsHttpListener.providers(CxfRsHttpListener.java:423)

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.?

default false true

Thanks a lot for your help.

Regards
Srini

catalina.2016-07-22.log (184 KB)