cluster SimpleTcpCluster in 5.5.17

2006-07-21 Thread Jean-frederic Clere
Hi, I have trying to get the SimpleTcpCluster running but I only get: +++ INFO: Replication member added:org.apache.catalina.cluster.mcast.McastMember[tcp://192.168.4.88:4001,catalina,192.168.4.88,4001, alive=5006428] Jul 20, 2006 6:50:46 PM org.apache.catalina.cluster.tcp.SimpleTcpCluster mem

Re: svn commit: r423967 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java

2006-07-21 Thread Jean-frederic Clere
William A. Rowe, Jr. wrote: Remy Maucherat wrote: William A. Rowe, Jr. wrote: Guys, let me clarify, you are only paying attention to ';' following the QUERY_STRING delimiter '?', correct? ';' means nothing special before the '?', double check your interpretation of RFC 2616. I can have /

Re: svn commit: r423967 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java

2006-07-20 Thread Jean-frederic Clere
without the patches. Cheers Jean-Frederic Bill Jean-frederic Clere wrote: I will also add the ";" path parameter stripping to mod_jk. Cheers Jean-Frederic [EMAIL PROTECTED] wrote: Author: remm Date: Thu Jul 20 09:01:41 2006 New Revision: 423967 URL: http://svn.apache.org/v

Re: svn commit: r423967 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java

2006-07-20 Thread Jean-frederic Clere
I will also add the ";" path parameter stripping to mod_jk. Cheers Jean-Frederic [EMAIL PROTECTED] wrote: Author: remm Date: Thu Jul 20 09:01:41 2006 New Revision: 423967 URL: http://svn.apache.org/viewvc?rev=423967&view=rev Log: - Changes to session id parsing so that it is done (as well as

Re: mod_jk 1.2.17+ Recover time

2006-07-19 Thread Jean-frederic Clere
David Rees wrote: On 7/19/06, Rainer Jung <[EMAIL PROTECTED]> wrote: No, I think it's not: 1) This is not a regression, it was always implemented like that. Really? I know it's been like this for a few releases now, but I remember some very old versions of mod_jk (from a couple years ago?)

Re: mod_jk 1.2.17+ Recover time

2006-07-19 Thread Jean-frederic Clere
Henri Gomez wrote: The next problem is to find a way to tell TC that its connexions have been closed (by a stupid firewall that eats the closes for example). That is nice to recover but how to make sure the TC part knows that something has went wrong. FW who eat the FIN-CLOSE ? Yes, if not

Re: mod_jk 1.2.17+ Recover time

2006-07-19 Thread Jean-frederic Clere
Rainer Jung wrote: No, I think it's not: 1) This is not a regression, it was always implemented like that. 2) The recover feature is used in the load balancer and the first way of avoiding errors is meant to be retries, the second way is failover. Only then comes recovery. 3) A worker that

Re: Next try: mod_jk 1.2.17 release candidate ready to test

2006-07-18 Thread Jean-frederic Clere
Rainer Jung wrote: Mladen Turk wrote: Anyhow, I suppose it should be neither int nor unsigned int, but rather size_t, at least that's the retval from sizeof, right? Of course its used by getsockopt that OTOH requires socklen_t. Since it's only use is putting it into getsockopt(), I would su

Re: Mod_jk : function maintain()

2006-07-14 Thread Jean-frederic Clere
Mladen Turk wrote: Jean-frederic Clere wrote: Rainer Jung wrote: It's called once a minute (at least if a request comes in) to be able to clean up things not directly related to the actual request, like closing idle connections. Something to add to mod_proxy probably. If you f

Re: bug in ChunkedInputFilter

2006-07-13 Thread Jean-frederic Clere
Please tell: TC ignores the chunk-extension instead "ignore this data". Cheers Jean-Frederic Filip Hanik - Dev Lists wrote: Here is the promised patch for the ChunkedInputFilter, please review and comment, Filip ---

Re: Mod_jk : function maintain()

2006-07-13 Thread Jean-frederic Clere
Rainer Jung wrote: It's called once a minute (at least if a request comes in) to be able to clean up things not directly related to the actual request, like closing idle connections. Something to add to mod_proxy probably. Cheers Jean-Frederic [EMAIL PROTECTED] schrieb: Hi, I'm curr

Re: Next try: mod_jk 1.2.17 release candidate ready to test

2006-07-13 Thread Jean-frederic Clere
Henri Gomez wrote: I don't know if we could called it a regression but the API spec is to used a socklen_t not an int or unsigned int. iSeries compiler is very strict on such 'cast' and probably some others. gcc is a little more conciliant :) BTW, I think next major version of mod_jk (1.3 / 3.

Re: JK and AJP protocol enhancements

2006-07-13 Thread Jean-frederic Clere
Henri Gomez wrote: Well there was some provision in mind in AJP 1.4 : Context informations forwarding for Servlet engine to Web Server With this kind of information requested by webserver, we could determine the version of Servlet AJP implementation and as such use 32/64k buffers. the jk cou

Re: JK and AJP protocol enhancements

2006-07-10 Thread Jean-frederic Clere
Mladen Turk wrote: You see how desperate I am when writing this on Sunday :) Was it too hot on the sea side? Anyhow, we are pretty close to the new JK release that I hope will be the most usable and stable whatsoever. The things we agreed so many times before, but having obviously too litt

Re: JK and AJP protocol enhancements

2006-07-10 Thread Jean-frederic Clere
Costin Manolache wrote: What's the status with mod_proxy ? I think Mladen idea is to make the same enhancements in mod_proxy (and I will try to help him :-) It seems this kind of change would break backward compatibility, and if this happens - maybe it's better to fix the protocol marsha

Re: svn commit: r417959 - in /tomcat/container/tc5.5.x/modules/groupcom: ./ src/share/org/apache/catalina/tribes/ src/share/org/apache/catalina/tribes/group/interceptors/ src/share/org/apache/catalina

2006-06-29 Thread Jean-frederic Clere
Hi, Try to prevent CR/LF conversion when you commit... Hard to find what was changed in MemberImpl.java :-( Cheers Jean-Frederic [EMAIL PROTECTED] wrote: Author: fhanik Date: Thu Jun 29 01:33:29 2006 New Revision: 417959 URL: http://svn.apache.org/viewvc?rev=417959&view=rev Log: Added Mem

Re: Renaming jakarta-tomcat-connectors to tomcat-connectors?

2006-06-28 Thread Jean-frederic Clere
Rainer Jung wrote: I think it's time to rename jakarta-tomcat-connectors to tomcat-connectors. I'll try to handle the remaining jakarta-tomcat artefacts inside the connectors module and concerning the download. Does anyone know about external references we might break? The web pages (connec

Re: mod_jk release plan

2006-06-28 Thread Jean-frederic Clere
Rainer Jung wrote: Hi, I would like to start releasing mod_jk 1.2.16 this week. Since our last release was done from CVS and there are several updates to the tool chain (autoconf/automake/m4/libtool), there is some risk of breaking the release (additionally to mod_jk code bugs). For that rea

Re: Who maintains jsvc ?

2006-06-27 Thread Jean-frederic Clere
Darryl Miles wrote: If my research is correct this the commons-daemon package ? jakarta-commons (See http://jakarta.apache.org/commons/daemon/) I'm looking to find out if a patch to add network support to the 'jsvc' program would be a welcome enhancement. I would like to be able to rebo

Re: NIO vs BIO speed

2006-06-26 Thread Jean-frederic Clere
on my machine ab tells: +++ Percentage of the requests served within a certain time (ms) 50% 3 66% 3 75% 3 80% 4 90% 7 95% 17 98% 40 99%176 100%919 (longest request) +++ For NIO. And: +++ Percentage of the requests served within a certain time (ms

Re: [VOTE] Release Tomcat 4.1.32 as beta

2006-06-19 Thread Jean-frederic Clere
Amila Suriarachchi wrote: The Tomcat 4 build structure is slightly different to TC5. The main build.xml is in the container sub-folder. What is the reason for this move? In tomcat 5.0 and tomact5.5 (even in 4.1.31 as i remember) build is created very smoothly when I run ant from the root

Re: [VOTE] Release Tomcat 4.1.32 as beta

2006-06-19 Thread Jean-frederic Clere
Mark Thomas wrote: Amila Suriarachchi wrote: I am not a tomcat expert. I got the apache-tomcat-4.1.32-src.tar.gz from the link u have given. It seems to be build.xml and build.properties files are missing in the root folder The Tomcat 4 build structure is slightly different to TC5.

Re: rfc2109 and TC cookies

2006-06-18 Thread Jean-frederic Clere
Filip Hanik - Dev Lists wrote: Jean-frederic Clere wrote: Hi, I have been reading rfc2109 it gives an examples of cooky like (as the spec's states): +++ Cookie: $Version="1"; Part_Number="Rocket_Launcher_0001"; $Path="/acme" +++ not sure where that syn

rfc2109 and TC cookies

2006-06-16 Thread Jean-frederic Clere
Hi, I have been reading rfc2109 it gives an examples of cooky like (as the spec's states): +++ Cookie: $Version="1"; Part_Number="Rocket_Launcher_0001"; $Path="/acme" +++ But TC sends: +++ [EMAIL PROTECTED]:~/apache-tomcat-5.5.15$ telnet localhost 8080 Trying 127.0.0.1... Connected to localhos

Re: [mod_jk] Documentation

2006-06-16 Thread Jean-frederic Clere
[EMAIL PROTECTED] wrote: Quoting Jean-frederic Clere <[EMAIL PROTECTED]>: [EMAIL PROTECTED] wrote: Quoting David Rees <[EMAIL PROTECTED]>: On 6/15/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: My problem is not a user problem, for the mome

Re: [mod_jk] Documentation

2006-06-16 Thread Jean-frederic Clere
[EMAIL PROTECTED] wrote: Quoting David Rees <[EMAIL PROTECTED]>: On 6/15/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: My problem is not a user problem, for the moment I don't want to use mod_jk, I only want to modify it and thus understand the mod_jk code before. So I think my que

Re: Tomcat Connector site

2006-05-30 Thread Jean-frederic Clere
Ortwin Glück wrote: Hi, I am talking about this page: http://tomcat.apache.org/connectors-doc/howto/apache.html (second hit in Google when you search for "mod_jk") 1. It says "There is actually two version of Apache, 1.3 and 2.0". That's outdated information: http://httpd.apache.org/download.

Re: Tomcat Connector site

2006-05-30 Thread Jean-frederic Clere
Ortwin Glück wrote: Hi, I am talking about this page: http://tomcat.apache.org/connectors-doc/howto/apache.html (second hit in Google when you search for "mod_jk") The whole connectors-doc needs a review. 1. It says "There is actually two version of Apache, 1.3 and 2.0". That's outdated i

Re: old TC 4.1.2

2006-05-22 Thread Jean-frederic Clere
sources - Cheers Jean-Frederic Yoav On 5/22/06, Jean-frederic Clere <[EMAIL PROTECTED]> wrote: Hi, Where are the old TC version archived? - I am not able to find TC4.1.2 in archive.apache.org - Cheers Jean-Frederic --

old TC 4.1.2

2006-05-22 Thread Jean-frederic Clere
Hi, Where are the old TC version archived? - I am not able to find TC4.1.2 in archive.apache.org - Cheers Jean-Frederic - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Memory leak? (issues.apache.org)

2006-05-04 Thread Jean-frederic Clere
Jeff Turner wrote: Hi, For the last few months, issues.apache.org/jira has been running out of memory about once a week. We've finally got it running in a profiler, and are seeing most of the memory (eg. 486 of 572Mb) used up by char[] buffers in BodyContentImpl. Here is a sample GC Root -> Obj

Re: Memory leak? (issues.apache.org)

2006-05-04 Thread Jean-frederic Clere
Jeff Turner wrote: Hi, For the last few months, issues.apache.org/jira has been running out of memory about once a week. We've finally got it running in a profiler, and are seeing most of the memory (eg. 486 of 572Mb) used up by char[] buffers in BodyContentImpl. Here is a sample GC Root -> Obj

Re: SSL-based SessionTracking/Management

2006-05-03 Thread Jean-frederic Clere
Oliver Schoenwald wrote: Dear developers, I have developed an SSL-based SessionManagement for our university's e-learning system because I was unsuccessful to find any ability of Tomcat 5 to create and manage an SSLSession as in the JSSE-Specification. Several weeks of googling after such a f

Re: "Critical poller failure" when using tcnative

2006-04-10 Thread Jean-frederic Clere
Remy Maucherat wrote: Mladen Turk wrote: Right. I was hoping to have the native release by the end of the week also. Since installer depends on outside natives, the native should be out before the 5.5.17. That's a good idea. There are some small issues with some compile warnings for MacOS

Re: Found two compiler warnings at MAC OS X at tcnative/apr

2006-04-09 Thread Jean-frederic Clere
Peter Rossbach wrote: I got these two warnings: /bin/sh /Users/peter/tools/local//build-1/libtool --silent -- mode=compile gcc -g -O2 -DHAVE_CONFIG_H -DDARWIN - DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -g -O2 - DHAVE_OPENSSL -I/Users/peter/tomcat/develop/tomcat55/connectors/jni/

Re: Broken link

2006-03-21 Thread Jean-frederic Clere
Tomas Klockar wrote: On the status page for apache tomcat http://tomcat.apache.org/tomcat-5.5-doc/status.html the link to the open bugs at the bottem of the page is broken. regards /Tomas - To unsubscribe, e-mail: [EMAIL PROT

Re: quick fix to be able to run configure on freebsd 6.0

2006-03-21 Thread Jean-frederic Clere
Tomas Klockar wrote: Hello, this change makes it possible to run configure on freebsd 6.x ---8<8<---8< golf# pwd /usr/local/tomcat5.5/bin/jsvc-src golf# diff configure configure.old 2412,2416d2

Re: svn commit: r386315 - /tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/compiler/ParserController.java

2006-03-17 Thread Jean-frederic Clere
:). Costin On 3/17/06, Bill Barker <[EMAIL PROTECTED]> wrote: -Original Message- From: Jean-frederic Clere [mailto:[EMAIL PROTECTED] Sent: Friday, March 17, 2006 4:13 AM To: Tomcat Developers List Subject: Re: svn commit: r386315 - /tomcat/jasper/tc5.5

Re: svn commit: r386315 - /tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/compiler/ParserController.java

2006-03-17 Thread Jean-frederic Clere
d :). Costin On 3/17/06, Bill Barker <[EMAIL PROTECTED]> wrote: -Original Message- From: Jean-frederic Clere [mailto:[EMAIL PROTECTED] Sent: Friday, March 17, 2006 4:13 AM To: Tomcat Developers List Subject: Re: svn commit: r386315 - /tomcat/jasper/tc5.5.x/src/sha

Re: svn commit: r386315 - /tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/compiler/ParserController.java

2006-03-17 Thread Jean-frederic Clere
Bill Barker wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, March 16, 2006 3:55 AM To: tomcat-dev@jakarta.apache.org Subject: svn commit: r386315 - /tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/compiler/Pa rserController.java Au

Re: ParserController.java

2006-03-16 Thread Jean-frederic Clere
Mladen Turk wrote: Jean-frederic Clere wrote: Hi, One of the patches I need to get TC working with JSP in EBCDIC is the following: Any comments? Yes. Fix your clock. You live in the future :) Have to fix the past to be allow to live in the future :) Cheers, Mladen

ParserController.java

2006-03-16 Thread Jean-frederic Clere
Hi, One of the patches I need to get TC working with JSP in EBCDIC is the following: +++ --- /home2/tomcat5/apache-tomcat-5.5.15-src.org/jasper/jasper2/src/share/org/apa che/jasper/compiler/ParserController.java 2006-01-03 15:15:14.0 +0 000 +++ apache-tomcat-5.5.15/apache-tomc

Re: bad permissions in the 5.5.16 sources tar file.

2006-03-14 Thread Jean-frederic Clere
Bill Barker wrote: -Original Message- From: Jean-frederic Clere [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 14, 2006 2:34 PM To: Tomcat Developers List Subject: bad permissions in the 5.5.16 sources tar file. Hi, I am trying to build libtcnative-1.so using the 5.5.16

bad permissions in the 5.5.16 sources tar file.

2006-03-14 Thread Jean-frederic Clere
Hi, I am trying to build libtcnative-1.so using the 5.5.16 sources tar file and I have the following problem: +++ buildconf: line 83: build/get-version.sh: Permission denied [EMAIL PROTECTED]:~/apache-tomcat-5.5.16-src/connectors/jni/native$ ls -lt build/get-version.sh -rw-r--r-- 1 tomcat5 to

apache-tomcat-5.5.15-src/connectors/jni/native/configure

2006-03-14 Thread Jean-frederic Clere
Hi, Why aren´t we providing a configure in the released sources? Cheers Jean-Frederic - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [ANN] Apache Tomcat v5.5.16-beta Now Available

2006-03-06 Thread Jean-frederic Clere
s for updated versions... Ok... If nobody complains I will update the file in svn... For the next version. Cheers Jean-Frederic Yoav On 3/6/06, Jean-frederic Clere <[EMAIL PROTECTED]> wrote: Yoav Shapira wrote: The Apache Tomcat team is proud to announce the immediate avai

Re: [ANN] Apache Tomcat v5.5.16-beta Now Available

2006-03-06 Thread Jean-frederic Clere
Yoav Shapira wrote: The Apache Tomcat team is proud to announce the immediate availability of Tomcat v5.5.16-beta. This release contains dozens of bug fixes and a number of other updates. Please consult the change log below for more details. Release Notes: http://tomcat.apache.org/tomcat-5.5-d

Re: New build ?

2006-02-28 Thread Jean-frederic Clere
Remy Maucherat wrote: Hi, Because of the critical AJP bugfix found and fixed earlier today, would it be possible to plan releasing a new 5.5.16 build soon ? +1... I have something not working when deploying an application with the 5.5.15 and using trunk helps ;-) Cheers Jean-Frederic

Re: svn commit: r381081 - /tomcat/container/tc5.5.x/webapps/docs/logging.xml

2006-02-26 Thread Jean-frederic Clere
Hi, Next question: how do I republish the http://tomcat.apache.org/tomcat-5.5-doc pages? Cheers Jean-Frederic - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Strange Google search text for Tomcat

2006-02-26 Thread Jean-frederic Clere
Costin Manolache wrote: If you do a search for the snippet, one of the first links is in the directory - http://www.google.com/Top/Computers/Programming/Languages/Java/Server-Side/Servlets/Servlet_Engines/ Searching for resin or servletexec will also show the snippents from the directory - so

Re: war deployement question

2006-02-21 Thread Jean-frederic Clere
Remy Maucherat wrote: Jean-frederic Clere wrote: Hi, I have small question: In which class(es) are the warfiles deployed? In Tomcat, the "deployer" is a listener class for the Host, called HostConfig. Thanks, I am now in ExpandWar.java ;-) Cheers Jean-Freder

war deployement question

2006-02-21 Thread Jean-frederic Clere
Hi, I have small question: In which class(es) are the warfiles deployed? Cheers Jean-Frederic - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: AprEndpoint and IPv6

2006-01-29 Thread Jean-frederic Clere
Jean-frederic Clere wrote: Jim Jagielski wrote: There's a bug report (37788) regarding allowing AprEndpoint to use APR IPv6 addresses. Their patch is almost right, but instead the value should be to use APR_UNSPEC instead of APR_INET6 (or the current APR_INET) to allow APR to corr

Re: AprEndpoint and IPv6

2006-01-29 Thread Jean-frederic Clere
Jim Jagielski wrote: There's a bug report (37788) regarding allowing AprEndpoint to use APR IPv6 addresses. Their patch is almost right, but instead the value should be to use APR_UNSPEC instead of APR_INET6 (or the current APR_INET) to allow APR to correctly determine IP version and do a gracef

Re: AprEndpoint and IPv6

2006-01-29 Thread Jean-frederic Clere
Jim Jagielski wrote: There's a bug report (37788) regarding allowing AprEndpoint to use APR IPv6 addresses. Their patch is almost right, but instead the value should be to use APR_UNSPEC instead of APR_INET6 (or the current APR_INET) to allow APR to correctly determine IP version and do a gracef

Re: HPUX Itanium Native Connector Build Error

2005-11-09 Thread Jean-frederic Clere
Fenlason, Josh wrote: Hey everybody! I'm trying to build the native apr connector from Tomcat 5.5.12 on HPUX Itanium and I'm running into a problem during the configure. APR 1.2.2 built fine. I built OpenSSL 0.9.8a as a static library (I couldn't get it to build as a shared library.) When I t

Re: Sloppy, Lazy Tomcat Developers (Was: Persistent "xmlValidation" Problem)

2005-11-04 Thread Jean-frederic Clere
Bob Bronson wrote: Comments below, for any of you who care Friendly peoples always care about the needs of other... + CUT ++ I installed a fresh copy of TC 5.5.12 (using JDK 1.5.0 on Win XP). I went into the server.xml that is distributed with TC and changed the 'xm

Re: tomcat source / eclipse project

2005-10-27 Thread Jean-frederic Clere
hasssip satang wrote: Hi, I'm trying to setup a tomcat eclipse project. Looking through the list archive I've seen that some of you have been sharing their .project and .classpath files. If you could send me these files as well (or point me to a resource where I can download them) that

Re: [JK] Status -- was [VOTE] JK 1.2.15

2005-10-24 Thread Jean-frederic Clere
Mladen Turk wrote: William A. Rowe, Jr. wrote: Do you guys find something that would prevent 1.2.15 to be declared as stable that I'm missing? I'll try to find cycles to test myself, next week. I know I'm having alot of trouble with the apache 1.3 build on odd architectures, probably beca

Re: tomcat/build/tc5.5.x/resources/build.xml

2005-10-19 Thread Jean-frederic Clere
Costin Manolache wrote: Isn't possible to get a svn tree using http download ? I tought one of the benefits of svn is that it uses http. gets only one file not the complete tree ;-( Jean-frederic Costin On 10/18/05, Jean-frederic Clere <[EMAIL PROTECTED]> wrote: hi,

tomcat/build/tc5.5.x/resources/build.xml

2005-10-18 Thread Jean-frederic Clere
hi, This file uses cvs but it should do the same with svn. The question is how to solve the problem: 1 - using a like: +++ +++ 2 - Using svnant (http://subclipse.tigris.org/svnant.html). 3 - Using AntSvnTask (http://antsvntask.sourceforge.net/subtask.html). 4 - Something else

Re: Latest mod_jk?

2005-10-15 Thread Jean-frederic Clere
Jean-frederic Clere wrote: Fenlason, Josh wrote: What is the latest stable mod_jk? I know there was a vote for 1.2.15. What is the status of that? On the download page it has links to 1.2.14, but these links are broken. (http://tomcat.apache.org/download-connectors.cgi) I have

Re: Latest mod_jk?

2005-10-15 Thread Jean-frederic Clere
Fenlason, Josh wrote: What is the latest stable mod_jk? I know there was a vote for 1.2.15. What is the status of that? On the download page it has links to 1.2.14, but these links are broken. (http://tomcat.apache.org/download-connectors.cgi) I have repaired the download page. On the

<    3   4   5   6   7   8