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="tomcatXXXXXXXX" roles="manager-script,admin"/>
    <user username="gui" password="guiYYYYYYYY" roles="manager-gui,admin"/>
    {color:red}Be sure to change the password to passwords of you choice.{color}
    When you are satisified, save your changes.
    # Install the ojdbc14-10.2.0.5