Hi,
I’m trying to install camunda on a existing tomcat (vers. 9) server. I followed the manual installation manual Install the Full Distribution on a Tomcat Application Server manually
After installation my tomcat server cannot start anymore. I figured out, that if i comment out the listener
<Listener className="org.camunda.bpm.container.impl.tomcat.TomcatBpmPlatformBootstrap" />
in the server.xml configuration file the server can start again, but the installation of camunda seems to need this line of code, because if the line is missing the tomcat server starts, but it returns a server failure HTML 5xxx.
Does anybody of you can help me to fix this problem?
Regards