Steps:

  1. Shut down the Tomcat service
  2. Modify the password inĀ $TOMCAT_HOME/conf/context.xml file

    <Resource name="jdbc/openspecimen" auth="Container" type="javax.sql.DataSource"
          maxActive="100" maxIdle="30" maxWait="10000"
          username="<db_user_name>" password="<db_password>" driverClassName="<DRIVER_CLASS_NAME>"
          url="<DB_URL>" />


  3. Start the Tomcat service