How to access h2 database in camunda

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.

  1. URL → http://localhost:8080/h2/h2
  2. 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 !

1 Like

All the information will be there in application.properties in resources folder. Check it out

1 Like

Hi @V_Sri,

the H2 console has security vulnerabilities: Security Notices | docs.camunda.org

The resolution was to remove it from the pre-packaging: Update from 7.17 to 7.18 | docs.camunda.org

Hope this helps, Ingo

1 Like