Unable to View H2 Database

Hi,

I have working flowable 6.4.1 and deployed on tomcat 9.0, i am unable to view H2 Database. i have tried many url but just getting not found 404.

URL i have tried not working.
http://localhost:8080/flowable-modeler/h2-console
http://localhost:8080/flowable-task/h2-console

please guide me how can i view database.

Have you added the spring properties to your application.properties file to enable the console?

spring.h2.console.enabled=true
spring.h2.console.path=/h2-console

Yes, but i got error that database already in use. when i run flowable source code in eclipse so i am unable to access the h2 database sententiously.

Hi,
I’m also getting error as
“Database may be already in use: null. Possible solutions: close all other connection(s); use the server mode [90020-199]](http://localhost:8080/flowable-task/h2-console/test.do?jsessionid=7c49153ba3709828440420c64e39f8ad#) 90020/90020”

Try to keep jdbc:h2:~/flowable-db/db in all wars -> application.properties instead jdbc:h2:~/flowable-db/engine-db etc.