You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Jann VanOver <Ja...@loudeye.com> on 2001/04/26 00:00:04 UTC

RE: --> "InputStream already obtained for this request"

You can't include a servlet.

You can call a servlet through a URL or you can include JSP

I have no answers for your other questions

-----Original Message-----
From: Michael Toulouse [mailto:toulouse@civicnet.net]
Sent: Wednesday, April 25, 2001 2:56 PM
To: tomcat-user@jakarta.apache.org
Subject: <jsp:include [servlet]> --> "InputStream already obtained for
this request"


I'm trying to call include a servlet from JSP.  The servlet needs to 
parse CGI data from the InputStream object of the HttpServletRequest. 
Is there any way to get Tomcat not to obtain the InputStream?  Or, if 
that is not possible, is there a way to call recycle() on the 
implementation of the HttpServletRequest?

Thanks in advance.

--
Michael Toulouse