Versions Compared

Key

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

...

Panel

Configure your Maven settings.xml

Configure tomcat-users.xml

  1. Open ${user.home}/.m2/settings.xml with a text editor.
  2. If you a using a Tomcat 7 server do the following:
    1. Find the following:
      Code Block
      
      <tomcat.password>XXXXXXXX</tomcat.password>
      
      and replace XXXXXXXX with the password with the Tomcat manager-script user that you configured when you installed Tomcat.

      If you forgot the password, you can find the password in the ${CATALINA_HOME}/conf/tomcat-users.xml file.