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

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 exec/ like: +++ target name=checkout exec dir=${basedir} executable=svn arg line=checkout ${svnroot}/${dir} ${dir}/ /exec /target +++ 2 - Using svnant

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

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

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

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

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: 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-Frederic Rémy

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

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

2006-03-06 Thread Jean-frederic Clere
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 availability

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

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

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

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

2006-03-17 Thread Jean-frederic Clere
. And JFC seems to agree, since the patch is to use the guessed encoding rather than the one that was specified :). Costin On 3/17/06, Bill Barker [EMAIL PROTECTED] wrote: -Original Message- From: Jean-frederic Clere [mailto:[EMAIL PROTECTED] Sent: Friday, March 17

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

2006-03-17 Thread Jean-frederic Clere
to agree, since the patch is to use the guessed encoding rather than the one that was specified :). 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

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 ---88---8 golf# pwd /usr/local/tomcat5.5/bin/jsvc-src golf# diff configure configure.old

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

Re: Builds from the 6.0 branch

2006-10-10 Thread Jean-frederic Clere
Remy Maucherat wrote: Hi, I think the branch is in a state where builds can start being released. Some people asked for them earlier, so I don't think anyone will complain if this actually happens. Given what changes were made, I expect stability to be reasonable. Would it be ok to do

Re: SSL Connectors - config proposal

2006-10-17 Thread Jean-frederic Clere
Filip Hanik - Dev Lists wrote: gents and ladies, currently we are doing SSL a little bit differently between APR and the Java connectors. The APR connector requires an attribute sslEngine=On to kick in. I believe this attribute to be useful for two reasons: 1. Config should be as

Re: SSL Connectors - config proposal

2006-10-17 Thread Jean-frederic Clere
Filip Hanik - Dev Lists wrote: Jean-frederic Clere wrote: Filip Hanik - Dev Lists wrote: gents and ladies, currently we are doing SSL a little bit differently between APR and the Java connectors. The APR connector requires an attribute sslEngine=On to kick in. I believe this attribute

Re: svn commit: r465675 - in /tomcat/tc6.0.x/trunk: conf/ java/org/apache/catalina/core/ java/org/apache/coyote/http11/ java/org/apache/tomcat/util/net/ webapps/docs/ webapps/docs/config/

2006-10-19 Thread Jean-frederic Clere
Filip Hanik - Dev Lists wrote: Mladen Turk wrote: Filip Hanik - Dev Lists wrote: The scenario we are trying to achieve is this: Connector port=8443 scheme=https secure=true SSLEnabled=false/ How will in that case behave: Let me see if I can explain Connector port=8443 scheme=https

Re: [TC6] Double AJP connector implementation

2006-10-26 Thread Jean-frederic Clere
Mladen Turk wrote: Remy Maucherat wrote: Filip Hanik - Dev Lists wrote: I don't have any preference either way, since we are pretty few active folks at the moment, the less code is usually better My plan was not to do that (org.apache.jk is not that huge) and keep people happy.

Re: svn commit: r467787 - in /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net: NioChannel.java NioEndpoint.java SecureNioChannel.java SocketProperties.java

2006-10-26 Thread Jean-frederic Clere
Peter Rossbach wrote: Hi, for other server os's I found: = For AIX: To see the current TCP_TIMEWAIT value, run the following command: /usr/sbin/no a | grep tcp_timewait To set the TCP_TIMEWAIT values to 15 seconds, run the following command: /usr/sbin/no o tcp_timewait =1 The

building TC 5.5.9 failed

2006-11-10 Thread Jean-frederic Clere
Hi, I am not able to build 5.5.9, build failed with: +++ build-jasper: [echo] == Building: jasper build-only: [javac] Compiling 87 source files to /home/jfclere/jakarta- tomcat-5.5.9-src/jakarta-tomcat-5/build/classes [javac]

Re: [Proposal] Change in behaviour of uriworkermap.properties

2006-11-21 Thread Jean-frederic Clere
On Tue, 2006-11-21 at 06:52 +0100, Mladen Turk wrote: Rainer Jung wrote: E.g. if one empties the uriworkermap.properties, reloading it does not change the internal mount list. Temporarily adding and later removing an entry will not remove the entry. That's the entire point. Once new

Re: [VOTE] Releasing Tomcat Connectors 1.2.20

2006-12-16 Thread Jean-frederic Clere
[X] Stable - no major issues, no regressions Cheers Jean-Frederic - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: svn commit: r502649 - /tomcat/connectors/trunk/jk/native/common/jk_global.h

2007-02-02 Thread Jean-frederic Clere
Rainer Jung wrote: I can't test on HP-UX, but maybe you (jfc) could try: The problem is that sys/socketvar.h can't be compiled using gcc and I think we don't need it HP-UX (for example APR doesn't include it). I will test the modifications in configure.in later. Cheers Jean-Frederic

Re: [VOTE] Release build 5.5.23

2007-03-03 Thread Jean-frederic Clere
Filip Hanik - Dev Lists wrote: Candidate binaries are available here: http://people.apache.org/~fhanik/tomcat/tomcat-5.5/v5.5.23/ According to the (slightly) updated release process, the 5.5.23 tag is: [ ] Broken [ ] Alpha [ ] Beta [ X] Stable Cheers Jean-Frederic Filip

Re: JK2 confusion

2007-03-03 Thread Jean-frederic Clere
William A. Rowe, Jr. wrote: Since JK2 is now off the map, does it make sense to update http://www.apache.org/dist/tomcat/tomcat-connectors/ and simply remove jk2? The user could still dig these up if they wanted over at http://archive.apache.org/dist/tomcat/tomcat-connectors/ Done I

Re: svn commit: r596761 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/core/ java/org/apache/catalina/startup/ java/org/apache/tomcat/util/net/ res/

2007-11-26 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: Author: jim Date: Tue Nov 20 10:19:00 2007 New Revision: 596761 URL: http://svn.apache.org/viewvc?rev=596761view=rev Log: Fix BZ 43588 - hard coded 127.0.0.1 for localhost Modified: tomcat/tc6.0.x/trunk/STATUS.txt

Re: svn commit: r596761 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/core/ java/org/apache/catalina/startup/ java/org/apache/tomcat/util/net/ res/

2007-11-26 Thread jean-frederic clere
Filip Hanik - Dev Lists wrote: jean-frederic clere wrote: [EMAIL PROTECTED] wrote: Author: jim Date: Tue Nov 20 10:19:00 2007 New Revision: 596761 URL: http://svn.apache.org/viewvc?rev=596761view=rev Log: Fix BZ 43588 - hard coded 127.0.0.1 for localhost Modified: tomcat/tc6.0.x

Re: FW: Delays in mod_jk

2007-11-28 Thread jean-frederic clere
Larry Reisler wrote: Rainer -- I recently changed replaced the version of JBOSS Web we were using to JBOSSWEB_2_0_0_GA_CP04. It included several patches to the AJP code. That appears to have solved the problem. The FIN packets from the back end come back immediately now. I'm guessing

Re: Bootstrap redirecting stdout/err via system.set

2007-11-28 Thread jean-frederic clere
William L. Thomson Jr. wrote: Recently on Gentoo I was looking to improve how we start Tomcat. Specifically how we capture stdout/stderr output from Tomcat on start and redirect it to catalina.out. Have to tried to use jsvc from http://commons.apache.org/daemon/ for that? Cheers

Re: Bootstrap redirecting stdout/err via system.set

2007-11-28 Thread jean-frederic clere
William L. Thomson Jr. wrote: On Wed, 2007-11-28 at 09:29 +0100, jean-frederic clere wrote: William L. Thomson Jr. wrote: Recently on Gentoo I was looking to improve how we start Tomcat. Specifically how we capture stdout/stderr output from Tomcat on start and redirect it to catalina.out

Tagging TOMCAT_NATIVE_1_1_12

2007-12-19 Thread jean-frederic clere
Hi, I'll tag the tcnative to 1.1.12. The changes are the following between 1.1.12 and 1.1.11: +++ Improvement: Add support of J9VM based JVM. (jfclere) Improvement: Arrange licence in source files. (markt). Improvement: Add two new 'immediate' methods for sending the data. It is the

Re: svn commit: r606201 - in /tomcat/connectors/tags/other/TOMCAT_NATIVE_1_1_12: ./ jk/native/common/jk_util.c jk/native/common/portable.h jni/ jni/CHANGELOG.txt jni/native/ jni/native/src/sslnetwork

2007-12-21 Thread jean-frederic clere
Rainer Jung wrote: Hi Jean-Frederic, I think you accidentally committed two changes to mod_jk when tagging tc-native. Oops I have rolled them back but that doesn't affect tcnative release code. Cheers Jean-Frederic Since I'm going to tag mod_jk, please let me know, if I can revert (or

Re: Native 1.1.12 release

2008-01-14 Thread jean-frederic clere
Filip Hanik - Dev Lists wrote: Mladen Turk wrote: Filip Hanik - Dev Lists wrote: you're other option is to just vote on tcnative separately, and that way utilize all the ASF mirrors and release sites But that is exactly what we should *not* do. Tomcat comes with it's native, so if you

Re: Native 1.1.12 release

2008-01-15 Thread jean-frederic clere
Guenter Knauf wrote: Hi, Still need to figure out what to do with all the other versions in a.o/dist though - we can't just leave them. well, someone needs to commit them all to a project's SVN subdir like 'tagged_tarballs' or such; this way the history would stay available... Hi I think

Re: Native 1.1.12 release

2008-01-15 Thread jean-frederic clere
Mark Thomas wrote: jean-frederic clere wrote: I think that is all working around the fact that tcnative is not mandatory module for Tomcat and it is somehow independent from tomcat. tcnative builds contain cryptosoftware (openssl) and that means they may not be available for download

Re: Native 1.1.12 release

2008-01-15 Thread jean-frederic clere
Mladen Turk wrote: jean-frederic clere wrote: Mark Thomas wrote: jean-frederic clere wrote: I think that is all working around the fact that tcnative is not mandatory module for Tomcat and it is somehow independent from tomcat. tcnative builds contain cryptosoftware (openssl) and that means

Re: Native 1.1.12 release

2008-01-15 Thread jean-frederic clere
Mladen Turk wrote: jean-frederic clere wrote: Mark Thomas wrote: jean-frederic clere wrote: I think that is all working around the fact that tcnative is not mandatory module for Tomcat and it is somehow independent from tomcat. tcnative builds contain cryptosoftware (openssl) and that means

Re: Native 1.1.12 release

2008-01-15 Thread jean-frederic clere
Mladen Turk wrote: jean-frederic clere wrote: Mladen Turk wrote: jean-frederic clere wrote: Mark Thomas wrote: jean-frederic clere wrote: I think that is all working around the fact that tcnative is not mandatory module for Tomcat and it is somehow independent from tomcat. tcnative

[VOTE] tcnative releases independent from tomcat

2008-01-15 Thread jean-frederic clere
Hi, I think that the tcnative releases should be independent from tomcat. There are several reasons: - The native code is in /tomcat/connectors/trunk/jni/native and it checked out via links in tc trunk/6.0.x/5.5.x. - The logic to have tcnative independent is already in the code of trunk and

Re: [VOTE] tcnative releases independent from tomcat

2008-01-15 Thread jean-frederic clere
Mladen Turk wrote: jean-frederic clere wrote: Hi, I think that the tcnative releases should be independent from tomcat. There are several reasons: - The native code is in /tomcat/connectors/trunk/jni/native and it checked out via links in tc trunk/6.0.x/5.5.x. - The logic to have tcnative

Re: [VOTE] tcnative releases independent from tomcat

2008-01-15 Thread jean-frederic clere
Yoav Shapira wrote: I'd vote the same given the new choice. I'm also willing to help with putting docs up, etc. On Jan 15, 2008 10:47 AM, Mladen Turk [EMAIL PROTECTED] wrote: jean-frederic clere wrote: Mladen Turk wrote: jean-frederic clere wrote: Hi, I think that the tcnative releases

Re: [VOTE] tcnative releases independent from tomcat

2008-01-19 Thread jean-frederic clere
Costin Manolache wrote: Will we have installers for it ? for the moment a tarball or zip file should be ok, shouldn't it? Will the installer/release include the associated libapr ? Yes. What about openssl? I assume both native and java code will be included ? I am not sure of that... A

Re: DOS-Lineends in many files contained in distribution tar.gz

2008-01-25 Thread jean-frederic clere
Rainer Jung wrote: Hi, I stumbled today over DOS line endings in the web.xml file of the manager contained in TC 6.0.14 tar.gz download. A little check reveals, that the following files have DOS line endings, although the tar.gz is supposed to use Unix convention were appropriate: -

Re: Problem with tomcat-native

2008-01-31 Thread jean-frederic clere
Henri Gomez wrote: Not counting as a guru, but 1.1.12 configure was broken and it was the problem you observed. See http://marc.info/?t=11994474831r=1w=2 Two fixes in svn applied post 1.1.12: http://marc.info/?l=tomcat-devm=119945392329403w=2 and

Re: Heads up: Bayeux contribution

2008-02-05 Thread jean-frederic clere
Filip Hanik - Dev Lists wrote: Guy Molinari and myself have completed a Bayuex implementation. You can find it at: http://svn.hanik.com/viewvc/tomcat-bayeux/ user: tomcat password: tomcat We are now waiting for Guy's CLA to be registered and then we are ready to contribute it to the Tomcat

Re: Heads up: Bayeux contribution

2008-02-05 Thread jean-frederic clere
Yoav Shapira wrote: On Feb 5, 2008 3:26 AM, jean-frederic clere [EMAIL PROTECTED] wrote: The normal way is to go through the incubator process. Why? This is not a new project, Guy is not becoming a committer yet. This is a code contribution from a committer and a volunteer. It's

Tagging TOMCAT_NATIVE_1_1_13

2008-02-07 Thread jean-frederic clere
Hi, I would like to tag tcnative to 1.1.13 to prepare a vote for a release. A minimal documentation has been prepared to plug in the tomcat-site pages like tomcat-connectors. The 1.1.12 had a broken configure that is why we need a 1.1.13. Any pending fixes/improvements/comments? Cheers

tomcat native documentation

2008-02-09 Thread jean-frederic clere
Hi, I have prepared a doc for the tomcat native library. http://people.apache.org/~jfclere/tc-native-docs/ The idea is to add it like http://tomcat.apache.org/tc-native-docs Comments? Cheers Jean-Frederic - To unsubscribe,

[VOTE] Release tc-native 1.1.13

2008-02-09 Thread jean-frederic clere
The candidates binaries are available here: http://people.apache.org/~jfclere/tcnative/v1.1.13/ According to the release process, the 1.1.13 tag is: [ ] Broken [ ] Alpha [ ] Beta [ ] Stable Cheers Jean-Frederic - To

Re: tomcat native documentation

2008-02-11 Thread jean-frederic clere
, or TOMCAT_HOME/lib/native (?) Ok. /usr/local/lib is not so good because it needs root access to install. and pre-including it in the startup script ? Cheers Jean-Frederic Costin On 2/9/08, jean-frederic clere [EMAIL PROTECTED] wrote: Hi, I have prepared a doc for the tomcat native

Re: tomcat native documentation

2008-02-10 Thread jean-frederic clere
Henri Gomez wrote: Good. Just a point : INFO: Loaded APR based Apache Tomcat Native library 1.1.12. == INFO: Loaded APR based Apache Tomcat Native library 1.1.13. I have put x.y ;-) Cheers Jean-Frederic :-) 2008/2/9, jean-frederic clere [EMAIL PROTECTED]: Hi, I have prepared a doc

Re: svn commit: r620848 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-02-12 Thread jean-frederic clere
additionally to the actual fix. Cheers Jean-Frederic (Or was I missing something?) -Tim jean-frederic clere wrote: [EMAIL PROTECTED] wrote: Author: funkman Date: Tue Feb 12 08:27:45 2008 New Revision: 620848 URL: http://svn.apache.org/viewvc?rev=620848view=rev Log: addition of dupl listener

Re: svn commit: r620848 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-02-12 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: Author: funkman Date: Tue Feb 12 08:27:45 2008 New Revision: 620848 URL: http://svn.apache.org/viewvc?rev=620848view=rev Log: addition of dupl listener removal and a vote Won't it be possible to prevent the addition in the Digester instead? Cheers Jean-Frederic

Re: tomcat native documentation

2008-02-14 Thread jean-frederic clere
Costin Manolache wrote: Yes, JVM is not so good because it changes, I agree /usr/local/lib ( and the JVM dir ) are only good for people with root access. What about having 2 options: - 'system' installation - /usr/local/lib - 'local' - TOMCAT_HOME/lib/native ( or TOMCAT_HOME/lib/`arch` if same

Re: [Proposal] Remove status page from the docs

2008-02-14 Thread jean-frederic clere
Mark Thomas wrote: All, Whilst working through a general update of the docs webapp (CATALINA_BASE vs. CATALINA_HOME, Tomcat 5 - Tomcat 6, common/lib - lib etc) I cam across this page. http://tomcat.apache.org/tomcat-6.0-doc/status.html It is horribly out of date and duplicates information

Re: [VOTE] Release tc-native 1.1.13

2008-02-15 Thread jean-frederic clere
[X] Stable Cheers Jean-Frederic - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[ANN] Apache Tomcat Native 1.1.13 released

2008-02-15 Thread jean-frederic clere
The Apache Tomcat team announces the immediate availability of Apache Tomcat Native 1.1.13 stable. This release includes many bugfixes over Apache Tomcat Native 1.1.12 and the first official release of Tomcat Native. Please refer to the change log for the list of changes:

Re: [PROPOSAL] Add rev to changelog.xml

2008-02-21 Thread jean-frederic clere
Filip Hanik - Dev Lists wrote: since we have the ability to add fixbz number/fix to changelog, wouldn't it be nice to be able to add revsvn rev number/rev Sure. and automatically link changes to the actual commit How? Cheers Jean-Frederic Filip

Re: [PROPOSAL] Add rev to changelog.xml

2008-02-21 Thread jean-frederic clere
Filip Hanik - Dev Lists wrote: jean-frederic clere wrote: Filip Hanik - Dev Lists wrote: since we have the ability to add fixbz number/fix to changelog, wouldn't it be nice to be able to add revsvn rev number/rev Sure. and automatically link changes to the actual commit How? rev627743

Re: [PROPOSAL] Add rev to changelog.xml

2008-02-21 Thread jean-frederic clere
Filip Hanik - Dev Lists wrote: jean-frederic clere wrote: Filip Hanik - Dev Lists wrote: jean-frederic clere wrote: Filip Hanik - Dev Lists wrote: since we have the ability to add fixbz number/fix to changelog, wouldn't it be nice to be able to add revsvn rev number/rev Sure

Re: tomcat native 1.1.13 for win32

2008-03-13 Thread jean-frederic clere
William A. Rowe, Jr. wrote: Mark Thomas wrote: Henri Gomez wrote: Hi to all, I used to get the win32 tcnative at http://tomcat.heanet.ie/native/ but there is only a 1.1.12 there. Do you know alternate location ? Nothing I am aware of. That is where they are currently uploaded to. Also,

tomcat-oacc

2008-03-26 Thread jean-frederic clere
Hi, What is the goal of tomcat-oacc exactly. 1 - Replace the actual tc-trunk cluster. 2 - Port the tc-5.5.x code and have an alternate cluster. 3 - Just a try for the fun. Cheers Jean-Frederic - To unsubscribe, e-mail: [EMAIL

Re: tcnative 1.1.3 and required openssl

2008-03-27 Thread jean-frederic clere
Henri Gomez wrote: Hi to all, While trying to build the latest tcnative on a SLES 10 box I got the following error : checking for OpenSSL library... using openssl from /usr/lib and /usr/include checking OpenSSL library version... Found OPENSSL_VERSION_NUMBER 0x0090801f Require

Re: svn commit: r648682 - in /tomcat/connectors/trunk/jk: native/apache-2.0/mod_jk.c xdocs/miscellaneous/changelog.xml xdocs/reference/apache.xml

2008-04-16 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: Author: mturk Date: Wed Apr 16 05:37:22 2008 New Revision: 648682 URL: http://svn.apache.org/viewvc?rev=648682view=rev Log: Add watchdog thread to Apache 2. It creates additional thread in child process if set for unatended maintenance of the workers Modified:

Re: svn commit: r648682 - in /tomcat/connectors/trunk/jk: native/apache-2.0/mod_jk.c xdocs/miscellaneous/changelog.xml xdocs/reference/apache.xml

2008-04-17 Thread jean-frederic clere
Mladen Turk wrote: jean-frederic clere wrote: [EMAIL PROTECTED] wrote: Author: mturk Date: Wed Apr 16 05:37:22 2008 New Revision: 648682 URL: http://svn.apache.org/viewvc?rev=648682view=rev Log: Add watchdog thread to Apache 2. It creates additional thread in child process if set

Re: svn commit: r648682 - in /tomcat/connectors/trunk/jk: native/apache-2.0/mod_jk.c xdocs/miscellaneous/changelog.xml xdocs/reference/apache.xml

2008-04-17 Thread jean-frederic clere
Mladen Turk wrote: jean-frederic clere wrote: Mladen Turk wrote: jean-frederic clere wrote: [EMAIL PROTECTED] wrote: Author: mturk Date: Wed Apr 16 05:37:22 2008 New Revision: 648682 URL: http://svn.apache.org/viewvc?rev=648682view=rev Log: Add watchdog thread to Apache 2. It creates

Re: svn commit: r661428 - /tomcat/connectors/trunk/jni/native/src/poll.c

2008-05-30 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: Author: mturk Date: Thu May 29 11:08:20 2008 New Revision: 661428 URL: http://svn.apache.org/viewvc?rev=661428view=rev Log: Move the ttl as well when the socket is removed. Patch provided by Alex Barclay Cool but could you put the information in

Re: svn commit: r661653 - /tomcat/connectors/trunk/jni/xdocs/miscellaneous/changelog.xml

2008-06-02 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: Author: mturk Date: Fri May 30 04:25:04 2008 New Revision: 661653 URL: http://svn.apache.org/viewvc?rev=661653view=rev Log: Add note to changelog about BZ45071 Modified: tomcat/connectors/trunk/jni/xdocs/miscellaneous/changelog.xml Thanks I missed the file name

Re: svn commit: r660175 - in /tomcat/connectors/trunk/jni: CHANGELOG.txt native/src/poll.c

2008-06-02 Thread jean-frederic clere
Mladen Turk wrote: jean-frederic clere wrote: [EMAIL PROTECTED] wrote: Author: mturk Date: Mon May 26 05:42:11 2008 New Revision: 660175 URL: http://svn.apache.org/viewvc?rev=660175view=rev Log: Fix 45071 by updating ttl for signaled but not removed sockets Modified: tomcat/connectors

Tagging TOMCAT_NATIVE_1_1_14

2008-06-24 Thread jean-frederic clere
Hi, I would like to tag tcnative to 1.1.14 to prepare a vote for a release. Any pending fixes/improvements/comments? Cheers Jean-Frederic - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Tagging TOMCAT_NATIVE_1_1_14

2008-06-24 Thread jean-frederic clere
Henri Gomez wrote: +0 What's the updates ? +++ bug 45071 requires openssl 0.9.8a instead 0.9.8b optGet always throws exception and optSet doesn't. +++ Cheers Jean-Frederic 2008/6/24 jean-frederic clere [EMAIL PROTECTED]: Hi, I would like to tag tcnative to 1.1.14 to prepare

Re: [OT] Re: svn commit: r671153 - /tomcat/connectors/trunk/jni/java/org/apache/tomcat/jni/Library.java

2008-06-25 Thread jean-frederic clere
Tim Funk wrote: Dumb question. (More of a curiosity since I see this a lot) Is there a reason to use: java.io.File fd = new java.io.File(paths[j] + System.getProperty(file.separator) + name); Instead of java.io.File fd = new java.io.File(paths[j], name); You are right

[VOTE] Release tc-native 1.1.14

2008-06-25 Thread jean-frederic clere
The candidates binaries are available here: http://people.apache.org/~jfclere/tcnative/v1.1.14/ According to the release process, the 1.1.14 tag is: [ ] Broken [ ] Alpha [ ] Beta [ ] Stable Cheers Jean-Frederic - To

Re: more cookie fun

2008-06-26 Thread jean-frederic clere
Filip Hanik - Dev Lists wrote: https://issues.apache.org/bugzilla/show_bug.cgi?id=45272 turns out that IE doesn't like Path=/ but it does like Path=/ Do you mean that it also doesn't like Path=/myapp or does it like it? Cheers Jean-Frederic so, IE, doesn't really do RFC-2109, I would

Re: Client certificate using tomcat native

2008-06-30 Thread jean-frederic clere
Brian Hawkins wrote: I've finally been able to get the client certificate while using tomcat native for my SSL connections. This is using Tomcat 5.5.25. Could you open a bugzilla on this one... Cheers Jean-Frederic Here is what doesn't work: Calling

Re: [VOTE] Release tc-native 1.1.14

2008-07-03 Thread jean-frederic clere
Henri Gomez wrote: Where could we found, when release, the 1.1.14 for windows ? I plan to do this today. Cheers Jean-Frederic Regards 2008/7/1 Rainer Jung [EMAIL PROTECTED]: Hi Jean-Frederic, jean-frederic clere schrieb: The candidates binaries are available here: http

[ANN] Apache Tomcat Native 1.1.14 released

2008-07-04 Thread jean-frederic clere
The Apache Tomcat team announces the immediate availability of Apache Tomcat Native 1.1.14 stable. This release includes few bug fixes over Apache Tomcat Native 1.1.13. Please refer to the change log for the list of changes: http://tomcat.apache.org/native-doc/miscellaneous/changelog.html

Re: C code needs review

2008-07-07 Thread jean-frederic clere
Mark Thomas wrote: I've just attached a couple of patches to https://issues.apache.org/bugzilla/show_bug.cgi?id=43327 One of the patches is a patch to native and since all I know just about know enough C to be dangerous, I would be grateful if someone who actually knows what they are doing

Re: svn commit: r675147 - /tomcat/connectors/trunk/jk/native/netscape/Makefile.solaris

2008-07-09 Thread jean-frederic clere
Rainer Jung wrote: Hi JFC, [EMAIL PROTECTED] wrote: Author: jfclere Date: Wed Jul 9 05:36:55 2008 New Revision: 675147 URL: http://svn.apache.org/viewvc?rev=675147view=rev Log: The $(shell \ls $(JK_DIR)/*.c) doesn't seem to work replace it with a list of files. # Defines for example

Re: Shipping Tomcat Native from ASF site

2008-07-11 Thread jean-frederic clere
Mladen Turk wrote: Henri Gomez wrote: I've put the binaries to archive.apache.org/dist/tomcat/tomcat-connectors/native/ and (1.1.14 only) to www.apache.org/dist/tomcat/tomcat-connectors/native/ Not sure why but archive is not yet populated (probably its some mirroring issue) The heanet.ie

Re: [VOTE] Release build 6.0.17

2008-07-14 Thread jean-frederic clere
Mark Thomas wrote: Remy Maucherat wrote: The candidates binaries are available here: http://people.apache.org/~remm/tomcat-6/v6.0.17/ According to the release process, the 6.0.17 tag is: [ ] Broken [ ] Alpha [X] Beta [ ] Stable I see consistent failures to start (CNFE) with the -security

Re: Thanks and a question [was: svn commit: r677837 ]

2008-07-18 Thread jean-frederic clere
David Barnes wrote: Jean-Frederic, Thank you for your guidance in how to submit doc corrections, and thanks for the rapid turnaround. I may submit more edits in the future: was the format of my bug reports and patch files correct? Buzilla is a good way to do this, mail to the dev too. I

Re: 6.0.18 tag

2008-07-21 Thread jean-frederic clere
Remy Maucherat wrote: Hi, The plan is to tag it later today. Comments ? +1 Cheers Jean-Frederic Rémy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: WARP development

2008-07-24 Thread jean-frederic clere
Deepak Mishra wrote: hello. pardon me as a newbie if these comments seem to be awkward... i searched the archives, but failed to find any such thing with reference to tomcat6. what i have read till now, i feel WARP to be more faster and efficient than AJP (maybe the book authors were biased

Re: svn commit: r762374 - in /tomcat/trunk: build.xml java/org/apache/catalina/cluster/ java/org/apache/catalina/cluster/CollectedInfo.java java/org/apache/catalina/cluster/HeartbeatListener.java

2009-04-06 Thread jean-frederic clere
Rainer Jung wrote: A few comments inline. On 06.04.2009 17:09, jfcl...@apache.org wrote: Author: jfclere Date: Mon Apr 6 15:09:19 2009 New Revision: 762374 URL: http://svn.apache.org/viewvc?rev=762374view=rev Log: First support for httpd-trunk heartbeat logic. Added:

Re: svn commit: r762374 - in /tomcat/trunk: build.xml java/org/apache/catalina/cluster/ java/org/apache/catalina/cluster/CollectedInfo.java java/org/apache/catalina/cluster/HeartbeatListener.java

2009-04-07 Thread jean-frederic clere
of the firewall will not work. The idea is to use this code with the already existing code in httpd-trunk and the httpd module uses multicast. But yes I agree that the idea to use TCP/HTTP is a good option too but that requires more code on the httpd side. Cheers Jean-Frederic Filip jean-frederic

Re: svn commit: r763726 - in /tomcat/trunk/java/org/apache/catalina/ha/backend: HeartbeatListener.java MultiCastSender.java Proxy.java Sender.java TcpSender.java

2009-04-09 Thread jean-frederic clere
It requires some new code in httpd-trunk to work... Cheers Jean-Frederic - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: svn commit: r763726 - in /tomcat/trunk/java/org/apache/catalina/ha/backend: HeartbeatListener.java MultiCastSender.java Proxy.java Sender.java TcpSender.java

2009-04-10 Thread jean-frederic clere
Filip Hanik - Dev Lists wrote: jean-frederic clere wrote: It requires some new code in httpd-trunk to work... sounds like you're reinventing the wheel in tomcat trunk to avoid code in httpd trunk :) Not completely :) The logic in httpd-trunk is for a multicast socket I want to use a normal

Re: gsoc project - Tomcat proxy [query]

2009-04-15 Thread jean-frederic clere
Sharmistha jat wrote: Dear All, I have applied for tomcat proxy project, but i needed a little more information than given in the project idea, to start with the design of proxy. So i would like to know more about the following: 1) Type of proxy [reverse,content filter,caching etc]. Just a

Re: gsoc project - Tomcat proxy [query]

2009-04-15 Thread jean-frederic clere
Sharmistha jat wrote: So, now i would try to install a tomcat cluster and make a simple servlet proxy [reverse] for it, then add in load-balancing logic to it Yep thst is the idea. +++ CUT +++ I have studied a number of servlet proxies like j2ep, noodle Http Proxy Servlet in past days.

Re: gsoc project - Tomcat proxy [query]

2009-04-20 Thread jean-frederic clere
/APR connectors would be a better starting point. Costin On Wed, Apr 15, 2009 at 1:18 PM, jean-frederic clere jfcl...@gmail.comwrote: Sharmistha jat wrote: So, now i would try to install a tomcat cluster and make a simple servlet proxy [reverse] for it, then add in load-balancing logic

Re: participate in tomcat 7

2009-04-24 Thread jean-frederic clere
Anas Ahmed wrote: Where can I find petter Ask the question(s) here, Peter may answer but also most of the developers could help. Cheers Jean-Frederic Anas Date: Thu, 23 Apr 2009 18:27:20 +0100 From: ma...@apache.org To: dev@tomcat.apache.org Subject: Re: participate in tomcat 7

  1   2   3   4   5   6   7   8   >