You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Christian Mallwitz <c....@intershop.de> on 2000/11/10 15:19:23 UTC

keepalive support in stand-alone Tomcat 3.2beta6

Hi,

It looks like if I run Tomcat 3.2beta6 as stand-alone servlet container I
don't have HTTP 1.1 keep alive support. Is this correct?

What about running it as out-of-process servlet container? Does the keep
alive support depend on the web server used? 

Thanks in advance
Christian
-- 
Christian Mallwitz INTERSHOP Communications Germany
Senior Software Engineer    phone: +49 3641 894 334

Re: keepalive support in stand-alone Tomcat 3.2beta6

Posted by "Craig R. McClanahan" <Cr...@eng.sun.com>.
Christian Mallwitz wrote:

> Hi,
>
> It looks like if I run Tomcat 3.2beta6 as stand-alone servlet container I
> don't have HTTP 1.1 keep alive support. Is this correct?
>

That is correct for 3.2.  Version 4.0 has HTTP/1.1 support, including
persistent connections, in standalone mode.

>
> What about running it as out-of-process servlet container? Does the keep
> alive support depend on the web server used?
>

Yes -- in this mode it is totally up to the web server to provide the
persistent connections.

>
> Thanks in advance
> Christian
> --
> Christian Mallwitz INTERSHOP Communications Germany
> Senior Software Engineer    phone: +49 3641 894 334

Craig