Versions Compared

Key

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

...

Panel

Configure Tomcat 7

  1. Configure tomcat-users.xml
    Open ${CATALINA_HOME}/conf/tomcat-users.xml with a text editor.  Create the following 2 uses:
    Code Block
    <user username="script" password="XXXXXXXX" roles="manager-script,admin"/>
    <user username="gui" password="YYYYYYYY" roles="manager-gui,admin"/>
    
    Be sure to change the password to passwords of your choice.
    When you are satisified that everything is correct, save your changes.
  2. Install the ojdbc14-10.2.0.5.jar
    Install the ojdbc14-10.2.0.5.jar to either the ${CATALINA_HOME}\lib or the ${CATALINA_HOME}\common\lib directory.  The ojdbc14-10.2.0.5.jar has to go into only one directory.  If you do not have the ojdbc14-10.2.0.5.jar, you can download the ojdbc14-10.2.0.5.jar and save it to your workstation.
  3. *Configure context.xml