Hey,
I tried to install activiti on opensuse server and it's work. But now i want to change activiti to a h2 persistant database. So i installed h2 and started the db with the path for the database
jdbc.url=jdbc:h2:tcp://localhost/~/../../activiti.
I also changed the db.database to jdbc.url=jdbc:h2:tcp://localhost/~/../../activiti. When I start the tomcat server, the tomcat started shortly and broke.
<code> Schwerwiegend: The web application [/activiti-explorer] registered the JDBC driver [org.h2.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
<code> catalina log file
I can connect to tomcat but not to activiti-explorer(404). Had anyone an idea?
With Windows it works all fine.