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"/>
    {color:red}
    Be sure to change the password to passwords of you your choice.{color}
    When you are satisified, save your changes. #
  2. Install the ojdbc14-10.2.0.5