1. Basic question about servlet mapping stackoverflow.comI 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.comI 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 ... |
3. Problems with servlet-mapping to redirect some JSPs... coderanch.com |
4. Java Servlet response redirect for mapped drives forums.oracle.comHi 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 , ... |