Re: What's left for JK2.0.4?

2004-03-01 Thread Henri Gomez
Mladen Turk wrote: -Original Message- From: Henri Gomez Yes, the ones that create multiple child processes. Each child in that case wishes to run it's own Tomcat process, with the same config. The consecutive TC instance fails to load (same config, same ports). Correct indeed, how

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

2004-03-01 Thread Henri Gomez
[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 admins to determine which tomcat

Re: JK2 shm

2004-03-01 Thread Henri Gomez
Mladen Turk wrote: Hi, I'll reimplement the jk2_shm using apr_rmm. The code itself will be significantly simpler. 1. The shared memory will not be present if ap_exists_scoreboard_image retunes zero. 2. The shared memory will be present if above is satisfied using the ap_scoreboard_fname +

Re: [PATCH] mod_jk2 use AP_PCRE on Win32

2004-02-27 Thread Henri Gomez
Guenter Knauf wrote: Hi, if my last patch for PCRE functions gets accepted, this patch to the makefile makes usage of the AP_PCRE on Win32. Guenter. http://www.gknw.com/test/mod_jk2.dsp.diff ### ---

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/tomcat5 LocalStrings_fr.properties

2004-02-27 Thread Henri Gomez
[EMAIL PROTECTED] wrote: Heureusement que nous avons nos cousins québécois pour corriger nos petites boulettes :) jfarcand2004/02/26 09:21:32 Modified:catalina/src/share/org/apache/coyote/tomcat5 LocalStrings_fr.properties Log: Fix minor typo. Revision

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

2004-02-27 Thread Henri Gomez
NormW wrote: Good evening Henri. Can the 'avaiable' be 'available' by the time of the jk2 release? :-) Norm P.S. Great work regardless of my nitpicking. P.S.2 Gunter deliberately puts a few crumbs in his contributions so others less gifted can contribute something. Fixed. I wonder how to

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

2004-02-27 Thread Henri Gomez
NormW wrote: Good evening from Down Under. NormW wrote: Good evening Henri. Can the 'avaiable' be 'available' by the time of the jk2 release? :-) Norm P.S. Great work regardless of my nitpicking. P.S.2 Gunter deliberately puts a few crumbs in his contributions so others less gifted can

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

2004-02-27 Thread Henri Gomez
Guenter Knauf wrote: Hi all, I would like to get the MMAP code back into CVS which was removed with version 1.36: http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-connectors/jk/native2/common/jk_shm.c?r1=1.35r2=1.36 This code would enable the scoreboard working on NetWare; and probably on other

Re: JK2 Close to 2.0.4

2004-02-27 Thread Henri Gomez
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. Bugzilla reports 59 bugs... Help

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

2004-02-27 Thread Henri Gomez
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... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

jk2 : init child

2004-02-27 Thread Henri Gomez
I'm looking now why jk2_init() can't find child XXX in scoreboard. The MPM should BEFORE after us ? : ap_hook_child_init(jk2_child_init, NULL, NULL, APR_HOOK_LAST); - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

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

2004-02-27 Thread Henri Gomez
jean-frederic clere wrote: 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. I agree, but let fix

Re: JK2 Close to 2.0.4

2004-02-27 Thread Henri Gomez
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_ !!! While you take a look at IIS, could you investigate the BR #15278. Seems to be a

Re: JK2 Close to 2.0.4

2004-02-27 Thread Henri Gomez
Mladen Turk wrote: -Original Message- From: Henri Gomez While you take a look at IIS, could you investigate the BR #15278. Seems to be a problem with 16bits int ? Sure :-). Well I'd like to use apr types on all function calls, returning APR_STATUS, etc... Ok, but for next release

Re: cvs commit: jakarta-tomcat-connectors/procrun tomcat.rc

2004-02-27 Thread Henri Gomez
[EMAIL PROTECTED] wrote: yoavs 2004/02/27 07:14:09 Modified:coyote/src/test/org/apache/coyote SimpleAdapter.java http11/src/test/java/org/apache/coyote/http11 FileTester.java RandomAdapter.java TestAdapter.java jk/native/domino

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

2004-02-27 Thread Henri Gomez
Bill Barker wrote: - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, February 27, 2004 1:07 AM Subject: cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_worker_ajp13.c hgomez 2004/02/27 01:07:23 Modified:jk/native2/common

Re: cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat3 CoyoteInterceptor2.java

2004-02-26 Thread Henri Gomez
[EMAIL PROTECTED] wrote: billbarker2004/02/25 22:00:29 Will it be in rc2 ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: TC 3.3.2 and JMX

2004-02-26 Thread Henri Gomez
Henri Gomez wrote: Bill Barker wrote: - Original Message - From: Henri Gomez [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Sent: Wednesday, February 25, 2004 4:50 AM Subject: TC 3.3.2 and JMX Any objection to set the default JMX port to -1 ? None here. Jk-Coyote

Re: [PATCH] use ap_ prefixed PCRE functions

2004-02-26 Thread Henri Gomez
Guenter Knauf wrote: Hi all, I would like to get this patch into CVS in order to use PCRE on NetWare where only the ap_ prefixed pcre functions are exported. I have tested that the patch below compiles fine with NetWare, Linux and Win32. As a positive side effect on Win32 the binary is about 24

Re: [PATCH] use ap_ prefixed PCRE functions

2004-02-26 Thread Henri Gomez
Guenter Knauf wrote: Hi Henri, +#include httpd.h httpd.h may not be found for IIS or Netscape, so it will brake these. Ditto for others. yep - found this already; please see my second patch which shouldnt break any other platforms. ok BTW while testing with this I found that on Linux when

jk2 : ap_hook_translate_name should be APR_HOOK_MIDDLE

2004-02-26 Thread Henri Gomez
With the actual code in jk2, we can't use mod_alias, for instance ErrorDocument. I changed the ap_hook_translate_name from APR_HOOK_FIRST to APR_HOOK_MIDDLE and I've get the ErrorDocument. jk use also APR_HOOK_MIDDLE for ap_hook_translate_name, so I wonder why it's set to APR_HOOK_FIRST in jk2

Re: jk2 : ap_hook_translate_name should be APR_HOOK_MIDDLE

2004-02-26 Thread Henri Gomez
Henri Gomez wrote: With the actual code in jk2, we can't use mod_alias, for instance ErrorDocument. I changed the ap_hook_translate_name from APR_HOOK_FIRST to APR_HOOK_MIDDLE and I've get the ErrorDocument. jk use also APR_HOOK_MIDDLE for ap_hook_translate_name, so I wonder why it's set

Re: jk2 : ap_hook_translate_name should be APR_HOOK_MIDDLE

2004-02-26 Thread Henri Gomez
Guenter Knauf wrote: Hi, looks like this was already done by Mladen with mod_jk2 version 1.42, but two days later the patch was reverted again with 1.43 by BoJan... Guenter. With the actual code in jk2, we can't use mod_alias, for instance ErrorDocument. I changed the ap_hook_translate_name

Re: jk2 : ap_hook_translate_name should be APR_HOOK_MIDDLE

2004-02-26 Thread Henri Gomez
Henri Gomez wrote: Guenter Knauf wrote: Hi, looks like this was already done by Mladen with mod_jk2 version 1.42, but two days later the patch was reverted again with 1.43 by BoJan... Guenter. With the actual code in jk2, we can't use mod_alias, for instance ErrorDocument. I changed

jk2 / lb and errors

2004-02-26 Thread Henri Gomez
Hi to all, while playing with jk2, I discovered many things I didn't like : * If no worker or group is defined for an uri, it goes to lb:lb. The default worker SHOULD BE configurable, I'll modify this. * Stupid question, but how could I use a normal ajp13 socket, not a group in uri defs ?

Re: IIS 5.0 + Jk2 + Tomcat 4.1 + Windows 2000 + Upload = Problem

2004-02-25 Thread Henri Gomez
Robert Biernat wrote: Where did you get this patch from? Can you send me the link I'm having the same problems but if I could rebuild the ISAPI filter so it worked that would be great. -Original Message- From: Jorge González Martín [mailto:[EMAIL PROTECTED] Sent: Tuesday, 24 February

Re: cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 InternalInputBuffer.java Constants.java Http11Protocol.java InternalOutputBuffer.java OutputFilter.java Http11Processor.java LocalStrings_fr.properties InputFilter.java Loca

2004-02-25 Thread Henri Gomez
Bill Barker wrote: - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 24, 2004 12:50 AM Subject: cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 InternalInputBuffer.java Constants.java Http11Protocol.java

Re: DO NOT REPLY [Bug 20184] - JkInputStream ignores packets containing less than 5 bytes

2004-02-25 Thread Henri Gomez
[EMAIL PROTECTED] wrote: DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20184. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [ANN] Apache Tomcat 3.3.2 Release Candidate 1

2004-02-25 Thread Henri Gomez
Bill Barker wrote: - Original Message - From: Henri Gomez [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Sent: Tuesday, February 24, 2004 7:46 AM Subject: Re: [ANN] Apache Tomcat 3.3.2 Release Candidate 1 Henri Gomez wrote: Bill Barker wrote: The Tomcat Team announces

TC 3.3.2 and JMX

2004-02-25 Thread Henri Gomez
Any objection to set the default JMX port to -1 ? - As many, in my web application, I allready load HTTP/JRMP connector (at special ports with custom login/pwd), but since JMXSupport is loaded before my app, it didn't use my HTTP port settings. What about set port to -1 by default in

Re: [POPOSAL] change extension of Win32 Apache connectors to .so

2004-02-25 Thread Henri Gomez
Guenter Knauf wrote: Hi all, before this gets again forgotten, here's the reminder: should we change the Win32 binary extention of the Apache modules to .so instead of .dll ?? Apache changed that with version 1.3.15 already; and I got a lot of questions about that at this time... now the

Re: [REMINDER] remove obsolete *.dsw files

2004-02-25 Thread Henri Gomez
Guenter Knauf wrote: Hi all, there were still some *.dsw in yesterday's CVS: ./jk/native/domino/dsapi.dsw ./jk/native2/server/dsapi/dsapi.dsw ./jk/native2/server/isapi/isapi.dsw Fixed. Could you take a look at some of the bugzilla reports, and for instance reports about problems with others

Re: cvs commit: jakarta-tomcat-connectors/jk/native2/server/dsapi dsapi.dsw

2004-02-25 Thread Henri Gomez
Guenter Knauf wrote: Henri, please forgive me! hgomez 2004/02/25 07:00:04 Removed: jk/native/domino dsapi.dsw this is ok and obsolete. jk/native2/server/isapi isapi.dsw jk/native2/server/dsapi dsapi.dsw these two must be back again - they include other

Re: mod_deflate - mod_jk mod_jk2

2004-02-25 Thread Henri Gomez
Guenter Knauf wrote: Hi, 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 prevent problems with

Re: binaries for testing

2004-02-25 Thread Henri Gomez
Guenter Knauf wrote: Hi all, for those who normally use only binaries I have uploaded mod_jk2 binaries of CVS snapshot 20040224172400 to my site: http://www.gknw.com/development/apache/ and also I've just build the isapi redirector: http://www.gknw.com/test/jtc/ have fun with testing! I'm trying

Re: [ANN] Apache Tomcat 3.3.2 Release Candidate 1

2004-02-25 Thread Henri Gomez
Bill Barker wrote: - Original Message - From: Henri Gomez [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Sent: Wednesday, February 25, 2004 4:04 AM Subject: Re: [ANN] Apache Tomcat 3.3.2 Release Candidate 1 Bill Barker wrote: - Original Message - From: Henri

Re: TC 3.3.2 and JMX

2004-02-25 Thread Henri Gomez
Bill Barker wrote: - Original Message - From: Henri Gomez [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Sent: Wednesday, February 25, 2004 4:50 AM Subject: TC 3.3.2 and JMX Any objection to set the default JMX port to -1 ? None here. Jk-Coyote is now the default

jk2 hook level

2004-02-24 Thread Henri Gomez
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 APR_HOOK_MIDDLE also in jk2 ?

JTC to Apache License 2.0

2004-02-24 Thread Henri Gomez
I updated Jakarta-Tomcat-Connectors to Apache License 2.0. Thanks to revieuw and comments if needed. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: jk2 hook level

2004-02-24 Thread Henri Gomez
jean-frederic clere wrote: 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

jk2 and child init

2004-02-24 Thread Henri Gomez
The bugzilla #26231 seems valid, and using APR_HOOK_LAST or even APR_HOOK_REALLY_LAST didn't help. Any ideas ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: jk2 and child init

2004-02-24 Thread Henri Gomez
Henri Gomez wrote: The bugzilla #26231 seems valid, and using APR_HOOK_LAST or even APR_HOOK_REALLY_LAST didn't help. Any ideas ? The problem seems to be also in jk 1.2.6-dev where I could see : mod_jk: child -2 initialized ;( Something changed in Apache 2.0.48

Re: DO NOT REPLY [Bug 17762] - JNI problems

2004-02-24 Thread Henri Gomez
[EMAIL PROTECTED] wrote: DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17762. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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 Henri Gomez
Continuing this thread on tomcat-dev. Well you should use the libtool from Apache 2.0 / APR. Which version of Apache 2.0 are you using ? [EMAIL PROTECTED] wrote: DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT

Re: [ANN] Apache Tomcat 3.3.2 Release Candidate 1

2004-02-24 Thread Henri Gomez
Bill Barker wrote: The Tomcat Team announces the immediate availability of Apache Tomcat 3.3.2 Release Candidate 1. Downloads: http://www.apache.org/~larryi/tomcat-3.3.2-rc1 The Apache Tomcat Team I make test on it and play with JMXSupport and noticed : - XSL problem with HTTP connector :

Re: [ANN] Apache Tomcat 3.3.2 Release Candidate 1

2004-02-24 Thread Henri Gomez
Henri Gomez wrote: Bill Barker wrote: The Tomcat Team announces the immediate availability of Apache Tomcat 3.3.2 Release Candidate 1. Downloads: http://www.apache.org/~larryi/tomcat-3.3.2-rc1 The Apache Tomcat Team I make test on it and play with JMXSupport and noticed : - XSL problem

Re: mod_deflate - mod_jk mod_jk2

2004-02-24 Thread Henri Gomez
EBRARD Loic wrote: Hi all, for same configuration of mod_deflate, using mod_jk_1.2.5_2.0.47.dll or mod_jk2-2.0.43.dll the deflate doest work same at all : mod_jk_1 deflate all Content-type I specified mod_jk2 deflate only static URI for the Content-type I mention in deflate configuration So I

jk2 hooks infos

2004-02-24 Thread Henri Gomez
Hi to all, I'm working on jk2 release (2.0.4) and as such try to fix many bugzillas. Jean-Frederic Clere send me this nice article (in french) : http://www.hsc.fr/ressources/breves/apache-modules.html.fr It seems there is a patch against mod_jk2 (we're working jk2 release) : --- mod_jk2.c.orig

jk2 release bugzilla

2004-02-23 Thread Henri Gomez
Hi to all, Just back from hollidays and works again on jk2 release. I should back port from jk the latest POST recovery strategy to jk2, to have both at the same level. I'd like to know which bugs are showstoppers, JNI, problems with others modules to determine if we release 2.0.4 this week or

Re: cvs commit: jakarta-tomcat/src/examples/jsp/plugin/applet Clock2.java

2004-02-23 Thread Henri Gomez
[EMAIL PROTECTED] wrote: billbarker2004/02/22 15:32:15 Modified:src/examples/jsp/plugin plugin.html plugin.jsp plugin.txt src/examples/jsp/plugin/applet Clock2.java Log: Updating to the Apache License v2.0. Revision ChangesPath 1.4 +14 -3

Re: cvs commit: jakarta-tomcat/src/examples/jsp/plugin/applet Clock2.java

2004-02-23 Thread Henri Gomez
Remy Maucherat wrote: Henri Gomez wrote: [EMAIL PROTECTED] wrote: billbarker2004/02/22 15:32:15 Modified:src/examples/jsp/plugin plugin.html plugin.jsp plugin.txt src/examples/jsp/plugin/applet Clock2.java Log: Updating to the Apache License v2.0. Revision

Re: cvs commit: jakarta-tomcat/src/examples/jsp/plugin/applet Clock2.java

2004-02-23 Thread Henri Gomez
Remy Maucherat wrote: Henri Gomez wrote: ant or shells scripts ? Pointers more than welcome Here's one from commons-dev, and the reference page is here: http://www.apache.org/dev/apply-license.html Should just update the build to handle .c, .h

Re: jk2 buglets II

2004-02-23 Thread Henri Gomez
[EMAIL PROTECTED] wrote: We seem to have another buglet with mod_jk2 2.0.2. We seem to be unable to recreate the bug using ab, but when one of our busiest servers has been running for a few hours we get apache children stuck (at times upto 100 children are blocked, which is how we found the

Re: Tomcat 3.3.2-dev current build is available

2004-02-20 Thread Henri Gomez
Larry Isaacs wrote: Thanks for checking. It is not suprising for Watchdog to be wrong. I'll begin work on RC1 this afternoon. I'll works on it Monday (I'm on hollidays for now) - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: JK2 release Expat

2004-02-19 Thread Henri Gomez
[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

Re: help : SetEnvIf for content-type

2004-02-18 Thread Henri Gomez
EBRARD Loic wrote: What is the way to disable mod_deflate for various Content-Type ? SetEnvIf NoCase in my case don't work for Request_URI because all uri are from servlet URI, and i need to disable mod_deflate for application/pdf content-type and image like tif, cgm and so on... any idea

Re: JK2 release Expat

2004-02-18 Thread Henri Gomez
[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 MaxClients). Due to many

Re: AddOutputFilterByType

2004-02-18 Thread Henri Gomez
EBRARD Loic wrote: continuous of problem of disabling mod_deflate for various content-type with mod_jk2-2.0.43.dll, I try another way wich is to enable mod_deflate for various content-type : text/* the configuration of mod_deflate used is : - AddOutputFilterByType DEFLATE text/* THE

Re: AddOutputFilterByType

2004-02-18 Thread Henri Gomez
EBRARD Loic wrote: it works fine for you, you have chance ;) what is the sentences you put in httpd.conf ? these one ? AddOutputFilterByType DEFLATE text/* these one ? SetOutputFilter DEFLATE both of them ? other one ? Did have detail here but I remember the : AddOutputFilterByType DEFLATE

Re: POST recovery in JK and JK2 HEAD

2004-02-17 Thread Henri Gomez
Ok, I make the code configurable with a worker option, recovery_options. By default we keep the current behaviour, ie allways recover. Set recovery_options (bitfield) to 1 to make reovery stopped if tomcat get all request and to 2 to make recovery stopped if tomcat send the headers to clients. To

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

2004-02-17 Thread Henri Gomez
David Rees wrote: Attached is a patch which cleans it up. Applied and commited thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: JK2 release delayed one week ? WAS: POST recovery in JK and JK2 HEAD

2004-02-17 Thread Henri Gomez
Henri Gomez wrote: Did you see my request for release delay ? The POST patch is important, and I'd like to see it in jk2 2.0.4, I think I may delay the release for one week if others tomcat-dev agreed. I wan't to make the behaviour configurable, ie abort or/not if Tomcat failed during sending

jK2 and bugzilla

2004-02-16 Thread Henri Gomez
Hi to all, I take a look at bugzilla and fix some bug reports. It seems there is still problems in : * JNI * IIS #15278 * Conflict with others mods (mod_dav / rewrite) #21546 * A problem when more than 42 workers are defined #23483 Many others errors need investigation, and I need help to

Re: POST recovery in JK and JK2 HEAD

2004-02-16 Thread Henri Gomez
Alexander Schwartz wrote: THIS DOES NOT FIX the problem with the output when tomcat already sent data to the client (see my mail date Thu, 12 Feb 2004 23:33:34 +0100), My two cents: when the tomcat fails after data has been sent to the client, assume that the request is complete, i.e. return

JK2 release delayed one week ? WAS: POST recovery in JK and JK2 HEAD

2004-02-16 Thread Henri Gomez
Did you see my request for release delay ? The POST patch is important, and I'd like to see it in jk2 2.0.4, I think I may delay the release for one week if others tomcat-dev agreed. I wan't to make the behaviour configurable, ie abort or/not if Tomcat failed during sending the reply and if

Re: mod_jk 1.2.6 release

2004-02-14 Thread Henri Gomez
Mike Anderson wrote: I'd like to see this since Henri's timeout fixes really help some issues that we've seen with apps that hang Tomcat threads. It might be good to wait until the POST data issues are resolved (see threads titled POST recovery in JK and JK2 HEAD and Mod_JK2 - Default Worker)

Re: POST recovery in JK and JK2 HEAD

2004-02-14 Thread Henri Gomez
Alexander Schwartz wrote: I commited the fixes for the POST recovery in JK and JK2 when in LB mode which should solve this major problem. Could Alexander who is the original reporter validate the fix ? YES and NO: Post recovery works now in the scenario, the loadbalancer doesn't forget the

Re: Mod_Jk2 - Default Worker

2004-02-13 Thread Henri Gomez
Costin Manolache wrote: Henri Gomez wrote: Well, if we didn't get the POST somewhere on the WebServer, and if the tomcat failed to respond, we couldn't resent the whole POST to the second one. If we get the first bytes ( but not the entire POST ), we can still save them, and if the first

Re: Mod_Jk2 - Default Worker

2004-02-13 Thread Henri Gomez
Bill Barker wrote: - Original Message - From: Costin Manolache [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 12, 2004 11:03 AM Subject: Re: Mod_Jk2 - Default Worker Henri Gomez wrote: Well, if we didn't get the POST somewhere on the WebServer, and if the tomcat

Re: [VOTE] Release the HEAD of j-t as Tomcat 3.3.2

2004-02-13 Thread Henri Gomez
Bill Barker wrote: The (modified) text of the proposal is below. The [VOTE] runs until Thursday, Feb 19 6:00 PM PDT. ballot [ ] +1 I agree with this release and will support it. [ ] +0 I agree with this release, but can't support it. [ ] -0 I disagree with this release, but won't block it. [ ]

POST recovery in JK and JK2 HEAD

2004-02-13 Thread Henri Gomez
I commited the fixes for the POST recovery in JK and JK2 when in LB mode which should solve this major problem. Thanks to take a look at it Could Alexander who is the original reporter validate the fix ? - To unsubscribe,

Re: [VOTE] Release the HEAD of j-t as Tomcat 3.3.2

2004-02-13 Thread Henri Gomez
Remy Maucherat wrote: Bill Barker wrote: The (modified) text of the proposal is below. The [VOTE] runs until Thursday, Feb 19 6:00 PM PDT. ballot [ ] +1 I agree with this release and will support it. [X] +0 I agree with this release, but can't support it. [ ] -0 I disagree with this release,

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

2004-02-13 Thread Henri Gomez
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 one. Are you sure it

Re: HOWTO: building mod_jk2 with Visual studio .net 2003

2004-02-13 Thread Henri Gomez
Aryeh Katz wrote: Martin Gainty wrote: Any comment(s)/suggestion(s) from Microsoft Tech Support? Keep me apprised, So far my post is unanswered. Is there anyone else who has VS 2003 .net that can try this? Aryeh If you've got a valid makefile for .net 2003, send it to the list so we could

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

2004-02-13 Thread Henri Gomez
David Rees wrote: Henri Gomez wrote, On 2/13/2004 3:08 AM: Are you sure it will works on non gcc compiler ? I'd like to see Jean-Frederic opinion :) (exotic os/hardware) Does not look like it does, but at least now you'll know that if you're writing gcc specific code you can do

JK 2.0.4 release

2004-02-13 Thread Henri Gomez
Hi to all, JK 2.0.4 should be released next week. - The build has been fixed by JF Clere and Kurt Miller. - The ping/pong features and POST recovery has been commited. Pending : - Take a look at bugzilla to see if there is showstoppers. - Update the documentation. I'll take care of

Re: Mod_Jk2 - Default Worker

2004-02-12 Thread Henri Gomez
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 wait for 2.0.5. BTW, I

Re: Mod_Jk2 - Default Worker

2004-02-12 Thread Henri Gomez
jean-frederic clere wrote: 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

Re: [5.0.19] Tag tomorrow

2004-02-12 Thread Henri Gomez
Remy Maucherat wrote: As discussed previously. What's the status of the JK 2 release ? jk2 2.0.4 should be released by the end of the next week. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: [5.0.19] Tag tomorrow

2004-02-12 Thread Henri Gomez
Jess Holle wrote: Remy Maucherat wrote: As discussed previously. What's the status of the JK 2 release ? Also, I've been seeing mutterings of a JK 1.2.6 release -- any status on that? [Ping and pong, etc, would be nice to have in a released, citable version!] 1.2.6 will also include my

Re: Mod_Jk2 - Default Worker

2004-02-12 Thread Henri Gomez
Costin Manolache wrote: Henri Gomez wrote: jean-frederic clere wrote: 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

Re: [PATCH] ./native/netscape/nsapi.dsp - remove obsolete files

2004-02-11 Thread Henri Gomez
Mike Anderson a écrit : It's fine by me. Günter is correct that MSVC will create these as necessary and you can build without them. I'd do it, but I'm clueless about the proper procedure in CVS (being a Windows/NetWare weenie:-) I'm learning though. I'm using Eclipse and it rocks in the CVS

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

2004-02-11 Thread Henri Gomez
Alexander Schwartz a écrit : Am Di, den 10.02.2004 schrieb Henri Gomez um 15:52: To fix this serious bug we should modify the current service API. We should store the POSTED datas in the jk_ws_service_t area and not in ajp_operation_t, as such the first worker will feed the POST datas

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

2004-02-11 Thread Henri Gomez
Alexander Schwartz a écrit : Am Di, den 10.02.2004 schrieb Henri Gomez um 15:52: To fix this serious bug we should modify the current service API. We should store the POSTED datas in the jk_ws_service_t area and not in ajp_operation_t, as such the first worker will feed the POST datas

Re: [PATCH] ./native/netscape/nsapi.dsp - remove obsolete files

2004-02-10 Thread Henri Gomez
Guenter Knauf a écrit : Hi Henri, Commited Thanks hmm, doesnt work, maybe another copypaste error? Yes another one ;-) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

2004-02-10 Thread Henri Gomez
Alexander Schwartz a écrit : Hello Henri, Am Fr, den 06.02.2004 schrieb Henri Gomez um 10:15: Strange, also I need a complete mod_jk.log for study. OK, here is the first part of my tests with mod_jk from CVS: Test 1: * run apache/mod_jk with cluster and failover (config included

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

2004-02-10 Thread Henri Gomez
Alexander Schwartz a écrit : Hello Henri, Am Fr, den 06.02.2004 schrieb Henri Gomez um 10:15: Strange, also I need a complete mod_jk.log for study. OK, here is the first part of my tests with mod_jk from CVS: Test 1: * run apache/mod_jk with cluster and failover (config included

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

2004-02-10 Thread Henri Gomez
Henri Gomez a écrit : Alexander Schwartz a écrit : Hello Henri, Am Fr, den 06.02.2004 schrieb Henri Gomez um 10:15: Strange, also I need a complete mod_jk.log for study. OK, here is the first part of my tests with mod_jk from CVS: Test 1: * run apache/mod_jk with cluster and failover

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

2004-02-10 Thread Henri Gomez
I see where is the problem. The POST is saved in op-post by ajp service, but in lb mode, if the first ajp connection failed, lb try to serv the second one and sus recall ajp service WHICH reset the op-post ;( I should now see how to fix the problem (not easy). To fix this serious bug we should

Re: [PROPOSAL] Release the HEAD of j-t as Tomcat 3.3.2

2004-02-09 Thread Henri Gomez
Bill Barker a écrit : It has been a long time since the 3.3.1 release, and there are several important bug fixes in the CVS. Therefore, I'm proposing cutting a 3.3.2 release with myself as RM (although I'll step aside if Larry really wants the job :). Time Line: This proposal will run until

Re: [PATCH] ./native/netscape/nsapi.dsp - remove obsolete files

2004-02-09 Thread Henri Gomez
Günter Knauf a écrit : Hi, the patch below removes the obsolete files from the project file; in addition I'd suggest to remove both *.dsw files from ./jk/native/netscape and ./jk/native/jni folders cause they are not needed - MSVC creates then self. Commited Thanks Mike/Mladen, ok to remove

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

2004-02-06 Thread Henri Gomez
Alexander Schwartz a écrit : Hello Henri, hello mod_jk-Developers, Am Di, den 27.01.2004 schrieb Henri Gomez um 18:00: 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

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

2004-02-06 Thread Henri Gomez
Alexander Schwartz a écrit : I'd really like to use mod_jk open source software in our production environment, but I need to make sure it's strong enough for production. I need some advice on the two issues (as far as I can see there has been no commit on CVS and/or discussion results) * do you

Re: jk2 2.0.4 release plan

2004-02-06 Thread Henri Gomez
[EMAIL PROTECTED] a écrit : -Original Message- From: Henri Gomez [mailto:[EMAIL PROTECTED] Subject: jk2 2.0.4 release plan Comments welcome I can throw some tests at the build given some notice if that is any help. Thanks for picking this up. Thanks, we're working with JFC to clean

Re: [PATCH] uri runtime info - avoid nameless entries

2004-02-06 Thread Henri Gomez
Günter Knauf a écrit : Hi all, no comments yet to this?? Guenter. in mod_jk2, if invoked by the /jkstatus page, jk2_worker_status_displayRuntimeType() displays always a nameless / useless first line below the uri runtime info; I'm asking me what entry that vould be, and if it is the right way to

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

2004-02-05 Thread Henri Gomez
Alexander Schwartz a écrit : Hello Henri, hello mod_jk-Developers, Am Di, den 27.01.2004 schrieb Henri Gomez um 18:00: I'd really like to use mod_jk open source software in our production environment, but I need to make sure it's strong enough for production. I need some advice on the two issues

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

2004-02-05 Thread Henri Gomez
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 to send the request

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

2004-02-05 Thread Henri Gomez
jean-frederic clere a écrit : 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

Re: jk2 2.0.4 release plan

2004-02-04 Thread Henri Gomez
Jess Holle a écrit : Dave Oxley wrote: Henri, What is the current state of JK2. Is it alpha, beta or GA. If this is going to be an alpha release, what is the plan for a GA release. I would like to migrate from JK when it is stable. This is a *very* good question. Last time I dared to ask

Re: jk2 2.0.4 release plan

2004-02-04 Thread Henri Gomez
Bill Barker a écrit : Henri Gomez [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Mike Anderson a écrit : I'll be happy to deliver zips instead of NLMS. for NetWare. Henri (and others) since we are tagging and releasing jk2 can/should we do the same for jk since I know there is added

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