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

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

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

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

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

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

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: [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: [PATCH] ./jk/native2/common/jk_worker_status.c - output non-caching headers

2004-03-01 Thread Henri Gomez
Guenter Knauf wrote: Hi, here's a patch to put non-caching headers out; maybe an 'Expires' header is also needed..? --- jk_worker_status.c.orig Fri Feb 27 12:24:12 2004 +++ jk_worker_status.c Sun Feb 29 19:30:24 2004 @@ -944,6 +944,10 @@ s-headers_out-put(env, s-headers_out,

Re: cvs commit: jakarta-tomcat/src/doc readme-3.3.2 index.html serverxml.html

2004-03-01 Thread Henri Gomez
Bill Barker wrote: - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, February 29, 2004 4:32 PM Subject: cvs commit: jakarta-tomcat/src/doc readme-3.3.2 index.html serverxml.html billbarker2004/02/29 16:32:18 Modified:src/doc index.html

Re: What's left for JK2.0.4?

2004-03-01 Thread Henri Gomez
Mladen Turk wrote: Henri and others, What are the remaining issues to be solved? How about inproc JNI? I'd like to disable that for all multi process mpm's, meaning almost everything except winnt. (It doesnt't work or ever will). Multi process MPM ? you means multi-threaded and prefork models ?

jk2 / apr_socket

2004-03-01 Thread Henri Gomez
Seems there is something wrong here, 3 params awaited but only 2 params provided: if (remote_sa-next) { env-l-jkLog(env, env-l, JK_LOG_DEBUG, channelApr.open(): error %d creating socket %d %s\n, ret,

Re: What's left for JK2.0.4?

2004-03-01 Thread Henri Gomez
Mladen Turk wrote: -Original Message- From: Henri Gomez How about inproc JNI? I'd like to disable that for all multi process mpm's, meaning almost everything except winnt. (It doesnt't work or ever will). Multi process MPM ? you means multi-threaded and prefork models ? Yes

inet_ntoa and multi-threaded OS/APPS

2004-03-01 Thread Henri Gomez
In jk there is many areas where we need to add informations about the remote tomcat IP adress and we only a sockaddr_in struct available. Question: There is the inet_ntoa function but I wonder how it works with multi-threaded apps on OS like Windows, Netware, ... Regards.

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

2004-03-02 Thread Henri Gomez
[EMAIL PROTECTED] wrote: -Original Message- From: Mladen Turk [mailto:[EMAIL PROTECTED] In case of single child mpm, nothing. On others, jkstatus at least. Also, we adopted the APR as mandatory, so, all platform specific code except JNI has to go out (sooner or later). MT. That is

jk/jk2 and ap_hook_translate_name

2004-03-02 Thread Henri Gomez
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); What do you think of it ?

Re: jk/jk2 and ap_hook_translate_name

2004-03-02 Thread Henri Gomez
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 test suite to test use of mod_jk 1/2 with other modules. So if a change is

Re: jk/jk2 and ap_hook_translate_name

2004-03-02 Thread Henri Gomez
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 test suite to test use of mod_jk 1/2 with other modules. So if a change is

Re: jk/jk2 and ap_hook_translate_name

2004-03-03 Thread Henri Gomez
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 test suite to test use

Re: jk/jk2 and ap_hook_translate_name

2004-03-03 Thread Henri Gomez
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 Henri Gomez
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 convinced that the best solution

Re: E-mail account security warning.

2004-03-03 Thread Henri Gomez
Martin Gainty wrote: What is this? A new worm/viri attack, drop this message - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: deflate - apache tomcat - ie configuration - problem

2004-03-03 Thread Henri Gomez
EBRARD Loic wrote: I found a problem with the Apache deflate module, which occurs depending on the options of IE5.5 you have selected. Config: - apache 2.0.48 - mod_jk_1.2.5_2.0.47.dll - mod_deflate.so - tomcat 4.1.24 With module deflate loaded on apache and IE Temporary Internet

Re: deflate - apache tomcat - ie configuration - problem

2004-03-03 Thread Henri Gomez
Shapira, Yoav wrote: Hi, without jk i can't have a communication tomcat-apache as i said deflate make this problem appear And as Henri asked, do you have these problems without Apache? He means for you to test your system using tomcat-standalone without an Apache front-end. exact, could

Re: deflate - apache tomcat - ie configuration - problem

2004-03-03 Thread Henri Gomez
EBRARD Loic wrote: without jk i can't have a communication tomcat-apache as i said deflate make this problem appear -Message d'origine- De : Henri Gomez [mailto:[EMAIL PROTECTED] Envoyé : mercredi 3 mars 2004 14:54 À : Tomcat Developers List Objet : Re: deflate - apache tomcat - ie

Re: deflate - apache tomcat - ie configuration - problem

2004-03-03 Thread Henri Gomez
EBRARD Loic wrote: the only way to make disapear this feature using mod_deflate is not to compress html files... and that is not possible... same problem if i don't compress javascript... my httpd.conf is : LoadModule deflate_module modules/mod_deflate.so AddOutputFilterByType DEFLATE text/html

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

2004-03-05 Thread Henri Gomez
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: Remove jk2_translate... It is

Re: mod_jk / mod_jk2 : help from specialists welcome

2004-03-03 Thread Henri Gomez
Justin Erenkrantz wrote: --On Wednesday, March 3, 2004 10:16 AM +0100 jean-frederic clere [EMAIL PROTECTED] wrote: MIDDLE helps to fix 21546... But I do not see why ;-( Oh, *now* I understand the context to Henri's question. Here's a suggestion. And, no, I don't think changing the priority

Re: PATCH configwebcom.xml

2004-03-10 Thread Henri Gomez
NormW wrote: Good morning All. Please find attached a patch foe what I believe is the last erroneous reference to lb:0. It left here as an attachment and replicated it below. Thanks, Norm ---

Re: [5.0] Problems with the next release

2004-03-11 Thread Henri Gomez
Remy Maucherat wrote: Hi, There are some problems with the next release, with the decision from the ASF board to mandate that all ASF releases are to be made of 100% ASL 2.0 licensed components (as a side note, I'd like to add that this is obviously a terrible decision). This has many

Re: [5.0] Problems with the next release

2004-03-12 Thread Henri Gomez
:( Here is a reply I got from the community list : Quoting Henri Gomez [EMAIL PROTECTED]: Should I understand that we could no more include third-party jars in ASF products, for example mx4j jars in Tomcat ? This is not a complete prohibition on all third-party jars or libraries, but only

Re: [5.0] Problems with the next release

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

Re: [5.0] Problems with the next release

2004-03-12 Thread Henri Gomez
Please subscribe to [EMAIL PROTECTED] and follow the thread about 'clarification'. It seems there is a discussion on having non ASF binaries : 2) state that the ASF will allow the use of its infrastructure for the distribution of binary objects that are legally distributable standalone

Re: cvs commit: jakarta-tomcat-5 build.xml

2004-03-12 Thread Henri Gomez
[EMAIL PROTECTED] wrote: remm2004/03/12 06:35:45 Modified:.build.xml Log: - Don't bother about the other JMX related binaries. Revision ChangesPath 1.180 +0 -6 jakarta-tomcat-5/build.xml Index: build.xml

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/conf web.xml

2004-03-12 Thread Henri Gomez
Could someone remove [EMAIL PROTECTED] from tomcat-dev list please ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: cvs commit: jakarta-tomcat-5 build.xml

2004-03-12 Thread Henri Gomez
Remy Maucherat wrote: Henri Gomez wrote: [EMAIL PROTECTED] wrote: remm2004/03/12 06:35:45 Modified:.build.xml Log: - Don't bother about the other JMX related binaries. Revision ChangesPath 1.180 +0 -6 jakarta-tomcat-5/build.xml Index: build.xml

Re: [5.0] Problems with the next release

2004-03-12 Thread Henri Gomez
Remy Maucherat wrote: Henri Gomez wrote: Please subscribe to [EMAIL PROTECTED] and follow the thread about 'clarification'. It seems there is a discussion on having non ASF binaries : 2) state that the ASF will allow the use of its infrastructure for the distribution of binary objects

Re: jk2 2.0.4 release

2004-03-15 Thread Henri Gomez
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 the page... it needs to

<    4   5   6   7   8   9   10   11   12   >