http://jakarta.apache.org/tomcat/index.html

Navigate to download the binary for v4 and it'll be in the same dir on the
server.

- r

> -----Original Message-----
> From: Pierre Carette [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 21, 2001 9:32 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Possible to return multiple responses/pages for a request?
>
>
> Where can I download a compatible version of the servlet API for
> tomcat 3.2
> ?
>
> Thanks,
>
> Pierre
>
> ----- Original Message -----
> From: "Shunsuke Masuda" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, August 21, 2001 6:06 PM
> Subject: Re: Possible to return multiple responses/pages for a request?
>
>
> > Hello,
> >
> > I have the same requirement on the current project.
> >
> > What I am doing is to use threads  for heavy tasks and
> > let browsers reload by "<meta .... Refresh....>".
> > References to the threads are setAttr'ed into HttpSession,
> > and a servlet checks on each reload whether or not the
> > threads complete.
> >
> > Shunsuke Masuda
> >
> > ----- Original Message -----
> > From: "Jonathan Eric Miller" <[EMAIL PROTECTED]>
> > To: "Tomcat User List" <[EMAIL PROTECTED]>
> > Sent: Wednesday, August 22, 2001 6:48 AM
> > Subject: Possible to return multiple responses/pages for a request?
> >
> >
> > > I'm wondering if it is possible to return multiple
> responses/pages from
> a
> > > given request?
> > >
> > > I have a servlet that performs some processing after a form
> is submitted
> > to
> > > it. This processing sometimes takes several seconds to
> complete. What I
> > want
> > > to do is first display a page which says "Processing your request,
> please
> > > wait..." Then, after the processing is done, I want to display another
> > page.
> > > The second page should replace the first page in the user's browser.
> > >
> >
> >
> >
>
>

Reply via email to