tomcat 5.5.20 and 1.1.3 of the Apache Tomcat Native library

2007-03-18 Thread francois
Hello, I've installed from sources the 5.5.20 tomcat version. Because I've read in tomcat's logs : "The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path", i've made the compilation of the tomcat-native which was in the

CVE referencing Tomcat are not also referencing Tomcat-embed

2023-09-06 Thread Francois Marot
ng those questions: https://stackoverflow.com/questions/74886946/vulnerablities-for-tomcat-embed-core-in-owasp-dependencytrack but still looking for advice/guidance. Best regards Francois [1] - https://owasp.org/www-project-dependency-check/ [2] - https://dependencytrack.org/

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.

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.

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,

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

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.

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

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.

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

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

2006-01-06 Thread COURTAULT Francois
er 2006 15:06 À : Tomcat Users List Cc : users@tomcat.apache.org Objet : Re: Way to force Tomcat not to send headers in its http response. Francois I would use a Servlet Filter to do this. It is a standard, not tomcat specific and it allows you to decouple the header processing from your existing ser

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

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.

Tomcat and negotiate auth-method

2010-05-10 Thread Francois Rigault
r with seamless authentication ? Is there a plan to support a negotiate auth-method integrated with tomcat ? Thanks and regards Francois

Odd problem with Java Web service deployment

2006-07-03 Thread Remacle, F \(Francois\)
using classes relying on this packages works fine, only mine crashes down not finding these classes. I am completely stuck by this and cannot find any way out of it... Any suggestion? Thanks Francois Remacle - To start a

RE: Odd problem with Java Web service deployment

2006-07-04 Thread Remacle, F \(Francois\)
Hi Frank, Thanks for your reply, In fact it is finding these listeners (or the error message is misleading me), it is the javax.servlet.AttributeContextListener that its not finding which is odd since the others app finds it... -Original Message- From: Franck Borel [mailto:[EMAIL PROTEC

org.apache.catalina.servlets.DefaultServlet won't deallocate

2006-08-01 Thread Jean-Francois Beaulac
k you -- Jean-Francois Beaulac [EMAIL PROTECTED] - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

JK connector issue - Can't get JKStatus working with IIS 6.0

2007-05-11 Thread Jean-Francois Beaulac
Thank you Jean-Francois Beaulac [EMAIL PROTECTED] Jean-Francois Beaulac - VP Technologies <mailto:[EMAIL PROTECTED]> [EMAIL PROTECTED] +1 514.598 0406 Beetext - <http://www.beetext.com/> www

RE: JK connector issue - Can't get JKStatus working with IIS 6.0

2007-05-11 Thread Jean-Francois Beaulac
solve your problem... Just let us know if it worked! Yours, Marcus -Mensagem original- De: Jean-Francois Beaulac [mailto:[EMAIL PROTECTED] Enviada em: sexta-feira, 11 de maio de 2007 14:49 Para: users@tomcat.apache.org Assunto: JK connector issue - Can't get JKStatus working with II

RE: JK connector issue - Can't get JKStatus working with IIS 6.0

2007-05-14 Thread Jean-Francois Beaulac
se post the results, so we can see, if the URL got mapped, and why the request didn't get forwarded. Regards, Rainer Mladen Turk wrote: > Jean-Francois Beaulac wrote: >> The Connector itselfs works perfectly, I just want to enable the JKStatus >> page that shows information abo

RE: RES: RES: Tomcat 6.0 on Windows Server 2003 IIS 6.0 connector not functioning

2007-05-15 Thread Jean-Francois Beaulac
Hi, Just for the record, have you checked if isapi_redirect.dll is "blocked" by Windows 2003 protection for files downloaded from the internet? If you go in the properties of the dll file, and it is blocked, a big "unblock" button will be shown. I had this problem on Windows Server 2003 in both 3