Installation Procedure
- Download the pre-packaged distribution from http://camunda.org/release/camunda-bpm/tomcat/.
- Unpack the distro to a directory.
- Adjust the datasource according to your needs (see Manual Installation).
- Startup the server by running camunda-welcome.bat or by using the $TOMCAT_HOME/bin/startup.{bat/sh} script.
Accessing the H2 console
You can easily access the H2 console to inspect your local H2 database (used in demo/evaluation scenarios):
- Go to http://localhost:8080/h2/h2
- Login with the following data:
- jdbc./camunda-h2-dbs/process-engine
- User: sa
- Password: sa
原文: https://docs.camunda.org/manual/7.9/installation/full/tomcat/pre-packaged/