Tomcat 5.x thread model

2006-09-14 Thread COURTAULT Francois
Hello, I want to know what is the model used by Tomcat between the socket and the thread ? Is it one socket - one thread ? For example the communication between one entity and a Tomcat instance uses HTTP 1.1 is establish by invoking servlet1, if the entity invokes again servlet1 (without any co

Avoid chunk response

2006-08-24 Thread COURTAULT Francois
Hello, I have made some tests and it seems that if the response to a request exceeds a size limit, the response is chunked. Is there a way to avoid that ? or is there a way to set this limit in a configuration file ? Regards.

RE: Next version of Tomcat (Tomcat 6.0 ?)

2006-08-24 Thread COURTAULT Francois
Thanks for the info ... Any time frame ? Regards. -Message d'origine- De : Remy Maucherat [mailto:[EMAIL PROTECTED] Envoyé : jeudi 24 août 2006 10:24 À : Tomcat Users List Objet : Re: Next version of Tomcat (Tomcat 6.0 ?) On 8/23/06, COURTAULT Francois <[EMAIL PROTECTED

RE: Tomcat compliant with Servlet Spec 2.5 ?

2006-08-23 Thread COURTAULT Francois
t le monde COURTAULT Francois a écrit : > > I have looked at JSR 154: The servlet 2.5 spec is a maintenance release of > the servlet 2.4. This maintenance release (2.5) was out since may 2006 as it > is the case for the JSR 245 (JSP 2.1) ! > > So my interrogation points are: >

RE: Tomcat compliant with Servlet Spec 2.5 ?

2006-08-23 Thread COURTAULT Francois
ed to release of servlet spec 2.5 2. When will tomcat be servlet spec 2.5 compliant? With release of 6.0. No release version prior to 6.0 will suport servlet spec 2.5. --David COURTAULT Francois wrote: >Hello, > >Do you know when Tomcat will be compliant to the Servlet Spec 2.5

RE: Tomcat compliant with Servlet Spec 2.5 ?

2006-08-23 Thread COURTAULT Francois
ll do. :-) regards Leon On 8/23/06, COURTAULT Francois <[EMAIL PROTECTED]> wrote: > Hello, > > Do you know when Tomcat will be compliant to the Servlet Spec 2.5 ? > > Regards. > > - To start a new topic,

Tomcat compliant with Servlet Spec 2.5 ?

2006-08-23 Thread COURTAULT Francois
Hello, Do you know when Tomcat will be compliant to the Servlet Spec 2.5 ? Regards.

Next version of Tomcat (Tomcat 6.0 ?)

2006-08-23 Thread COURTAULT Francois
Hello, Do you know when the next version of Tomcat (6.0 ?) will be released ? Regards.

How to test chunked http request ? (Again)

2006-03-07 Thread COURTAULT Francois
Hello, The pb of Tomcat "chunk" support is not for the HTTP response: it is for HTTP request !!! Do you know if it works too ? Any way to test it ? Regards. > CF> Hello, > > CF> Do you know if these options are supported by Tomcat 5.x ? > > CF> Regards.

RE: Content-Encoding: chunked or Transfer-Encoding: chunked

2006-03-06 Thread COURTAULT Francois
Hello, The pb of Tomcat "chunk" support is not for the HTTP response: it is for HTTP request !!! Do you know if it works too ? Any way to test it ? Regards. -Message d'origine- De : Hadraba Petr [mailto:[EMAIL PROTECTED] Envoyé : vendredi 3 mars 2006 14:26 À : Tomcat Users List; Co

Content-Encoding: chunked or Transfer-Encoding: chunked

2006-03-03 Thread COURTAULT Francois
Hello, Do you know if these options are supported by Tomcat 5.x ? Regards.

RE: Way to force Tomcat not to send headers in its http response.

2006-01-06 Thread COURTAULT Francois
vlet and it is also very flexible. you will be handle to handle both HTTP response and request headers. Hope this helps. Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000 |-+> | | &

RE: Way to force Tomcat not to send headers in its http response.

2006-01-06 Thread COURTAULT Francois
rs in its http response. This is a little vague. Are there certain headers which must NOT be sent? -Tim COURTAULT Francois wrote: > Hello, > > Do you know if there is a way to force Tomcat not to send http headers > in its http respon

Way to force Tomcat not to send headers in its http response.

2006-01-06 Thread COURTAULT Francois
Hello, Do you know if there is a way to force Tomcat not to send http headers in its http response ? Regards.