1. Call an external web service from a servlet stackoverflow.comI'm developing a servlet that gets a name of a web service and could be forward the request to an external web service, for example: |
2. Why if i have a double while cycle with a getRequestDispatcher("/SampleProvider").forward it fails? stackoverflow.comI'm living a really strange bug... Lets imagine a servlet with this code:
|
3. Forward to JSP outside of war coderanch.comI have a servlet in a deployed .war file on Sun Java System Web Server 6.1. I have a JSP that is not deployed in any .war file. How do I forward from the servlet to the JSP. I can't figure out how to obtain a context to the jsp pages in the default webapp which are outside of a .war ... |
4. forward happens before service() finishes coderanch.com |
5. Weblogic Not Forwarding to j_security_check coderanch.comIf you are using any type of authentication, a forwarded request made with the |