Parse Listener with Tomcat

Hello everyone, How can I pass my Parse Listener class with bpm-platform.xml in Tomcat as a plugin. finally where should I write my listener class? Should I add it as a jar file in the lib folder? If so, I couldn’t find an example.

best regard…

Hi @Rasim_Savas,

have a look at this bpm-platform.xml example: Process Engine Plugins | docs.camunda.org.

The Java classes have to be in a jar in the lib folder of Tomcat.

Hope this helps, Ingo

1 Like