Workflow war files get redeployed everytime Tomcat restarts

Workflow war files deployed to a Tomcat instance running Camunda OSS 7.10 get undeployed when the tomcat instance is stopped and redeployed as a new version when the server is restarted. How do I stop this frim happening?

Thanks

@vshah-anovaa, have you set this property isDeleteUponUndeploy to true? If yes, then change it to false to avoid redeploying the processes.

<property name="isDeleteUponUndeploy">false</property>

@aravindhrs - I already have that property set to false and I still get the undeploy / deploy when I restart the server.

Any help is greatly appreciated.
Thanks

Where exactly have you set that setting?
It may have been set in the wrong place.

@Niall. This in process.xml under META-INF and gets packaged in the war file under WEB-INF/classes/META-INF.

Thanks

Please disregard this. I cannot explain why this was happening, but I started with a clean database and was not able to reproduce this. Every thing is good now. Thanks for the help.

1 Like