Configuring Tomcat to Listen on Multiple Ports (2024)

By default, Tomcat listens on port 8080. However, if you want to configure Tomcat to listen on say, port 8081 as well, follow the steps below:

  1. Edit the server.xml file in the <CATALINA_HOME>\conf directory on the eG manager host.
  2. Look for the following lines in the server.xml file:

    <Connector port=”8080” protocol=”HTTP/1.1”

    connectionTimeout=”20000”

    redirectPort=”5443” />

  3. Replace the above-mentioned lines with the following lines:

    <Connector port=”8080”
    maxThreads=”150” minSpareThreads=”25” maxSpareThreads=”75”
    enableLookups=”false” redirectPort=”8443” acceptCount=”100”
    debug=”0” connectionTimeout=”20000”
    disableUploadTimeout=”true” />

    <Connector port=”8081”
    maxThreads=”150” minSpareThreads=”25” maxSpareThreads=”75”
    enableLookups=”false” redirectPort=”8443” acceptCount=”100”
    debug=”0” connectionTimeout=”20000”
    disableUploadTimeout=”true” />

    Upon startup, Tomcat will parse the server.xml file and create objects based on the content of the file. A single Connector element specification in the server.xml file will hence cause Tomcat to create a Connector object. If you then update the file with another Connector element specification, it will automatically trigger the creation of another instance of the Connector. This is how the above change creates two connectors listening on port 8080 and 8081 respectively. You only have one container though. The connectors create a request and response object for each incoming HTTP request and pass it to the container.

  4. Then, save the file.
  5. Finally, restart the Tomcat server.
Configuring Tomcat to Listen on Multiple Ports (2024)
Top Articles
A Genetic Mutation That Can Affect Mental & Physical Health
How Can You Tell if a Website Is Secure?
Lorton Transfer Station
Gamevault Agent
Craigslist Vans
Jailbase Orlando
Katmoie
How Many Cc's Is A 96 Cubic Inch Engine
Apex Rank Leaderboard
Koordinaten w43/b14 mit Umrechner in alle Koordinatensysteme
Nordstrom Rack Glendale Photos
Giovanna Ewbank Nua
2013 Chevy Cruze Coolant Hose Diagram
What is a basic financial statement?
Brenna Percy Reddit
Erin Kate Dolan Twitter
Qhc Learning
180 Best Persuasive Essay Topics Ideas For Students in 2024
finaint.com
Grab this ice cream maker while it's discounted in Walmart's sale | Digital Trends
Charter Spectrum Store
White Pages Corpus Christi
Morristown Daily Record Obituary
Mychart Anmed Health Login
Understanding Genetics
Mc Donald's Bruck - Fast-Food-Restaurant
Stoney's Pizza & Gaming Parlor Danville Menu
Scream Queens Parents Guide
Hannah Palmer Listal
Mikayla Campinos: Unveiling The Truth Behind The Leaked Content
Delta Township Bsa
12657 Uline Way Kenosha Wi
100 Gorgeous Princess Names: With Inspiring Meanings
Gesichtspflege & Gesichtscreme
Co10 Unr
Yu-Gi-Oh Card Database
Maths Open Ref
Craigslist Boerne Tx
Average weekly earnings in Great Britain
Dumb Money, la recensione: Paul Dano e quel film biografico sul caso GameStop
Junior / medior handhaver openbare ruimte (BOA) - Gemeente Leiden
Chuze Fitness La Verne Reviews
19 Best Seafood Restaurants in San Antonio - The Texas Tasty
Orion Nebula: Facts about Earth’s nearest stellar nursery
The Holdovers Showtimes Near Regal Huebner Oaks
M Life Insider
Ross Dress For Less Hiring Near Me
Bekah Birdsall Measurements
Honkai Star Rail Aha Stuffed Toy
Dontrell Nelson - 2016 - Football - University of Memphis Athletics
Jigidi Jigsaw Puzzles Free
Worlds Hardest Game Tyrone
Latest Posts
Article information

Author: Foster Heidenreich CPA

Last Updated:

Views: 6360

Rating: 4.6 / 5 (76 voted)

Reviews: 83% of readers found this page helpful

Author information

Name: Foster Heidenreich CPA

Birthday: 1995-01-14

Address: 55021 Usha Garden, North Larisa, DE 19209

Phone: +6812240846623

Job: Corporate Healthcare Strategist

Hobby: Singing, Listening to music, Rafting, LARPing, Gardening, Quilting, Rappelling

Introduction: My name is Foster Heidenreich CPA, I am a delightful, quaint, glorious, quaint, faithful, enchanting, fine person who loves writing and wants to share my knowledge and understanding with you.