6.9 Updating a Password for a Database User on Tomcat

Perform the following actions to update the database user's password in the database server.

  1. Stop Tomcat.

  2. Update the password in the database server.

  3. With Java in your path, enter the following command:

    java -jar idm/apps/tomcat/lib/idm-datasource-factory-1.2.0-uber.jar %newpassword%
  4. Copy the encrypted output of the password to the server.xml file.

  5. Save and close the file.

  6. Start Tomcat.