Is there a way to get the unsecure and secure port number in Java
The conf/server.xml file specifies a bunch of Connectors, with ports
like 8080, 8443. Is it possible to get these values in Java code, say
through a filterConfig or servletConfig? Thanks.
Webserver » alt.apache.configuration » Is there a way to get the unsecure and secure port number in Java