Hi
I am writing a custom JSP tag and I need to be able to determine how the servlet container is configured. Specifically, I want to be able to do things like get a list of the port numbers in use and which schemes they are using (e.g. HTTPS on port 8443).
Is this possible?
I know I can manually read my server.xml file or whatever, but I need the JSP tag to be able to ask the servlet container.
Your help would be appreciated.
C
I am writing a custom JSP tag and I need to be able to determine how the servlet container is configured. Specifically, I want to be able to do things like get a list of the port numbers in use and which schemes they are using (e.g. HTTPS on port 8443).
Is this possible?
I know I can manually read my server.xml file or whatever, but I need the JSP tag to be able to ask the servlet container.
Your help would be appreciated.
C