Hello,
to deploy my project using activiti 5.22, I copied .jar file to webapps\activiti-explorer\WEB-INF\lib. But when I restart Tomcat, activiti-explorer resets, so all my users and groups are removed. And every time I stop tomcat and restart it I have to redo everything again.
I read in some forums that I have to copy .jar to "webapps\activiti-explorer\WEB-INF\lib" and "webapps\activiti-rest\WEB-INF\lib" But I don't see activiti-rest in tomcat folder.
So, what should I do ?
Many thanks
Solved! Go to Solution.
Since H2 is not production ready, we recommend using other databases.
But, if you really want to use H2, change the setting as follows.
activiti-explorer/WEB-INF/classes/db.properties
jdbc.url=jdbc:h2:mem:activiti;DB_CLOSE_DELAY=1000
jdbc.url=jdbc:h2:file:activiti;DB_CLOSE_DELAY=1000
Thanks, But the problem is that I'am using H2 database in my project
Since H2 is not production ready, we recommend using other databases.
But, if you really want to use H2, change the setting as follows.
activiti-explorer/WEB-INF/classes/db.properties
jdbc.url=jdbc:h2:mem:activiti;DB_CLOSE_DELAY=1000
jdbc.url=jdbc:h2:file:activiti;DB_CLOSE_DELAY=1000
Thank you so much, you saved my life( (y)
Ask for and offer help to other Alfresco Process Services and Activiti Users and members of the Alfresco team.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.