Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: lacou
  • Order by date
  1. lacou

    Port conflict

    You need to have a seperate 'server.xml' config files for each instance of tomcat. Each one of them must have a different Connector port value. Ex: <Connector port="8080" ... on 1 server <Connector port="8081" ... on the next server
  2. lacou

    How to start more than one tomcat process

    Hello, I would like to have 2 seperate instances of tomcat running on my debian server each one answering on port 80 but for different network interfaces. Is this feasible with tomcat ? lacou

Part and Inventory Search

Back
Top