Hi, Is your ESHOP.jsp placed at the root directory. If your caller and calee are in the same directory then try changing the first line to
String url1 ="./ESHOP.jsp"; Hope this helps. Vishal Chaddha -----Original Message----- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Monday, September 29, 2003 4:28 AM To: [EMAIL PROTECTED] Subject: Resource failure In a forward String url1 ="/ESHOP.jsp"; ServletContext sc1 = getServletContext(); RequestDispatcher rd1 = sc1.getRequestDispatcher(url1); rd1.forward(req, res); I get The requested resource (/ESHOP.jsp) is not available Any ideas? Thanks, Martin Gainty =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant archives, FAQs and Forums on JSPs can be found at: http://java.sun.com/products/jsp http://archives.java.sun.com/jsp-interest.html http://forums.java.sun.com http://www.jspinsider.com =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant archives, FAQs and Forums on JSPs can be found at: http://java.sun.com/products/jsp http://archives.java.sun.com/jsp-interest.html http://forums.java.sun.com http://www.jspinsider.com