weblogic « URL « JSP-Servlet Q&A





1. how to specify param-value in init-param for a servlet using url-pattern?    stackoverflow.com

I want my web.xml to be able to specify param-value for a init-param for a servlet using the url used at runtime. For example:

<servlet>
       ...

2. jsessionid added to URL when Weblogic redirects to Apache    stackoverflow.com

We have a problem here. Our application is running on a weblogic. At some point the weblogic is redirecting to the Apache to let the user access PDF files. This happens via

   ...