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