Hi,
There is a camunda application which is running on tomact server locally by installation of (camunda-bpm-ee-tomcat-7.18.11-ee).
In previous version (7.16) directly by giving the below URL details ,i was able to access H2 database.
- URL → http://localhost:8080/h2/h2
- Login details →
jdbc:h2:./camunda-h2-dbs/process-engine
User: sa
Password: sa
After upgrade of version unable to access. Need to use the H2 database how to do ?
Please provide assistance.
Thanks !