Bug report for Watchdog [2008/09/21]

2008-09-22 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 5 [2008/09/21]

2008-09-22 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 3 [2008/09/21]

2008-09-22 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

svn commit: r697689 - in /tomcat/connectors/trunk/jk: native/common/jk_ajp_common.c native/common/jk_ajp_common.h native/common/jk_status.c native/common/jk_util.c native/common/jk_util.h xdocs/miscel

2008-09-22 Thread mturk
Author: mturk Date: Mon Sep 22 00:30:07 2008 New Revision: 697689 URL: http://svn.apache.org/viewvc?rev=697689view=rev Log: Rename connection_keepalive to connection_ping_interval as suggested by Rainer Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c

svn commit: r697697 - in /tomcat/connectors/trunk/jk: native/common/jk_ajp_common.c native/common/jk_ajp_common.h native/common/jk_util.c native/common/jk_util.h xdocs/miscellaneous/changelog.xml xdoc

2008-09-22 Thread mturk
Author: mturk Date: Mon Sep 22 01:19:44 2008 New Revision: 697697 URL: http://svn.apache.org/viewvc?rev=697697view=rev Log: Add ping_mode directive Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c tomcat/connectors/trunk/jk/native/common/jk_ajp_common.h

svn commit: r697774 - /tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c

2008-09-22 Thread mturk
Author: mturk Date: Mon Sep 22 03:25:58 2008 New Revision: 697774 URL: http://svn.apache.org/viewvc?rev=697774view=rev Log: Move local states array allocation to endpoint allocation Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c Modified:

svn commit: r697779 - in /tomcat/connectors/trunk/jk: native/common/jk_lb_worker.c native/common/jk_lb_worker.h native/common/jk_shm.h native/common/jk_util.c native/common/jk_util.h xdocs/miscellaneo

2008-09-22 Thread mturk
Author: mturk Date: Mon Sep 22 03:52:16 2008 New Revision: 697779 URL: http://svn.apache.org/viewvc?rev=697779view=rev Log: Add session_cookie and session_path directives for load balancer Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c

svn commit: r697782 - /tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c

2008-09-22 Thread mturk
Author: mturk Date: Mon Sep 22 04:10:04 2008 New Revision: 697782 URL: http://svn.apache.org/viewvc?rev=697782view=rev Log: I simply hate this log message. In 99% it usualy means tomcat has too low maxThreads value set Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c

mod_jk / Tomcat 6 and ErrorDocument

2008-09-22 Thread Henri Gomez
Hi to all, Did some of you experienced problems with mod_jk 1.2.26 (and maybe earlier release) and Apache 2.x ErrorDocument directive. In one of my configuration I set : ErrorDocument 404 /gen_error404.html ErrorDocument 500 /gen_error500.html ErrorDocument 503 /gen_error503.html

Re: mod_jk / Tomcat 6 and ErrorDocument

2008-09-22 Thread Mladen Turk
Henri Gomez wrote: Hi to all, Did some of you experienced problems with mod_jk 1.2.26 (and maybe earlier release) and Apache 2.x ErrorDocument directive. In one of my configuration I set : ErrorDocument 404 /gen_error404.html ErrorDocument 500 /gen_error500.html ErrorDocument 503

Re: mod_jk / Tomcat 6 and ErrorDocument

2008-09-22 Thread Henri Gomez
Hum good idea. Same thing for 404/500/503 I suppose. 2008/9/22 Mladen Turk [EMAIL PROTECTED]: Henri Gomez wrote: Hi to all, Did some of you experienced problems with mod_jk 1.2.26 (and maybe earlier release) and Apache 2.x ErrorDocument directive. In one of my configuration I set :

Re: mod_jk / Tomcat 6 and ErrorDocument

2008-09-22 Thread Mladen Turk
Henri Gomez wrote: Hum good idea. Same thing for 404/500/503 I suppose. Sure. if (!r-sent_bodyct r-status = HTTP_BAD_REQUEST) { ... return r-status; } Regards -- ^(TM) - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: mod_jk / Tomcat 6 and ErrorDocument

2008-09-22 Thread Henri Gomez
Same thing for 404/500/503 I suppose. Sure. if (!r-sent_bodyct r-status = HTTP_BAD_REQUEST) { ... return r-status; } I added to the conf/web.xml : error-page error-code404/error-code location/empty-error.html/location /error-page error-page

Re: mod_jk / Tomcat 6 and ErrorDocument

2008-09-22 Thread Henri Gomez
Here is the HTTP header dump on my Firefox : Date: Mon, 22 Sep 2008 15:28:37 GMT Server: Apache/2.2.9 (Win32) DAV/2 mod_jk/1.2.26 SVN/1.4.5 Etag: W/0-1222097246922 Last-Modified: Mon, 22 Sep 2008 15:27:26 GMT Vary: Accept-Encoding Content-Encoding: gzip Content-Type: text/html 404

Re: mod_jk / Tomcat 6 and ErrorDocument

2008-09-22 Thread Henri Gomez
Here is the corresponding jk debug trace : [Mon Sep 22 17:41:17.813 2008] [2816:4076] [debug] jk_ajp_common.c (1117): received from ajp13 pos=0 len=102 max=8192 [Mon Sep 22 17:41:17.813 2008] [2816:4076] [debug] jk_ajp_common.c (1117): 04 01 94 00 0B 49 6E 74 72 6F 75 76 61 62 6C 65 -

Re: mod_jk / Tomcat 6 and ErrorDocument

2008-09-22 Thread Mladen Turk
Henri Gomez wrote: Same thing for 404/500/503 I suppose. Sure. if (!r-sent_bodyct r-status = HTTP_BAD_REQUEST) { ... return r-status; } I added to the conf/web.xml : error-page error-code404/error-code location/empty-error.html/location /error-page error-page

Re: mod_jk / Tomcat 6 and ErrorDocument

2008-09-22 Thread Henri Gomez
Right, sorry for the noise. There is no way to have that at the moment. The code I've quoted is when there is error in sending the error page from the Tomcat, so in that case Httpd takes over, and sends intended page. Yes. For normal replacement of error pages this would have to be added

Re: mod_jk / Tomcat 6 and ErrorDocument

2008-09-22 Thread Rainer Jung
Henri Gomez schrieb: Right, sorry for the noise. There is no way to have that at the moment. Sorry to join the discussion to late, but yes: I think it always was like that, no way of overwriting the Tomcat error pages inside Apache. I put it on my personal TODO for mod_jk long ago :( For

Re: mod_jk / Tomcat 6 and ErrorDocument

2008-09-22 Thread Mladen Turk
Rainer Jung wrote: I have some spare time later this week and next weekend and plan to finally do the IIS chunked encoding stuff. If we don't find anything else important we should be able to have a testing tar ball at the end of the month and soon after start the releasing process. We are a

Adding NOTICE and LICENSE files to bundled jars; improving the MANIFESTS

2008-09-22 Thread sebb
The Tomcat 5 and 6 releases contain quite a few jars. Some of these may well be useful outside the Tomcat project (e.g. the api jars). However the jars do not contain NOTICE or LICENSE files, and the MANIFESTs are minimal. Please could future releases be updated to fix this? The sort of

Re: svn commit: r697462 - /tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c

2008-09-22 Thread Tim Whittington
This fails to build in VC.Net 2005 (actually the change in r697451 is the culprit). The definition of now/mstarted needs to precede the JK_TRACE_ENTER. cheers tim From: [EMAIL PROTECTED] Reply-To: Tomcat Developers List dev@tomcat.apache.org Date: Sun, 21 Sep 2008 09:46:00 - To:

Re: svn commit: r697779 - in /tomcat/connectors/trunk/jk: native/common/jk_lb_worker.c native/common/jk_lb_worker.h native/common/jk_shm.h native/common/jk_util.c native/common/jk_util.h xdocs/miscell

2008-09-22 Thread Tim Whittington
This is failing to build in VC++ 2005 In jk_lb_worker.c: +strcppy(p-s-session_cookie, p-session_cookie); +strcppy(p-s-session_path, p-session_path); I can¹t find a strcppy implementation in VC++ 2005, nor can I find references to it on Google ­ where is this function defined? cheers

DO NOT REPLY [Bug 45852] conf/tomcat-users.xml has invalid encoding cp932.

2008-09-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45852 Mark Thomas [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |NEEDINFO ---

Re: EL and TCK

2008-09-22 Thread Mark Thomas
This is currently being raised with the EG for clarification. I'll let people know when I receive a response. It should be ~3 weeks max. Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

svn commit: r698012 - /tomcat/trunk/conf/logging.properties

2008-09-22 Thread markt
Author: markt Date: Mon Sep 22 14:55:50 2008 New Revision: 698012 URL: http://svn.apache.org/viewvc?rev=698012view=rev Log: There is no admin app in tc6. Modified: tomcat/trunk/conf/logging.properties Modified: tomcat/trunk/conf/logging.properties URL:

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

2008-09-22 Thread markt
Author: markt Date: Mon Sep 22 14:57:02 2008 New Revision: 698013 URL: http://svn.apache.org/viewvc?rev=698013view=rev Log: Proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

[EMAIL PROTECTED]: Project jakarta-tomcat (in module jakarta-tomcat) failed

2008-09-22 Thread Stefan Bodewig
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project jakarta-tomcat has an issue affecting its community integration. This issue

DO NOT REPLY [Bug 45852] conf/tomcat-users.xml has invalid encoding cp932.

2008-09-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45852 Yousei Itou [EMAIL PROTECTED] changed: What|Removed |Added Status|NEEDINFO|ASSIGNED ---

DO NOT REPLY [Bug 45851] FarmWarDeployer fails to properly unpack copied war on target node

2008-09-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45851 --- Comment #1 from Filip Hanik [EMAIL PROTECTED] 2008-09-22 19:59:10 PST --- That's correct, in 6.0.x the deployer no longer works. it broke somewhere during 5.5.x when the deployer was rebuilt. the fix is to go back to 5.0.x

Re: svn commit: r697462 - /tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c

2008-09-22 Thread Rainer Jung
Fixed. Sorry I broke it, gcc does allow it, and I always forget I shouldn't do that. Thanks for the information. Tim Whittington schrieb: This fails to build in VC.Net 2005 (actually the change in r697451 is the culprit). The definition of now/mstarted needs to precede the JK_TRACE_ENTER.

svn commit: r698091 - /tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c

2008-09-22 Thread rjung
Author: rjung Date: Mon Sep 22 22:16:15 2008 New Revision: 698091 URL: http://svn.apache.org/viewvc?rev=698091view=rev Log: Declare variable before function body. Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c Modified:

svn commit: r698092 - /tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c

2008-09-22 Thread rjung
Author: rjung Date: Mon Sep 22 22:20:38 2008 New Revision: 698092 URL: http://svn.apache.org/viewvc?rev=698092view=rev Log: Fix typo. Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c URL:

Re: svn commit: r697779 - in /tomcat/connectors/trunk/jk: native/common/jk_lb_worker.c native/common/jk_lb_worker.h native/common/jk_shm.h native/common/jk_util.c native/common/jk_util.h xdocs/miscel

2008-09-22 Thread Rainer Jung
Also fixed. Thanks again. Tim Whittington schrieb: This is failing to build in VC++ 2005 In jk_lb_worker.c: +strcppy(p-s-session_cookie, p-session_cookie); +strcppy(p-s-session_path, p-session_path); I can¹t find a strcppy implementation in VC++ 2005, nor can I find references