Hello,
I am trying to set up Camunda 7.17.0 on a (remote) Tomcat9 server for educational purpouse.
I followed the steps from the manual
https://docs.camunda.org/manual/latest/installation/full/tomcat/manual/
for the installation…
The installation worked fine expect that the following line was leading to an error on the Tomcat server (Tomcat server cannot start when this line is inside the server.xml file)
But I assume the tomcat-manager handled the listener for me.
A get to “http://192.168.1.42:8080/engine-rest/engine” returned the answer “[]”. So I assume the engine is working.
When I try to deploy a process using the Camunda Modeler the App shows me that the REST endpont “Should point to a running Camunda Platform REST API.”
Can anybody help me? Is the engine running correctly when the API returns []? How can I deploy models tho the engine?
Regards
Michael