sendRedirect() is very different to getRequestDispatcher() in that it asks the browsers to requery the webserver. The latter is preferable for lots of reasons. You need to check that you are not doing anything to the servlet output stream before you re-direct - probably don't even call response.getWriter() to make sure. Joe. > -----Original Message----- > From: T-VishalS@niit.com [SMTP:T-VishalS@niit.com] > Sent: Friday, June 09, 2000 11:44 AM > To: tomcat-dev@jakarta.apache.org > Subject: RE: Tomcat 3.1 and JSPs. > > try using response.sendRedirect() where the response is the > object > of HttpResponse > > Regards > Vishal > > > -----Original Message----- > > From: Gary Murphy [SMTP:glm@hilbertinc.com] > > Sent: Friday, June 09, 2000 3:08 PM > > To: tomcat-dev@jakarta.apache.org > > Subject: Tomcat 3.1 and JSPs. > > > > I am running Tomcat v3.1 on RedHat Linux 6.1 and can't seem to get JSPs > > to work correctly. I built a war and configured a web.xml and added the > > > > app to the server.xml. I can load the servlet and serve HTML. I can > > > > also explicitly type the name of the JSP and compile it, but when I try > > to call the JSP within my servlet using the > > > > ...getRequestDispatcher(...).forward() > > > > method, the servlet just hangs. > > > > This code is working within the WebSphere Test Evironment within > > VisualAge for Java. > > > > Any ideas or places for additional docs? I looked through all of the > > FAQS and UGs I can find. > > > > -- > > Gary Murphy > > Hilbert Computing, Inc. > > 13632 S. Sycamore Dr. > > Olathe, KS 66062 > > 913-780-5051 > > > > > > > > > Visit http://www.NetVarsity.com for online learning > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org > For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org Legal Disclaimer:- Please be aware that messages sent over the Internet may not be secure and should not be seen as forming a legally binding contract unless otherwise stated.