Got feedback or spotted a mistake?

Leave a comment at the end of this page or email contact@krishagni.com

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Steps:

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

    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



  • No labels