Changing the database password
If you change the password for your database, you must update the password on the server.
Procedure
- In a text editor, open the file conf\server\secured-installed.properties.
- Specify the new database password in the following line
of code:
This password will be encrypted when you restart the server.hibernate.connection.password=newPassword
- Restart the server.