Search Results

0
votes
3answers
268 views

In Tomcat how can my servlet determine what connectors are configured?

The server.xml can have many connectors, typically port only 8080, but for my application a user might configure their servlet.xml to also have other ports open (say 8081-8088). I would like for m …