cancel
Showing results for 
Search instead for 
Did you mean: 

Database config problem

notadish
Champ in-the-making
Champ in-the-making
I am a new learner, and trying to change the database configuration of Activiti Explorer.

I edited db.properties file at <tomcatinstalldir>\webapps\activitiexplorer\WEBINF\classes\ by changing the line

jdbc.url=jdbc:h2:mem:activiti;DB_CLOSE_DELAY=1000

to

jdbc.url=jdbc:h2:tcp://localhost/activiti

and restarted both H2 database engine and Tomcat.

But after doing this, I'm no longer able to access activity explorer via http://localhost:8080/activiti-explorer/

PS. Every thing goes normal when I undo my change.

Does anyone know why?
2 REPLIES 2

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi Notadish,

definitely there must be something wrong.
Is there any exception in the logs?

Regards
Martin

vasile_dirla
Star Contributor
Star Contributor
Hi Notadish,
are you sure you h2 is up and running?