Dear Community,
I’m currently trying to deploy the WebApp WAR file to the tomcat server. I’ve done it as described in the general install guide (Install the Standalone Webapplication (.war) | docs.camunda.org) - but I always receive an HTTP 404 Error with the description, that the resource is not available.
Note: If you install the Camunda standalone web application on Apache Tomcat by dropping it in the webapps folder, Tomcat will assign the filename of the war file as the context path. If you want the context path to be /camunda, rename the war file to camunda.war.