Re: redirect from Servlet

2003-06-26 Thread Yoav Shapira
-- > From: "Paul Wallace" <[EMAIL PROTECTED]> > To: "Tomcat Developers List" <[EMAIL PROTECTED]> > Sent: Thursday, June 26, 2003 11:37 AM > Subject: RE: redirect from Servlet > > > > Hi, thanks, > >I added the line. No 404

Re: redirect from Servlet

2003-06-26 Thread Dayan Simon
Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Thursday, June 26, 2003 11:37 AM Subject: RE: redirect from Servlet > Hi, thanks, >I added the line. No 404 is present, but the servlet maintains, ie > the browser is completely blank. What about the ("/xxx.jsp"

RE: redirect from Servlet

2003-06-25 Thread Paul Wallace
Hi, thanks, I added the line. No 404 is present, but the servlet maintains, ie the browser is completely blank. What about the ("/xxx.jsp") path? Thanks Paul. Try this getServletConfig().getServletContext().getRequestDispatcher("/xxx.jsp"). forward(request, response); - Original Message

Re: redirect from Servlet

2003-06-25 Thread Dayan Simon
Try this getServletConfig().getServletContext().getRequestDispatcher("/xxx.jsp"). forward(request, response); - Original Message - From: "Paul Wallace" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Thursday, June 26, 2003 11:21 AM Subject: redirect from Servlet