You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Michael Toulouse <to...@civicnet.net> on 2001/04/25 23:56:16 UTC

--> "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