Apache Tomcat 7 Manager Quick-Start on Ubuntu Linux

August 8, 2012 | By Duchateaux.

Tomcat 7 Manager Quick Start on Ubuntu Linux

The Tomcat 7 Ubuntu Packaged Version is a Fragmentation of the Official Tomcat Distro.

So to Make your Way Easier on Tomcat 7 is Best to Avoid the apt-get Tomcat 7 Packages and Provide Directly to Download and Install the Official Tomcat 7 Distribution.

The Contents and Details are Expressly Essentials to Give Focus Only to the Essentials Instructions and Commands and Make the Tut Easier to Read & Understand ;)

Tomcat 7 on Ubuntu
  1. Install Apache Tomcat 7 Official Distro.

    Tomcat 7 On Ubuntu Linux 12
  2. Open a Terminal Window
    (Press “Enter” to Execute Commands)

  3. Edit the tomcat-users.xml File

    sudo nano $CATALINA_HOME/conf/tomcat-users.xml

    Insert:

    <role rolename=”manager-gui” />
    <user username=”admin” password=”admin” roles=”manager-gui”/>

    .

  4. Restart Tomcat

    sudo $CATALINA_HOME/bin/shutdown.sh
    sudo $CATALINA_HOME/bin/startup.sh

  5. Access the Tomcat 7 Applications Manager on:

    http://localhost:8080/manager
  6. Tomcat 7 Deployment Quick Start Guide

    Tomcat7 Getting-Started Deploying

Apache Tomcat 7 Run Manager App


QuickChic Theme • Powered by WordPress