I tried the get started-guide for BPMN 2.0 and run into a problem when deploying the .war-file: I can't see the process in the cockpit. Can someone help me?
Here's what happened:
The server seems to accept the .war alright:
01-Mar-2016 08:04:34.810 INFO [localhost-startStop-2] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive C:\Users\stefan\Documents\Arbeit\Camunda\Camunda Engine Tomcat\server\apache-tomcat-8.0.24\webapps\loan-approval-0.1.0-SNAPSHOT.war
01-Mar-2016 08:04:37.036 INFO [localhost-startStop-2] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive C:\Users\stefan\Documents\Arbeit\Camunda\Camunda Engine Tomcat\server\apache-tomcat-8.0.24\webapps\loan-approval-0.1.0-SNAPSHOT.war has finished in 2,226 ms
A corresponding folder is created in the webapps-folder, containing META-INF and WEB-INF.
WEB-INF contains the .bpmn-file, it is marked as executable, and in WEB-INF\classes\META-INF there's a processes.xml file.
I already tried exchanging my project for the sources of the tutorial, but to no avail.
Also, for full disclosure: I'm a total newbie with tomcat and maven, so it could well be something really plain I just don't get.
Thanks,
Stefan