How can I change the default tenant's password after installation?

I successfully installed the Bonita Community edition on a linux server with a Postgres backend. I followed the instructions except I missed the step of changing default tenant administrator username and password.

The documentation says after Tomcat's first run that these can be changed in the <TOMCAT_HOME>/setup/platform_conf/current/tenants/ directory. But I'm missing the "current" directory instead only have "initial" and "sql" directories in there.

Hello,

From the tomcat bundle directory, you simply have to run

./setup/setup pull

to retrieve the current configuration from database, then modify anything regarding configuration (see documentation), and then apply your changes by pushing them back into the database:

./setup/setup push

Hope this helps,

Emmanuel