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
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.