Hello,
 I have a problem with the requestdispatcher.

 Under webapps ---> I have onefolder called test1 -->webapps-->classes-->servlet1.java
 Another folder is test2 -->webapps-->classes-->mypage.jsp

 I need to do a getRequestDispatcher(path).forward(req,res) in the servlet1.java. I 
have to dispatch a request to the mypage.jsp in the test2 folder. I tried various 
combinations but fails to respond correctly using both ServletRequest and 
ServletContext. Can I go from my current context test1 and access another context 
test2 and therefore the jsp page ? If so how ??

 Thanks,
 - Koustubh






===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to