Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Steps:

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

    Code Block
    languagexml
    titleContext.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 Tomcat service