Mod_Jk string type mismatch...

2005-02-06 Thread NormW
Greetings All, Running the compiler over the recent updates for mod_jk and get the following errors when building for NetWare on Windows... It seems str_config at line 347 in jk_jni_worker.c needs the added 'const' tweak and all compiles fine... const char *str_config = NULL; Regards, Norm

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

2005-02-06 Thread Mladen Turk
Bill Barker wrote: This is really hidious. You're going to allocate huge amounts of useless memory in pre-fork? Not really. Instead allocating from jk_pool, the workers runtime data will be allocated from shared memory, so even if there is no JkSmhFile statement and thus shared memory the memory

DO NOT REPLY [Bug 33413] - problem accessing ssl website...

2005-02-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 33143] - [PATCH] Java 1.4 loggers per context

2005-02-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 33416] New: - tomcat connecting to minotaur-2.apache.org

2005-02-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 33143] - [PATCH] Java 1.4 loggers per context

2005-02-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

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

2005-02-06 Thread Bill Barker
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, February 06, 2005 3:20 AM Subject: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_shm.c mturk 2005/02/06 03:20:49 Modified:jk/native/common jk_shm.c Log: Use plain memory if shmem

DO NOT REPLY [Bug 33143] - [PATCH] Java 1.4 loggers per context

2005-02-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 33413] - problem accessing ssl website...

2005-02-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

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

2005-02-06 Thread mturk
mturk 2005/02/06 10:09:03 Modified:jk/native/common jk_map.c Log: Allow spaces for workers.properties between property and value. worker.foo.property = bar is now possible. Revision ChangesPath 1.26 +7 -3 jakarta-tomcat-connectors/jk/native/common/jk_map.c

cvs commit: jakarta-tomcat-connectors/jk/native/netscape nsapi.dsp

2005-02-06 Thread mturk
mturk 2005/02/06 09:43:10 Modified:jk/native/apache-1.3 Makefile.netware Makefile.vc mod_jk.dsp jk/native/apache-2.0 Makefile.vc NWGNUmakefile mod_jk.dsp jk/native/common jk_util.c jk_worker_list.h list.mk.in jk/native/iis isapi.dsp

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp13_worker.c jk_ajp14.h jk_ajp14_worker.c jk_ajp_common.c

2005-02-06 Thread mturk
mturk 2005/02/06 05:45:11 Modified:jk/native/common jk_ajp13_worker.c jk_ajp14.h jk_ajp14_worker.c jk_ajp_common.c Log: Remove unneeded strdup's by changing some properties to const char.. Revision ChangesPath 1.23 +2 -10 jakarta-tomcat

cvs commit: jakarta-tomcat-connectors/jk/native/iis jk_isapi_plugin.c

2005-02-06 Thread mturk
mturk 2005/02/06 05:30:35 Modified:jk/native/apache-1.3 mod_jk.c jk/native/apache-2.0 mod_jk.c jk/native/common jk_ajp12_worker.c jk_ajp14_worker.c jk_ajp_common.c jk_ajp_common.h jk_connect.c jk_connect.h jk

DO NOT REPLY [Bug 33143] - [PATCH] Java 1.4 loggers per context

2005-02-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 33143] - [PATCH] Java 1.4 loggers per context

2005-02-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 33413] New: - problem accessing ssl website...

2005-02-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

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

2005-02-06 Thread mturk
mturk 2005/02/06 03:30:46 Modified:jk/native/apache-2.0 mod_jk.c Log: Use shmem name since it can be either true filename or "memory". Revision ChangesPath 1.119 +2 -2 jakarta-tomcat-connectors/jk/native/apache-2.0/mod_jk.c Index: mod_jk.c ==

DO NOT REPLY [Bug 33368] - swallowOutput causes memory leak

2005-02-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

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

2005-02-06 Thread mturk
mturk 2005/02/06 03:30:02 Modified:jk/native/common jk_shm.c Log: In case filename was not defined use "memory" as filename. Revision ChangesPath 1.6 +3 -2 jakarta-tomcat-connectors/jk/native/common/jk_shm.c Index: jk_shm.c

DO NOT REPLY [Bug 33143] - [PATCH] Java 1.4 loggers per context

2005-02-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

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

2005-02-06 Thread mturk
mturk 2005/02/06 03:25:38 Modified:jk/native/common jk_shm.c Log: Add missing hdr variable. Revision ChangesPath 1.5 +2 -1 jakarta-tomcat-connectors/jk/native/common/jk_shm.c Index: jk_shm.c =

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

2005-02-06 Thread mturk
mturk 2005/02/06 03:21:38 Modified:jk/native/apache-2.0 mod_jk.c Log: Initialize shared memory and attach in child process. Revision ChangesPath 1.118 +57 -1 jakarta-tomcat-connectors/jk/native/apache-2.0/mod_jk.c Index: mod_jk.c =

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

2005-02-06 Thread mturk
mturk 2005/02/06 03:20:49 Modified:jk/native/common jk_shm.c Log: Use plain memory if shmem filename was not defined. This enable transparent API, regardles of shm type and JkShmFile. Revision ChangesPath 1.4 +37 -15jakarta-tomcat-connectors/jk/native/common

Re: P.K. Khandelwal/GRAIN/Noblegroup is out of the office.

2005-02-06 Thread Mark Thomas
Already on the case. Mark Andy Armstrong wrote: On 6 Feb 2005, at 10:49, [EMAIL PROTECTED] wrote: I will be out of the office starting 06-02-2005 and will not return until 14-02-2005. For Urgent work contact. I may be reached on my Singapore mobile +65.96714014 I just left a message on his mobi

P.K. Khandelwal/GRAIN/Noblegroup is out of the office.

2005-02-06 Thread pk
I will be out of the office starting 06-02-2005 and will not return until 14-02-2005. For Urgent work contact. I may be reached on my Singapore mobile +65.96714014 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

P.K. Khandelwal/GRAIN/Noblegroup is out of the office.

2005-02-06 Thread pk
I will be out of the office starting 06-02-2005 and will not return until 14-02-2005. For Urgent work contact. I may be reached on my Singapore mobile +65.96714014 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

P.K. Khandelwal/GRAIN/Noblegroup is out of the office.

2005-02-06 Thread pk
I will be out of the office starting 06-02-2005 and will not return until 14-02-2005. For Urgent work contact. I may be reached on my Singapore mobile +65.96714014 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

P.K. Khandelwal/GRAIN/Noblegroup is out of the office.

2005-02-06 Thread pk
I will be out of the office starting 06-02-2005 and will not return until 14-02-2005. For Urgent work contact. I may be reached on my Singapore mobile +65.96714014 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: P.K. Khandelwal/GRAIN/Noblegroup is out of the office.

2005-02-06 Thread Andy Armstrong
On 6 Feb 2005, at 10:49, [EMAIL PROTECTED] wrote: I will be out of the office starting 06-02-2005 and will not return until 14-02-2005. For Urgent work contact. I may be reached on my Singapore mobile +65.96714014 I just left a message on his mobile asking him to have his autoresponder turned o

P.K. Khandelwal/GRAIN/Noblegroup is out of the office.

2005-02-06 Thread pk
I will be out of the office starting 06-02-2005 and will not return until 14-02-2005. For Urgent work contact. I may be reached on my Singapore mobile +65.96714014 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

P.K. Khandelwal/GRAIN/Noblegroup is out of the office.

2005-02-06 Thread pk
I will be out of the office starting 06-02-2005 and will not return until 14-02-2005. For Urgent work contact. I may be reached on my Singapore mobile +65.96714014 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

P.K. Khandelwal/GRAIN/Noblegroup is out of the office.

2005-02-06 Thread pk
I will be out of the office starting 06-02-2005 and will not return until 14-02-2005. For Urgent work contact. I may be reached on my Singapore mobile +65.96714014 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core ApplicationDispatcher.java StandardContext.java StandardWrapperValve.java StandardWrapper.java

2005-02-06 Thread remm
remm2005/02/06 02:39:32 Modified:catalina/src/share/org/apache/catalina/core ApplicationDispatcher.java StandardContext.java StandardWrapperValve.java StandardWrapper.java Log: - Improve a little logging of servlet exceptions, which

P.K. Khandelwal/GRAIN/Noblegroup is out of the office.

2005-02-06 Thread pk
I will be out of the office starting 06-02-2005 and will not return until 14-02-2005. For Urgent work contact. I may be reached on my Singapore mobile +65.96714014 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

P.K. Khandelwal/GRAIN/Noblegroup is out of the office.

2005-02-06 Thread pk
I will be out of the office starting 06-02-2005 and will not return until 14-02-2005. For Urgent work contact. I may be reached on my Singapore mobile +65.96714014 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_shm.c jk_shm.h

2005-02-06 Thread mturk
mturk 2005/02/06 02:35:55 Modified:jk/native/common jk_shm.c jk_shm.h Log: Change shm API to use predefined shm struct since this one is always seerver global singleton. Revision ChangesPath 1.3 +37 -26jakarta-tomcat-connectors/jk/native/common/jk_shm.c

P.K. Khandelwal/GRAIN/Noblegroup is out of the office.

2005-02-06 Thread pk
I will be out of the office starting 06-02-2005 and will not return until 14-02-2005. For Urgent work contact. I may be reached on my Singapore mobile +65.96714014 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

P.K. Khandelwal/GRAIN/Noblegroup is out of the office.

2005-02-06 Thread pk
I will be out of the office starting 06-02-2005 and will not return until 14-02-2005. For Urgent work contact. I may be reached on my Singapore mobile +65.96714014 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

P.K. Khandelwal/GRAIN/Noblegroup is out of the office.

2005-02-06 Thread pk
I will be out of the office starting 06-02-2005 and will not return until 14-02-2005. For Urgent work contact. I may be reached on my Singapore mobile +65.96714014 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

P.K. Khandelwal/GRAIN/Noblegroup is out of the office.

2005-02-06 Thread pk
I will be out of the office starting 06-02-2005 and will not return until 14-02-2005. For Urgent work contact. I may be reached on my Singapore mobile +65.96714014 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

P.K. Khandelwal/GRAIN/Noblegroup is out of the office.

2005-02-06 Thread pk
I will be out of the office starting 06-02-2005 and will not return until 14-02-2005. For Urgent work contact. I may be reached on my Singapore mobile +65.96714014 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

P.K. Khandelwal/GRAIN/Noblegroup is out of the office.

2005-02-06 Thread pk
I will be out of the office starting 06-02-2005 and will not return until 14-02-2005. For Urgent work contact. I may be reached on my Singapore mobile +65.96714014 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

P.K. Khandelwal/GRAIN/Noblegroup is out of the office.

2005-02-06 Thread pk
I will be out of the office starting 06-02-2005 and will not return until 14-02-2005. For Urgent work contact. I may be reached on my Singapore mobile +65.96714014 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

P.K. Khandelwal/GRAIN/Noblegroup is out of the office.

2005-02-06 Thread pk
I will be out of the office starting 06-02-2005 and will not return until 14-02-2005. For Urgent work contact. I may be reached on my Singapore mobile +65.96714014 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[GUMP@brutus]: Project jakarta-tomcat-jk-native (in module jakarta-tomcat-connectors) failed

2005-02-06 Thread Bill Barker
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-jk-native has an issue affecting its community integration. This

P.K. Khandelwal/GRAIN/Noblegroup is out of the office.

2005-02-06 Thread pk
I will be out of the office starting 06-02-2005 and will not return until 14-02-2005. For Urgent work contact. I may be reached on my Singapore mobile +65.96714014 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

P.K. Khandelwal/GRAIN/Noblegroup is out of the office.

2005-02-06 Thread pk
I will be out of the office starting 06-02-2005 and will not return until 14-02-2005. For Urgent work contact. I may be reached on my Singapore mobile +65.96714014 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

P.K. Khandelwal/GRAIN/Noblegroup is out of the office.

2005-02-06 Thread pk
I will be out of the office starting 06-02-2005 and will not return until 14-02-2005. For Urgent work contact. I may be reached on my Singapore mobile +65.96714014 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

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

2005-02-06 Thread mturk
mturk 2005/02/06 02:00:41 Modified:jk/native/common jk_shm.c Log: Fix few typos. Revision ChangesPath 1.2 +4 -4 jakarta-tomcat-connectors/jk/native/common/jk_shm.c Index: jk_shm.c === RC

P.K. Khandelwal/GRAIN/Noblegroup is out of the office.

2005-02-06 Thread pk
I will be out of the office starting 06-02-2005 and will not return until 14-02-2005. For Urgent work contact. I may be reached on my Singapore mobile +65.96714014 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

P.K. Khandelwal/GRAIN/Noblegroup is out of the office.

2005-02-06 Thread pk
I will be out of the office starting 06-02-2005 and will not return until 14-02-2005. For Urgent work contact. I may be reached on my Singapore mobile +65.96714014 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

P.K. Khandelwal/GRAIN/Noblegroup is out of the office.

2005-02-06 Thread pk
I will be out of the office starting 06-02-2005 and will not return until 14-02-2005. For Urgent work contact. I may be reached on my Singapore mobile +65.96714014 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

P.K. Khandelwal/GRAIN/Noblegroup is out of the office.

2005-02-06 Thread pk
I will be out of the office starting 06-02-2005 and will not return until 14-02-2005. For Urgent work contact. I may be reached on my Singapore mobile +65.96714014 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

P.K. Khandelwal/GRAIN/Noblegroup is out of the office.

2005-02-06 Thread pk
I will be out of the office starting 06-02-2005 and will not return until 14-02-2005. For Urgent work contact. I may be reached on my Singapore mobile +65.96714014 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

P.K. Khandelwal/GRAIN/Noblegroup is out of the office.

2005-02-06 Thread pk
I will be out of the office starting 06-02-2005 and will not return until 14-02-2005. For Urgent work contact. I may be reached on my Singapore mobile +65.96714014 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

P.K. Khandelwal/GRAIN/Noblegroup is out of the office.

2005-02-06 Thread pk
I will be out of the office starting 06-02-2005 and will not return until 14-02-2005. For Urgent work contact. I may be reached on my Singapore mobile +65.96714014 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

P.K. Khandelwal/GRAIN/Noblegroup is out of the office.

2005-02-06 Thread pk
I will be out of the office starting 06-02-2005 and will not return until 14-02-2005. For Urgent work contact. I may be reached on my Singapore mobile +65.96714014 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

cvs commit: jakarta-tomcat-connectors/jk/native/netscape jk_nsapi_plugin.c

2005-02-06 Thread mturk
mturk 2005/02/06 01:38:00 Modified:jk/native/apache-1.3 mod_jk.c jk/native/common jk_ajp12_worker.c jk_ajp13.c jk_ajp13_worker.c jk_ajp14.c jk_ajp14_worker.c jk_ajp_common.c jk_connect.c jk_jni_worker.c

P.K. Khandelwal/GRAIN/Noblegroup is out of the office.

2005-02-06 Thread pk
I will be out of the office starting 06-02-2005 and will not return until 14-02-2005. For Urgent work contact. I may be reached on my Singapore mobile +65.96714014 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

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

2005-02-06 Thread mturk
mturk 2005/02/06 01:33:15 Modified:jk/native/apache-2.0 mod_jk.c Log: Initialize log file before initializing JK, so that we can see error messages if config has errors. Revision ChangesPath 1.117 +74 -73jakarta-tomcat-connectors/jk/native/apache-2.0/mod_jk.c