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,