Tomcat 6-7 Howto Change/Modify the Default Http 8080 Port

August 8, 2012 | By Duchateaux.

This Post simply Show Howto Modify/Change the Default Tomcat Server 8080 Port.

The Content give Focus Only to the Essentials Instructions and Commands to make it Easier to Follow.

Tomcat on Linux
  1. Open a Terminal Window
    (Press “Enter” to Execute Commands)

  2. Edit the server.xml File:

    Modify the line Containing:

    8080" protocol="HTTP/1.1"

    It’s Best to Use a 4 Digits Port Up to 1024 OR the Http Default 80 Port if it does Not Conflict with the Apache one…

  3. Restart the Tomcat Server:

    ./bin/shutdown.sh
    ./bin/startup.sh


QuickChic Theme • Powered by WordPress