Thank you for the replies. I don't think I could redirect anyway since I have
session data (useBean) in the JSP.
I did some debugging and it appears I am getting a short read on the
HttpUtils.parsePostData(). This is being called in a fairly deep set of nested
calls within Tomcat. The length is sent as 39 bytes and there are no bytes in
the stream so an exception is thrown.
I will have to do more investigation to give a clearer picture, but if anyone
has experienced the same issue I would like to hear from you.
Walker Joe wrote:
> 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(<jsp-name>) 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.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
--
Gary Murphy
Hilbert Computing, Inc.
13632 S. Sycamore Dr.
Olathe, KS 66062
913-780-5051
|