Is there a way to get the unsecure and secure port number in Java

Is there a way to get the unsecure and secure port number in Java

am 17.11.2007 20:36:41 von removeps-groups

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.