02-05-2018 12:13 PM
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
02-12-2018 12:39 AM
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
02-06-2018 08:26 AM
02-11-2018 04:11 PM
Thanks, But the problem is that I'am using H2 database in my project
02-12-2018 12:39 AM
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
02-12-2018 05:38 AM
Thank you so much, you saved my life( (y)
Explore our Alfresco products with the links below. Use labels to filter content by product module.