currently i try to get the Camunda-ACM-Plugin to work. Building the jar was successful, but i think i havent placed it in the right wildfly folder.
I’m using the Camunda Wildfly 7.4.0-Final version and deployed an CMMN example from the underwriting-example: UnderwritingExample
The readme says “The resulting JAR file must be packed inside the Camunda Webapp WAR”. I have placed it into the “camunda-webapp-jboss-7.4.0.war” folder (with 7-Zip):
I have the same problem as Andy. However I got not as far as he. I also tried it with 7zip but i got an error message from the browser.
In the readme of the Camunda-ACM-Plugin it is mentioned: “The resulting JAR file must be packed inside the Camunda Webapp WAR”. I tried it with 7zip and i can put the ACM-jar inside the camunda-webapp-jboss-7.4.0.war and it is also deploying but when I try to open the tasklist with my browser a 404 Error Message appears.
My question is. How can I properly pack the resulting Jar file inside the camunda-webapp-jboss-7.4.0.war ->WEB-INF/lib -folder?