Retrieve « URL « JSP-Servlet Q&A





1. Is it possible for a Servlet filter to retrieve its url path?    stackoverflow.com

I can map a single servlet to various url patterns in the web.xml file. When programming the servlet, I can then get which of those url patterns the request is matching, ...

3. Retrieving a parameter through URL.    java-forums.org