Re: Geronimo using Jetty

2004-03-18 Thread jean-frederic clere
Shapira, Yoav wrote: Hi, Why is Geronimo using Jetty (presumably for servlets and maybe for HTTP connector) instead of Tomcat? History? Yoav Shapira Millennium Research Informatics This e-mail, including any attachments, is a confidential business communication, and may contain information

Re: [OT] Tomcat as top level ASF Project

2004-03-18 Thread jean-frederic clere
Mladen Turk wrote: -Original Message- If we are not recignised already as a valuable part of ASF, why all the fuzz? Because we don't have the said recognition. ??? I'm thinking to leave the ASF at all... That sounds like releasing Tomcat binaries outside ASF... What was the

Re: [Fwd: Releasing JK 2.0.4]

2004-03-18 Thread jean-frederic clere
jean-frederic clere wrote: Henri Gomez wrote: Mladen Turk wrote: Oops, hit a wrong button so the post ended up the users list :-) Original Message Subject: Releasing JK 2.0.4 Date: Tue, 16 Mar 2004 13:36:11 +0100 From: Mladen Turk [EMAIL PROTECTED] To: [EMAIL

Re: [Fwd: Releasing JK 2.0.4]

2004-03-17 Thread jean-frederic clere
Henri Gomez wrote: Mladen Turk wrote: Oops, hit a wrong button so the post ended up the users list :-) Original Message Subject: Releasing JK 2.0.4 Date: Tue, 16 Mar 2004 13:36:11 +0100 From: Mladen Turk [EMAIL PROTECTED] To: [EMAIL PROTECTED] Hi, Seems that

Re: [Fwd: Releasing JK 2.0.4]

2004-03-17 Thread jean-frederic clere
Mladen Turk wrote: -Original Message- From: jean-frederic clere I have the following error: +++ # sbin/apachectl start Syntax error on line 250 of /opt/SMAWoIS/apache13/conf/httpd.conf: Cannot load /opt/SMAWoIS/apache13/libexec/mod_jk2.so into server: ld.so.1: /opt/SMAWoIS/apache13

Re: [Fwd: Releasing JK 2.0.4]

2004-03-17 Thread jean-frederic clere
Henri Gomez wrote: jean-frederic clere wrote: Mladen Turk wrote: -Original Message- From: jean-frederic clere I have the following error: +++ # sbin/apachectl start Syntax error on line 250 of /opt/SMAWoIS/apache13/conf/httpd.conf: Cannot load /opt/SMAWoIS/apache13/libexec/mod_jk2.so

Re: [Fwd: Releasing JK 2.0.4]

2004-03-17 Thread jean-frederic clere
Henri Gomez wrote: jean-frederic clere wrote: Henri Gomez wrote: jean-frederic clere wrote: Mladen Turk wrote: -Original Message- From: jean-frederic clere I have the following error: +++ # sbin/apachectl start Syntax error on line 250 of /opt/SMAWoIS/apache13/conf/httpd.conf

Re: [Vote] Guenter Knauf as commiter

2004-03-17 Thread jean-frederic clere
Henri Gomez wrote: Hi to all, jk2 2.0.4 seems in a good shape and I'd like to thanks all of you commiter, and tomcat-dev members for your feedback, patches and time. I'd like to see Guenter Knauf promoted to commiter since he provided us may fine patches on jk2 and help make this release happen.

Re: [Fwd: Releasing JK 2.0.4]

2004-03-17 Thread jean-frederic clere
Henri Gomez wrote: Mladen Turk wrote: Oops, hit a wrong button so the post ended up the users list :-) Original Message Subject: Releasing JK 2.0.4 Date: Tue, 16 Mar 2004 13:36:11 +0100 From: Mladen Turk [EMAIL PROTECTED] To: [EMAIL PROTECTED] Hi, Seems that

Re: [Fwd: Releasing JK 2.0.4]

2004-03-17 Thread jean-frederic clere
Henri Gomez wrote: jean-frederic clere wrote: Henri Gomez wrote: jean-frederic clere wrote: Henri Gomez wrote: jean-frederic clere wrote: Mladen Turk wrote: -Original Message- From: jean-frederic clere I have the following error: +++ # sbin/apachectl start Syntax error on line

Re: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_connect.c

2004-03-16 Thread jean-frederic clere
Henri Gomez wrote: Guenter Knauf wrote: Hi Henri, [EMAIL PROTECTED] wrote: hgomez 2004/03/01 05:47:23 Modified:jk/native/common jk_ajp_common.c Log: More debug/trace infos on remote tomcats I added more infos on IP/PORT of remote tomcats in jk, since I've some reports that

Re: jk2 2.0.4 release

2004-03-15 Thread jean-frederic clere
Henri Gomez wrote: NormW wrote: Good morning again. As a PS to my last message, while testing the new changes to Jk2 noted that, in jk_worker_status.c the qry= option uses a plain/text coding rather than plain/html, and as a consequence, the recently added STYLE block is shown at the top of

Re: jk2 2.0.4 release

2004-03-15 Thread jean-frederic clere
Mladen Turk wrote: -Original Message- From: Henri Gomez Did there is still things in the pipes which prevent the jk2 2.0.4 release ? Mladen, Norm, Jean-Fred, Guenter ? Have you (or pehaps others too) been able to test the new shm implementation? I have a core in linux prefork

Re: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_connect.c

2004-03-15 Thread jean-frederic clere
Guenter Knauf wrote: Hi Henri, [EMAIL PROTECTED] wrote: hgomez 2004/03/01 05:47:23 Modified:jk/native/common jk_ajp_common.c Log: More debug/trace infos on remote tomcats I added more infos on IP/PORT of remote tomcats in jk, since I've some reports that there is a problem for

Re: [5.0] Problems with the next release

2004-03-12 Thread jean-frederic clere
Mladen Turk wrote: -Original Message- From: Henri Gomez Here is a reply I got from the community list : This is not a complete prohibition on all third-party jars or libraries, but only on those third-party libraries which are licensed under terms more restrictive than the ASL.

Re: jk2 new shmem using APR

2004-03-12 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: 1000448/8192? The size you use should be a multiple of the pagesize according to man mmap(). The pagesize could be checked by the following: +++ #include stdlib.h #include unistd.h main() { printf(%d\n,(int)sysconf(_SC_PAGE_SIZE)); } +++ # grep size

Re: [5.0] Problems with the next release

2004-03-12 Thread jean-frederic clere
Mladen Turk wrote: -Original Message- From: jean-frederic clere Mladen Turk wrote: What about linking to static microsoft libraries? That is probably not OK. I know that, but I know too that the law doesn't have a term _probably_ in it's dictionary. Do we need to sign

Re: cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 mod_jk2.c

2004-03-12 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: jfclere 2004/03/12 05:47:20 Modified:jk/native2/server/apache13 mod_jk2.c jk/native2/server/apache2 mod_jk2.c Log: Fix PR 27627: It was possible to core the httpd process. Henri fixes the core... But I think we should return 400 otherwise jsp

Re: cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 mod_jk2.c

2004-03-12 Thread jean-frederic clere
Mladen Turk wrote: -Original Message- From: jean-frederic clere Henri fixes the core... But I think we should return 400 otherwise jsp code could be displayed as text. Someone should take care of jk_dsapi_plugin.c and jk_isapi_plugin.c and do the same. jk_isapi_plugin uses

Re: jk2 new shmem using APR

2004-03-11 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: -Original Message- From: Guenter Knauf [mailto:[EMAIL PROTECTED] Sent: 09 March 2004 21:32 To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: jk2 new shmem using APR I believe there's a problem with the file rights, not with SHM self. I

Re: cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache13 Makefile.in

2004-03-11 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: jfclere 2004/03/11 10:09:33 Modified:jk/native2/server/apache13 Makefile.in Log: libtool 1.5.2 checks the location where the library is installed, that is to make it happy. That fixes PR 27006 with apache13. Oops the PR 27006 concerns mod_jk2 and

Re: DO NOT REPLY [Bug 27006] - libtool: install: error: cannot install `../../../build/jk2/apache2/jkjni.la' to a directory not ending in /usr/lib/apache2

2004-03-10 Thread jean-frederic clere
Al Banard wrote: mod_jk2.so is there but libjkjni.so isn't, which seems to be what its complaining about. You should have a libjkjni.so in the .libs directory of jk/build/jk2/apache2. When copied in modules it should work. From a previous email ... make clean build makeOutput - This

Re: cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 mod_jk.c

2004-03-10 Thread jean-frederic clere
Mladen Turk wrote: -Original Message- From: [EMAIL PROTECTED] jakarta-tomcat-connectors/jk/native/apache-2.0 mod_jk.c + #ifdef AS400 #include ap_charset.h #include util_charset.h /* ap_hdrs_from_ascii */ @@ -50,10 +51,17 @@ #endif Is it necessary to

Re: JkUriSet bug.

2004-03-09 Thread jean-frederic clere
NormW wrote: Good morning All In Mod_Jk2, jk_UriEnv.c, line 419, jk_uriEnv.c. there is is a test to determine which end of a URL template string has the *, to determine if the 'match type' should be PREFIX or SUFFIX. [ if (uri[strlen(uri) - 1] == '*') { ] A URL template found in

Re: jk2 new shmem using APR

2004-03-09 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: Quoting [EMAIL PROTECTED]: The entire shm support will be available _only_ if there is APR_HAS_SHARED_MEMORY support. So if the particular platform doesn't implement that, or the apr's implementation is bogus, one can disable that when building apr.

Re: jk2 new shmem using APR

2004-03-09 Thread jean-frederic clere
jean-frederic clere wrote: [EMAIL PROTECTED] wrote: Quoting [EMAIL PROTECTED]: The entire shm support will be available _only_ if there is APR_HAS_SHARED_MEMORY support. So if the particular platform doesn't implement that, or the apr's implementation is bogus, one can disable that when

Re: cvs commit: jakarta-tomcat-connectors/jk/native2/server/apach e2 mod_jk2.c

2004-03-05 Thread jean-frederic clere
Glenn Nielsen wrote: On Thu, Mar 04, 2004 at 05:49:21PM +0100, jean-frederic clere wrote: jean-frederic clere wrote: [EMAIL PROTECTED] wrote: jfclere 2004/03/03 09:55:32 Modified:jk/native2/server/apache2 mod_jk2.c Log: Remove jk2_translate... It is still not 100% OK

Re: cvs commit: jakarta-tomcat-connectors/jk/native2/server/apach e2 mod_jk2.c

2004-03-05 Thread jean-frederic clere
Henri Gomez wrote: jean-frederic clere wrote: Glenn Nielsen wrote: On Thu, Mar 04, 2004 at 05:49:21PM +0100, jean-frederic clere wrote: jean-frederic clere wrote: [EMAIL PROTECTED] wrote: jfclere 2004/03/03 09:55:32 Modified:jk/native2/server/apache2 mod_jk2.c Log

Re: cvs commit: jakarta-tomcat-connectors/jk/native2/server/apach e2 mod_jk2.c

2004-03-05 Thread jean-frederic clere
Glenn Nielsen wrote: On Thu, Mar 04, 2004 at 05:49:21PM +0100, jean-frederic clere wrote: jean-frederic clere wrote: [EMAIL PROTECTED] wrote: jfclere 2004/03/03 09:55:32 Modified:jk/native2/server/apache2 mod_jk2.c Log: Remove jk2_translate... It is still not 100% OK

Re: cvs commit: jakarta-tomcat-connectors/jk/native2/server/apach e2 mod_jk2.c

2004-03-04 Thread jean-frederic clere
jean-frederic clere wrote: [EMAIL PROTECTED] wrote: jfclere 2004/03/03 09:55:32 Modified:jk/native2/server/apache2 mod_jk2.c Log: Remove jk2_translate... It is still not 100% OK: - LocationMatch does not work. - Some _not_found ends in Tomcat when using mod_dav

Re: jk/jk2 and ap_hook_translate_name

2004-03-03 Thread jean-frederic clere
modules. So if a change is made we can make sure use of mod_jk with other modules hasn't been broken. Jean-Frederic Clere send us a link to a french site where the Apache specialist speaking about jk2 and rewrite used jk2 in FIRST but indicating that rewrite is the precedent. Why using

Re: E-mail account disabling warning.

2004-03-03 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: Dear user, the management of Apache.org mailing system wants to let you know that, Your e-mail account has been temporary disabled because of unauthorized access. Please, read the attach for further details. Looks like a virus, doesn't it? The Management,

Re: jk/jk2 and ap_hook_translate_name

2004-03-03 Thread jean-frederic clere
Henri Gomez wrote: jean-frederic clere wrote: Henri Gomez wrote: Glenn Nielsen wrote: Henri, It is hard to say. It all depends on how changing jk hook priorities impact other apache modules. I am convinced that the best solution for this will not be found until we have an extensive

Re: jk/jk2 and ap_hook_translate_name

2004-03-03 Thread jean-frederic clere
jean-frederic clere wrote: Henri Gomez wrote: jean-frederic clere wrote: Henri Gomez wrote: Glenn Nielsen wrote: Henri, It is hard to say. It all depends on how changing jk hook priorities impact other apache modules. I am convinced that the best solution for this will not be found

Re: jk/jk2 and ap_hook_translate_name

2004-03-03 Thread jean-frederic clere
Henri Gomez wrote: jean-frederic clere wrote: jean-frederic clere wrote: Henri Gomez wrote: jean-frederic clere wrote: Henri Gomez wrote: Glenn Nielsen wrote: Henri, It is hard to say. It all depends on how changing jk hook priorities impact other apache modules. I am

Re: cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 mod_jk2.c

2004-03-03 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: jfclere 2004/03/03 09:55:32 Modified:jk/native2/server/apache2 mod_jk2.c Log: Remove jk2_translate... It is still not 100% OK: - LocationMatch does not work. - Some _not_found ends in Tomcat when using mod_dav. That is still not OK. I will go on

Re: jk/jk2 and ap_hook_translate_name

2004-03-02 Thread jean-frederic clere
Henri Gomez wrote: Hi Glenn and others :) I see in jk that we're using : ap_hook_translate_name(jk_translate,NULL,NULL,APR_HOOK_MIDDLE); and now in jk2 : static const char * const aszPre[] = { mod_rewrite.c, NULL }; ap_hook_translate_name(jk2_translate, aszPre, NULL, APR_HOOK_FIRST);

Re: DO NOT REPLY [Bug 27006] - libtool: install: error: cannot install `../../../build/jk2/apache2/jkjni.la' to a directory not ending in /usr/lib/apache2

2004-03-02 Thread jean-frederic clere
jean-frederic clere wrote: Al Banard wrote: I tried the latest CVS (using --with-apxs2) on the 25th Feb and got exactly the same error, unless things have changed with regard to this between now and then. Could you send the output of the make command and the jkjni.la file? I have

Re: DO NOT REPLY [Bug 27006] - libtool: install: error: cannot install `../../../build/jk2/apache2/jkjni.la' to a directory not ending in /usr/lib/apache2

2004-03-01 Thread jean-frederic clere
-www/apache-2.0.48-r1 * CONTENTS: (Please view previous email on this topic for file list, I didn't want to keep posting this to keep the post size down) From: jean-frederic clere [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Subject: Re

Re: JK2 Close to 2.0.4

2004-02-27 Thread jean-frederic clere
Mladen Turk wrote: Hi, I finally have a couple of days to spare on JK2. Since Henri is doing great job on Apache side, I'm willing to clean the IIS port. Are there any pending issues that I can help with, so we can make the release. Bugzilla reports 59 bugs... Help is _needed_ !!!

Re: JK2 Close to 2.0.4

2004-02-27 Thread jean-frederic clere
Mladen Turk wrote: -Original Message- From: jean-frederic clere Are there any pending issues that I can help with, so we can make the release. Bugzilla reports 59 bugs... Help is _needed_ !!! How did you came to that number? http://nagoya.apache.org/bugzilla

Re: JK2 Close to 2.0.4

2004-02-27 Thread jean-frederic clere
Henri Gomez wrote: jean-frederic clere wrote: Mladen Turk wrote: Hi, I finally have a couple of days to spare on JK2. Since Henri is doing great job on Apache side, I'm willing to clean the IIS port. Are there any pending issues that I can help with, so we can make the release

Re: [PATCH] jki_shm.c revert code removal v1.35-v1.36

2004-02-27 Thread jean-frederic clere
Henri Gomez wrote: Guenter Knauf wrote: Hi, Let's go Guenter, send the patch for review http://www.gknw.com/test/jk_shm.c.diff Seems ok for me, I commit if nobody object... That is a work-around... The correct would be to fix APR.

Re: mod_deflate - mod_jk mod_jk2

2004-02-25 Thread jean-frederic clere
EBRARD Loic wrote: ok to test it... where can i find jk2 HEAD ??? In cvs... and in http://cvs.apache.org/builds/jakarta-tomcat-5/nightly/. Probably it would be nice to have a http://cvs.apache.org/builds/jakarta-tomcat-connectors/nightly. I would run buildconf.sh in native and native2 to

Re: jk2 hook level

2004-02-24 Thread jean-frederic clere
Henri Gomez wrote: While searching why jk2 could be a problem with others modules, I noticed that we use in jk2 : ap_hook_translate_name(jk2_translate,NULL,NULL,APR_HOOK_FIRST); We're using in jk : ap_hook_translate_name(jk_translate,NULL,NULL,APR_HOOK_MIDDLE); Shouldn't we use

Re: DO NOT REPLY [Bug 27006] - libtool: install: error: cannot install `../../../build/jk2/apache2/jkjni.la' to a directory not ending in /usr/lib/apache2

2004-02-24 Thread jean-frederic clere
Al Banard wrote: Hi Henri, Thanks for giving me help. OK, I have to admit I don't know a lot about libtool. I'm using apache 2.0.48 and have also installed apr-0.9.2. How do I specify to use the libtool from Apache 2.0 / APR? That is what is done when you use

Re: JK2 release Expat

2004-02-20 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 20 February 2004 09:39 To: [EMAIL PROTECTED] Subject: RE: JK2 release Expat -Original Message- From: Kurt Miller [mailto:[EMAIL PROTECTED] Sent: 20 February 2004 03:09 To:

Re: problem

2004-02-20 Thread jean-frederic clere
Vano Beridze wrote: Hello I filed my first bug against tomcat yesterday http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27091 Person whos email address is [EMAIL PROTECTED] closed this bug as wontfix. As you see I reopened the bug because I've my arguments. After that that

Re: JK2 release Expat

2004-02-19 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: -Original Message- From: jean-frederic clere [mailto:[EMAIL PROTECTED] Sent: 18 February 2004 17:05 To: Tomcat Developers List Subject: Re: JK2 release Expat Henri Gomez wrote: a ldd /var/tmp/mod_jk2_new.so would be nice to have. Close but no cigar ( I checked

Re: JK2 release Expat

2004-02-18 Thread jean-frederic clere
Henri Gomez wrote: [EMAIL PROTECTED] wrote: Hi All, I've been trying to test jk2 as we have a little buglet with 2.0.2 (it appears apache children get confused, and hang whilst/after dealing with jk2 served content, they then hand around and clog up the process list, and eventually we hit

Re: cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_vm_default.c

2004-02-13 Thread jean-frederic clere
Henri Gomez wrote: David Rees wrote: David Rees wrote, On 2/13/2004 1:14 AM: If you want to use shorter lines, you can wrap long lines and still compile. For example (in case my patch gets stripped): printf(This is a ) very long line.\n); Oops, my patch was reversed. Here's a good

Re: New procrun binaries needed

2004-02-13 Thread jean-frederic clere
Remy Maucherat wrote: Hi, I'd need new procrun binaries for the new build (in j-t-c/procrun). The old build isn't broken, so this is not critical, but it would be nice (assuming there are updates). There _are_ updates. So someone will have to produce the binaries. Thanks :) Rémy

Re: cvs commit: jakarta-tomcat-connectors/procrun/bin tomcat.exe tomcatw.exe

2004-02-13 Thread jean-frederic clere
Remy Maucherat wrote: [EMAIL PROTECTED] wrote: mturk 2004/02/13 06:14:14 Modified:procrun/bin tomcat.exe tomcatw.exe Log: Latest binaries. Thanks a lot :) So I'll wait a bit, see if Mark comments on bug 26906 (I think it's invalid: the fix seems to imply the URL sent by the

Re: Mod_Jk2 - Default Worker

2004-02-12 Thread jean-frederic clere
Henri Gomez wrote: Costin Manolache wrote: NormW wrote: Good morning Costin. Apologies for the silence. I had hoped there might have been a little more input from others on this topic. Same here :-) We're working, Jean-Frederic, Kurt and I in arranging 2.0.4 build so new features should

[daemon] making a release

2004-02-09 Thread jean-frederic clere
Hi, I am thinking of releasing daemon this week. (Friday). Any comments? Cheers Jean-Frederic - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: failover-problem and session mixup: jakarta-tomcat-connectors: jk_ajp_common.c

2004-02-05 Thread jean-frederic clere
Henri Gomez wrote: jean-frederic clere a écrit : Henri Gomez wrote: Alexander Schwartz a écrit : Hello Tomcat-Developers, we are currently experiencing some problems with mod_jk with loadbalancing: (A) when a post-request fails while receiving data from tomcat, the loadbalancer tries

servlet-api for watchdog

2004-02-04 Thread jean-frederic clere
Hi, I am trying to build watchdog to test mod_jk2 but I have problems to find the servlet22api. I have tried: /x1/www/cvs.apache.org/builds no jakarta-servletapi /x1/www/jakarta.apache.org/builds/jakarta-servletapi but nightly is empty. Any hints? Cheers Jean-Frederic

watchdog and ant 1.6

2004-02-04 Thread jean-frederic clere
Hi, To get watchdog running I had to copy jakarta-ant-1.6.0/lib/ant-launcher.jar to jakarta-watchdog-4.0/dist/ant-launcher.jar. Otherwise I was getting: +++ [EMAIL PROTECTED]:~/jakarta-watchdog-4.0/dist ant -Dport=80 Buildfile: build.xml jsp: execute: [java] Exception in thread main

Re: jk2 2.0.4 release plan

2004-02-04 Thread jean-frederic clere
Henri Gomez wrote: Hi to all, Since many people ask for a jk2 release, 2.0.4, I'll act as release manager if nobody else want to take the job before Friday. I'd like to know what are showstoppers (blocking bugs) which should be fixed in the current release. Planning : Up to Friday 6 Feb,

Re: servlet-api for watchdog

2004-02-04 Thread jean-frederic clere
Larry Isaacs wrote: If it helps, you can find an archive here: /x1/www/www.apache.org/dist/jakarta/tomcat-3/bin Yes, I have used the jakarta-servletapi.tar.gz of this directory, all ok. Thanks. Cheers, Larry -Original Message- From: jean-frederic clere [mailto:[EMAIL PROTECTED] Sent

Re: cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_channel_socket.c

2004-02-03 Thread jean-frederic clere
Henri Gomez wrote: Mike Anderson a écrit : +1. Two reasons I haven't 1. I'm not a CVS expert and don't want to screw it up :-) 2. The only reason I patched it was because someone else (Henri I believe) was concerned about removing it and this was a more conservative approach. I did comment out

Re: cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_channel_socket.c

2004-02-03 Thread jean-frederic clere
Henri Gomez wrote: jean-frederic clere a écrit : Henri Gomez wrote: Mike Anderson a écrit : +1. Two reasons I haven't 1. I'm not a CVS expert and don't want to screw it up :-) 2. The only reason I patched it was because someone else (Henri I believe) was concerned about removing

Re: [VOTE] 4.1.30 release vote

2004-01-29 Thread jean-frederic clere
Remy Maucherat wrote: Amidst all this junk email ... ballot Release 4.1.30 as Stable: [ ] Yes [ ] No /ballot Could you wait until I have release common/daemon? Rémy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [VOTE] 4.1.30 release vote

2004-01-29 Thread jean-frederic clere
Remy Maucherat wrote: jean-frederic clere wrote: Remy Maucherat wrote: Amidst all this junk email ... ballot Release 4.1.30 as Stable: [ ] Yes [ ] No /ballot Could you wait until I have release common/daemon? Why ? 4.1.30 doesn't include commons-daemon. (4.1.x uses JavaService, and doesn't

Re: [PATCH] make mod_jk2 default port configurable

2004-01-29 Thread jean-frederic clere
Günter Knauf wrote: Hi all, I've the problem that 8009 is already used on NetWare, so it would be nice if I could default to another port for that platform; I looked at the sources, and it looks if someone had already such an idea, but didnt finish found some defines in

Re: failover-problem and session mixup: jakarta-tomcat-connectors: jk_ajp_common.c

2004-01-28 Thread jean-frederic clere
Henri Gomez wrote: Alexander Schwartz a écrit : Hello Tomcat-Developers, we are currently experiencing some problems with mod_jk with loadbalancing: (A) when a post-request fails while receiving data from tomcat, the loadbalancer tries to send the request to the other tomcat, but forgets the

Re: WANTED: next release mod_jk2 after 14 months!!

2004-01-28 Thread jean-frederic clere
Dominik Drzewiecki wrote: Hi all, I'm sure that a lot of folks want to see a new release of mod_jk2; and looking at: http://www.apache.de/dist/jakarta/tomcat-connectors/jk2/source/ it seems that the last version 2.0.2 was released 14 (!!) months ago comments? We sure DO WANT a new release. I

Re: [5.0.17] Build available

2004-01-15 Thread jean-frederic clere
Remy Maucherat wrote: Hi, Tomcat 5.0.17 Alpha is now available for testing. http://www.apache.org/dist/jakarta/tomcat-5/v5.0.17-alpha/ Why the sources are under jakarta-tomcat-5.0.17-src/src and not under jakarta-tomcat-5.0.17-src directly? Rémy

Re: [5.0.17] Build available

2004-01-15 Thread jean-frederic clere
Remy Maucherat wrote: Hi, Tomcat 5.0.17 Alpha is now available for testing. http://www.apache.org/dist/jakarta/tomcat-5/v5.0.17-alpha/ Where is the build.xml comming from? I would like to fix things like: available property=source.exists file=${basedir}/${tomcat.project} / type=dir is missing.

Re: [5.0.17] Build available

2004-01-15 Thread jean-frederic clere
Remy Maucherat wrote: jean-frederic clere wrote: Remy Maucherat wrote: Hi, Tomcat 5.0.17 Alpha is now available for testing. http://www.apache.org/dist/jakarta/tomcat-5/v5.0.17-alpha/ Where is the build.xml comming from? I would like to fix things like: available property=source.exists

Re: Error in mod_jk Makefile?

2004-01-15 Thread jean-frederic clere
David Meier wrote: I am trying to build mod_jk-1.2.5 from source on FreeBSD 4.9-RELEASE and I encounter at the end of the build process the following error: ... /usr/local/bin/bash /usr/local/apache/build/libtool --silent --mode=install cp `pwd`/mod_jk.so libtool: install: you must specify a

Re: Urgent: [5.0.17] Tag tomorrow

2004-01-14 Thread jean-frederic clere
Shapira, Yoav wrote: Howdy, Howdy, I tagged daemon as part of setting up for mirroring yesterday. The code hasn't changed in a while AFAIK, i.e. the binaries for 1.0-Alpha and 1.0 will be the same. I've seen jsvc updates since 1.0 alpha by diffing. Those should be daemon 1.1, I think, as 1.0

Re: Urgent: [5.0.17] Tag tomorrow

2004-01-14 Thread jean-frederic clere
Remy Maucherat wrote: jean-frederic clere wrote: Shapira, Yoav wrote: Howdy, Howdy, I tagged daemon as part of setting up for mirroring yesterday. The code hasn't changed in a while AFAIK, i.e. the binaries for 1.0-Alpha and 1.0 will be the same. I've seen jsvc updates since 1.0 alpha

Re: Jk2 object model

2004-01-09 Thread jean-frederic clere
Mike Anderson wrote: I agree that the current connectors (jk and jk2) are fairly stable and done because they just work. The hardest part in using them is that there is a lot of duplicated setup between the Java/Tomcat side and the webserver configuration just to get things working. Then, when

Re: Jk2 object model

2004-01-05 Thread jean-frederic clere
Costin Manolache wrote: I remember some time ago Mladen (?) was suggesting to use C++ for jk2 instead of the pseudo-OO programming. I am -1 for using C++... And wondering why you want to use C++. Did anything got discussed/decided about this or the low-level model ? Costin

Re: Need Consulting

2003-11-14 Thread jean-frederic clere
what causes the memory corruption. good luck. peter jean-frederic clere [EMAIL PROTECTED] wrote: Clere, Jean-Frederic wrote: Jeff Rogers wrote: Hello, I hate to post this to the dev list, but we need consulting help. I have no idea where to look for reputable Tomcat consulting. We are at our

Re: Need Consulting

2003-11-13 Thread jean-frederic clere
Jeff Rogers wrote: Hello, I hate to post this to the dev list, but we need consulting help. I have no idea where to look for reputable Tomcat consulting. We are at our wits end and ready to make the jump to commercial software due to a signal 11 crashing problem with our Tomcat servers.

Re: Need Consulting

2003-11-13 Thread jean-frederic clere
Clere, Jean-Frederic wrote: Jeff Rogers wrote: Hello, I hate to post this to the dev list, but we need consulting help. I have no idea where to look for reputable Tomcat consulting. We are at our wits end and ready to make the jump to commercial software due to a signal 11 crashing problem

Re: [VOTE] Kurt Miller as commiter

2003-11-12 Thread jean-frederic clere
Henri Gomez wrote: Hi to all, I would like to propose you a new tomcat commiter, Kurt Miller which as proposed many usefull patches for JK2 Since we want to deprecated jk and focus jk2, we need more people involved on jk2. Vote please. +1

Re: cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache13 mod_jk2.c Makefile.in

2003-11-11 Thread jean-frederic clere
Kurt Miller wrote: Thanks for committing the changes. I'm still having a problem with jk_exec.m4. After a clean checkout using CVS each line has a ^M at the end. It causes the configure script to crash with: ./configure[2977]: syntax error: `fi' unexpected Fixed thanks. Here is what the file

PB when build TC5 from cvs

2003-11-11 Thread jean-frederic clere
Hi, I have the following error: +++ build-webapps-precompile: [jasper2] 11-Nov-2003 12:09:04 org.apache.jasper.JspC processFile [jasper2] SEVERE: ERROR-the file '/jsp2/tagfiles/products.jsp' generated the following general exception: [jasper2] org.apache.jasper.JasperException: Unable to

Re: PB when build TC5 from cvs

2003-11-11 Thread jean-frederic clere
Remy Maucherat wrote: jean-frederic clere wrote: Hi, I have the following error: +++ build-webapps-precompile: [jasper2] 11-Nov-2003 12:09:04 org.apache.jasper.JspC processFile [jasper2] SEVERE: ERROR-the file '/jsp2/tagfiles/products.jsp' generated the following general exception

Re: jk2/apr patch v2

2003-11-04 Thread jean-frederic clere
Kurt Miller wrote: Thanks to jean-frederic clere for input on this. Ok, here goes again... ;-) Attached is a patch that makes the following changes for building jk2 via configure and make: 1) Introduces a new configure argument called --enable-apr-threads=val for use with --with-apr

http://jakarta.apache.org/tomcat/tomcat-5.0-doc

2003-11-04 Thread jean-frederic clere
Hi, I would like to correct things in the TC-5.0. Where is the repos? Cheers Jean-Frederic - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: http://jakarta.apache.org/tomcat/tomcat-5.0-doc

2003-11-04 Thread jean-frederic clere
Remy Maucherat wrote: Tim Funk wrote: I don't know how they published to jakarta.apache.org but the docs are in jakarta-tomcat-catalina/webapps/docs It's a highly advanced process that few people can fathom :) I zip whatever is in dist/webapps/tomcat-docs, scp to the server, and unzip in the

Re: jk2/apr patch

2003-11-03 Thread jean-frederic clere
Kurt Miller wrote: From: jean-frederic clere [EMAIL PROTECTED] Kurt Miller wrote: Ok thanks for the heads up, I've look briefly at wa_apr.m4 now. I've got a question or two I think there are two cases: 1) when --with-apr is specified 2) when --with-apr-include and --with-apr-lib

Re: jk2/libcrypt patch

2003-11-03 Thread jean-frederic clere
Kurt Miller wrote: Last one for today... Building on mod_jk2 OpenBSD libcrypt is not available or needed. Does -lcrypt have to be specified in the Makefile.in files for other platforms? Will libtool add it on the appropriate platforms? If it will here's a patch to remove it: +1: The -lcrypt is in

Re: TOMCAT-fix for os/390??

2003-10-31 Thread jean-frederic clere
Anna Fuhrmann wrote: Hi List, 4.1.28 does the job - but: /webapps/ROOT/index.jsp is screwed up; the browser cannot GET it, supposedly because of chunked encoded. It is HTTP1.1, which the browser does have. The first big chunk is 2000 big, we noticed when GETting it with a script. The browser

Re: jk2/apr patch

2003-10-31 Thread jean-frederic clere
Kurt Miller wrote: Checking out the apache2 makefile it looks like apr-0 is right. Here's a revised patch (I missed a spot). Index: jk/support/jk_apr.m4 === RCS file: /home/cvspublic/jakarta-tomcat-connectors/jk/support/jk_apr.m4,v

Re: jk2/apr patch

2003-10-31 Thread jean-frederic clere
Clere, Jean-Frederic wrote: Kurt Miller wrote: Checking out the apache2 makefile it looks like apr-0 is right. Here's a revised patch (I missed a spot). Index: jk/support/jk_apr.m4 === RCS file:

[Fwd: Re: jk2/apr patch]

2003-10-31 Thread jean-frederic clere
Does someone else got those kind of messages? If yes could the address [EMAIL PROTECTED] be removed from the tomcat-dev list? Cheers Jean-Frederic BTW: I think [EMAIL PROTECTED] should also be removed... ---BeginMessage--- AUTOMATED MESSAGE DO NOT REPLY -- The e-mail

Re: jk2/apr patch

2003-10-31 Thread jean-frederic clere
Kurt Miller wrote: From: jean-frederic clere [EMAIL PROTECTED] Clere, Jean-Frederic wrote: Kurt Miller wrote: Checking out the apache2 makefile it looks like apr-0 is right. Here's a revised patch (I missed a spot). Index: jk/support/jk_apr.m4

Re: [VOTE] New builds

2003-10-29 Thread jean-frederic clere
Remy Maucherat wrote: ballot Release 4.1.29 as Stable ? [X] Yes [ ] No /ballot ballot Release 5.0.14 as Beta ? [ ] Yes [ ] No /ballot Rémy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: cvs commit: jakarta-tomcat-4.0 build.properties.sample

2003-10-27 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: remm2003/10/27 00:03:35 Modified:.build.properties.sample Log: - Upgrade to pool 1.1 and DBCP 1.1. Revision ChangesPath 1.71 +5 -5 jakarta-tomcat-4.0/build.properties.sample Index: build.properties.sample

Re: jk binaries and new mirorring

2003-10-27 Thread jean-frederic clere
Henri Gomez wrote: Hi to all, Some people ask me for jk 1.2.5 iSeries binaries. I will build it but where should I upload it to make it later replicated on mirrors site ? Things in /www/www.apache.org/dist/jakarta get mirrored. Regards

Re: mod_webapp for Apache 2?

2003-10-24 Thread jean-frederic clere
Alan Kelly wrote: I'd appreciate any advice in locating a mod_webapp connector for Apache 2/Tomcat 4.1. This particular connector is essential to an installation of webMathematica . mod_webapp has been deprecated since Tomcat 4.1.23. Use mod_jk2 instead. I've searched Jakarta-Apache site but

Re: http://www.apache.org/dist/jakarta/tomcat-4/source/

2003-10-24 Thread jean-frederic clere
Bill Barker wrote: Remy has been packaging Jasper in the j-t-4.1.x-src tarball (as jasper). Ok, I was confused by the jasper subdirectory of the jakarta-tomcat-4.0 repos. What about jakarta-servletapi-4? - Original Message - From: jean-frederic clere [EMAIL PROTECTED] To: [EMAIL

http://www.apache.org/dist/jakarta/tomcat-4/source/

2003-10-23 Thread jean-frederic clere
Hi, I am playing building binaries of Tomcat: In http://www.apache.org/dist/jakarta/tomcat-4/source/ we only have jakarta-tomcat and jakarta-tomcat-connectors. I think we should add jakarta-tomcat-jasper/jasper2 and jakarta-servletapi-4 otherwise it is quite hard to rebuild a binary from the

Re: http://www.apache.org/dist/jakarta/tomcat-4/source/

2003-10-23 Thread jean-frederic clere
I have forgotten to tell that it is for Tomcat 4.1.x... Clere, Jean-Frederic wrote: Hi, I am playing building binaries of Tomcat: In http://www.apache.org/dist/jakarta/tomcat-4/source/ we only have jakarta-tomcat and jakarta-tomcat-connectors. I think we should add jakarta-tomcat-jasper/jasper2

Re: [PATCH] Improvement of tomcat documents.

2003-10-22 Thread jean-frederic clere
Kan Ogawa wrote: Hi, tomcat committers. I have made a patch to improve some tomcat documents. Could anyone apply it? Changes: - Fixes some typos. - Fixes broken links, Commons DBCP javadoc and Tyrex site, in jndi-datasource-examples-howto.xml. - Writes utf-8 encoding values into a sample

<    1   2   3   4   5   6   7   8   9   10   >