I believe I did configured to use same database I have change both db.propreties to db=mysql jdbc.driver=com.mysql.jdbc.Driver jdbc.url=jdbc:mysql://localhost:3306/activiti jdbc.username=root jdbc.password=root
any addition configuration need?..
Also…my activiti.war is deployed successfully in Tomcat. but when I go to localhost:8080/activiti-rest.. it return 404 not found. maybe this is the reason?.