Many thanks for your response, most useful. I've just got one follow up
question below...

> -----Original Message-----
> Behalf Of Craig R. McClanahan
> Sent: Monday, March 01, 1999 8:43 AM
> To: Java Apache Users
> Subject: Re: Multiple servlets processing a single HTTP request. How to?
>
[cut]
>
> The current version of Apache JServ is compliant with the 2.0 Servlet API,
> which supports the ServletContext.getServlet() call.  This lets
[cut]
> In either scenario, trying to share the request body is not going to be
> transparent, because the servlet engine lets you read it only
> once.  You might
> consider using some other mechanism (such as a session) to share the
> information from the request body between the two servlets.
> Then, you can use
> the redirect approach that works in either a 2.0 or a 2.1
> compliant servlet
> engine.

What do you mean by "redirect approach", modifications to mod_jserv to do
internal redirects, or just using the current redirect methods?

>
> >
> > Thanks
> > Alex
> >
>
> Craig McClanahan
>
>
>
>
> ----------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Archives and Other:  <http://www.working-dogs.com/>
> Problems?:           [EMAIL PROTECTED]
>



----------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://www.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to