redirect « Map « JSP-Servlet Q&A





1. Basic question about servlet mapping    stackoverflow.com

I am new to J2EE and related stuff in general. I am trying to move a particular web application from a Sun One server deployment on to JBoss. The application is ...

2. Javascript redirect    stackoverflow.com

I am working with javascript and here is what I am trying to do: 1. Send a get request which looks like "http://localhost:8080/myapp/verify.htm?verifyId=Agkvhs" My requests reaches my verify.jsp in which I have javascript ...

4. Java Servlet response redirect for mapped drives    forums.oracle.com

Hi I am using tomcat and would like to redirect my servlet to a particular file server location after some validations.My file server is say mapped at X:\test.I am trying to use response.sendRedirect("file:///X:\test").But that doesnt work.It doesnt throw any exceptions at the backend but gives a page not displayed error.Evne if I try a "file:\\c: " on my local box , ...