cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot access activiti explorer after changing database

agiledevpro
Champ in-the-making
Champ in-the-making
Hi,

I wanted to use a mysql database instead of the default h2 database so I changed the db.properties file in "C:\apache-tomcat-7.0.54\webapps\activiti-rest\WEB-INF\classes" and "C:\apache-tomcat-7.0.54\webapps\activiti-explorer\WEB-INF\classes"
to:
db=mysql
jdbc.driver=com.mysql.jdbc.Driver
jdbc.url=jdbc:mysql://(my ip address here):3306/activiti
jdbc.username=sqluser
jdbc.password=root
db.schema.strategy=create

but when I try to access activiti-explorer in the browser by (localhost:8080/activiti-explorer) I get http 404 /activiti-explorer/ui/
type Status report
message /activiti-explorer/ui/
description The requested resource is not available.

What have I missunderstood?

Regards,
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
If so, there should be some exceptions in the tomcat logs why the application doesnt boot up