Re: Jk_map.c build 'problem'?

2005-02-13 Thread NormW
Greetings and thanks for the feedback... With: DEFINES = -DNETWARE -D_POSIX_SOURCE in NWGNUenvironment.inc, I get the following (there was a lot more of it but this is the first few lines)... ### mwccnlm Compiler: #File: ..\common\jk_shm.c # --- # 49:

Re: Jk_map.c build 'problem'?

2005-02-13 Thread NormW
Greetings All, Get the following errors when attempting a mod_jk build for Apache 1.3 against the 1.3.33 source tree... Compiling ../common/jk_ajp_common.c Compiling ../common/jk_connect.c ### mwccnlm Compiler: #File: ..\common\jk_connect.c # --- # 105:

Re: Jk_map.c build 'problem'?

2005-02-13 Thread Mladen Turk
NormW wrote: Greetings and thanks for the feedback... With: DEFINES= -DNETWARE -D_POSIX_SOURCE in NWGNUenvironment.inc, I get the following (there was a lot more of it but this is the first few lines)... ### mwccnlm Compiler: #File: ..\common\jk_shm.c # --- #

Re: Jk_map.c build 'problem'?

2005-02-13 Thread NormW
Good evening, OK will watch for an update and retry. Regards, Norm Mladen Turk wrote: NormW wrote: Greetings and thanks for the feedback... With: DEFINES= -DNETWARE -D_POSIX_SOURCE in NWGNUenvironment.inc, I get the following (there was a lot more of it but this is the first few lines)...

Re: Jk_map.c build 'problem'?

2005-02-13 Thread Mladen Turk
NormW wrote: ### mwccnlm Compiler: #File: ..\common\jk_connect.c # --- # 105: NetDBgethostbyname( nwSocketCtx, (host) ) # Error: ^ # illegal implicit conversion from 'const char *' to # 'char *' This is bad ;).

Re: Jk_map.c build 'problem'?

2005-02-13 Thread Mladen Turk
NormW wrote: Greetings All, Get the following errors when attempting a mod_jk build for Apache 1.3 against the 1.3.33 source tree... Also, can you see if it will be possible to create NWGNUmakefile for Apache1. Looking at this file for Apache2 seems that it's quite portable, and can be

Re: Jk_map.c build 'problem'?

2005-02-13 Thread NormW
Good evening Mladen, Guenter can verify, but the Build units are the same, ie CodeWarror, but Apache 1.3 uses an 'older' library set called Clib, whereas Apache2 gets a newer library set called LibC. The only other change is that the Makefile 'standard' changed to the NWGNU format. AFAIK there

Re: Jk_map.c build 'problem'?

2005-02-13 Thread Mladen Turk
NormW wrote: Good evening Mladen, Guenter can verify, but the Build units are the same, ie CodeWarror, but Apache 1.3 uses an 'older' library set called Clib, whereas Apache2 gets a newer library set called LibC. The only other change is that the Makefile 'standard' changed to the NWGNU format.

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

2005-02-13 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

Re: Jk_map.c build 'problem'?

2005-02-13 Thread NormW
Good evening, OK - will be off and delve into Apache 1.3 a little closer. No idea when Guenter might be through this way, but for now seems AP 1.3 is a NetWare issue and AP 2.0 will get another try when Guenter comes or I come by in the morning... if there is an update. :-) Norm Mladen Turk

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

2005-02-13 Thread mturk
mturk 2005/02/13 04:08:05 Modified:jk/native/common jk_shm.c jk_shm.h Log: Add logging and global lock file to shared memory. Revision ChangesPath 1.10 +157 -16 jakarta-tomcat-connectors/jk/native/common/jk_shm.c Index: jk_shm.c

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

2005-02-13 Thread mturk
mturk 2005/02/13 04:09:01 Modified:jk/native/common jk_mt.h Log: Add simple file locking. Since this will be used only for updates, the performance is not an issue here. Revision ChangesPath 1.14 +45 -2 jakarta-tomcat-connectors/jk/native/common/jk_mt.h

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

2005-02-13 Thread mturk
mturk 2005/02/13 04:19:22 Modified:jk/native/common jk_service.h Log: Add worker_list to worker_env, so we can get all workers. Add worker_map to service, so it can be updated on per-vhost basis. Revision ChangesPath 1.25 +7 -2

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

2005-02-13 Thread mturk
mturk 2005/02/13 04:20:01 Modified:jk/native/common jk_worker.c Log: Use worker_env worker list. Revision ChangesPath 1.29 +9 -7 jakarta-tomcat-connectors/jk/native/common/jk_worker.c Index: jk_worker.c

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

2005-02-13 Thread mturk
mturk 2005/02/13 04:21:57 Modified:jk/native/common jk_lb_worker.c Log: Use shm_alloc_worker, so that worker get it's id set, and that we can monitor the total number of workers. Revision ChangesPath 1.47 +3 -3

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

2005-02-13 Thread mturk
mturk 2005/02/13 04:22:31 Modified:jk/native/common jk_status.c Log: Add header and footer html Revision ChangesPath 1.2 +25 -2 jakarta-tomcat-connectors/jk/native/common/jk_status.c Index: jk_status.c

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

2005-02-13 Thread mturk
mturk 2005/02/13 04:23:46 Modified:jk/native/apache-1.3 mod_jk.c Log: Implement new API calls for shm and set vhost uriworker_map Revision ChangesPath 1.65 +10 -8 jakarta-tomcat-connectors/jk/native/apache-1.3/mod_jk.c Index: mod_jk.c

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

2005-02-13 Thread mturk
mturk 2005/02/13 04:24:18 Modified:jk/native/apache-2.0 mod_jk.c Log: Implement new API calls for shm and set vhost uriworker_map Revision ChangesPath 1.124 +13 -12jakarta-tomcat-connectors/jk/native/apache-2.0/mod_jk.c Index: mod_jk.c

cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 NWGNUmakefile

2005-02-13 Thread mturk
mturk 2005/02/13 04:25:04 Modified:jk/native/apache-2.0 NWGNUmakefile Log: Add -D_POSIX_SOURCE to compiler flags. Revision ChangesPath 1.7 +1 -0 jakarta-tomcat-connectors/jk/native/apache-2.0/NWGNUmakefile Index: NWGNUmakefile

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

2005-02-13 Thread mturk
mturk 2005/02/13 04:26:24 Modified:jk/native/iis jk_isapi_plugin.c Log: Implement new API calls for shm and set vhost uriworker_map Revision ChangesPath 1.38 +5 -5 jakarta-tomcat-connectors/jk/native/iis/jk_isapi_plugin.c Index: jk_isapi_plugin.c

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

2005-02-13 Thread mturk
mturk 2005/02/13 04:28:42 Modified:jk/native/netscape jk_nsapi_plugin.c Log: Implement new API calls for shm. Revision ChangesPath 1.18 +5 -2 jakarta-tomcat-connectors/jk/native/netscape/jk_nsapi_plugin.c Index: jk_nsapi_plugin.c

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

2005-02-13 Thread mturk
mturk 2005/02/13 04:30:59 Modified:jk/native/netscape jk_nsapi_plugin.c Log: Implement new API calls for shm. Revision ChangesPath 1.19 +2 -2 jakarta-tomcat-connectors/jk/native/netscape/jk_nsapi_plugin.c Index: jk_nsapi_plugin.c

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

2005-02-13 Thread mturk
mturk 2005/02/13 04:56:41 Modified:jk/native/common jk_mt.h Log: Include sys/file.h if HAVE_FLOCK is defined. Revision ChangesPath 1.15 +2 -4 jakarta-tomcat-connectors/jk/native/common/jk_mt.h Index: jk_mt.h

cvs commit: jakarta-tomcat-connectors/jk/native configure.in

2005-02-13 Thread mturk
mturk 2005/02/13 04:57:08 Modified:jk/native configure.in Log: Check if flock is available. Revision ChangesPath 1.37 +3 -1 jakarta-tomcat-connectors/jk/native/configure.in Index: configure.in

cvs commit: jakarta-tomcat-connectors/jk/native configure.in

2005-02-13 Thread mturk
mturk 2005/02/13 05:05:15 Modified:jk/native configure.in Log: Increment version number. Revision ChangesPath 1.38 +2 -2 jakarta-tomcat-connectors/jk/native/configure.in Index: configure.in

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

2005-02-13 Thread mturk
mturk 2005/02/13 05:14:17 Modified:jk/native/apache-2.0 mod_jk.dsp Log: Add HAVE_APR define. We have APR for sure with Apache2. Revision ChangesPath 1.11 +2 -2 jakarta-tomcat-connectors/jk/native/apache-2.0/mod_jk.dsp Index: mod_jk.dsp

cvs commit: jakarta-tomcat-connectors/jk/xdocs changelog.xml

2005-02-13 Thread mturk
mturk 2005/02/13 05:22:51 Modified:jk/xdocs changelog.xml Log: Update change log to reflect current version. Revision ChangesPath 1.10 +12 -1 jakarta-tomcat-connectors/jk/xdocs/changelog.xml Index: changelog.xml

DO NOT REPLY [Bug 26676] - Changes to server.xml irreversable

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

Re: Jk_map.c build 'problem'?

2005-02-13 Thread Günter Knauf
Hi, OK - will be off and delve into Apache 1.3 a little closer. No idea when Guenter might be through this way, but for now seems AP 1.3 is a NetWare issue and AP 2.0 will get another try when Guenter comes or I come by in the morning... if there is an update. :-) I take a look as soon as

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

2005-02-13 Thread Mark Thomas
Mark Thomas wrote: Remy Maucherat wrote: snip I think 32559 was actually invalid. I disagree with this fix (which I fixed once already), as I think no bug existed in the first place: although it is ok to clear the attribute list to be nice for GC (the containing context is discarded, so it

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

2005-02-13 Thread Remy Maucherat
Mark Thomas wrote: Mark Thomas wrote: Remy Maucherat wrote: snip I have just re-read the spec and some of the statements in 32559 are certainly wrong. However, I agree with 32559 in that reload and stop/start should have the same effect. I'll put together a simple test case to investigate this.

DO NOT REPLY [Bug 26752] - java.util.ConcurrentModificationException

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

Re: Jk_map.c build 'problem'?

2005-02-13 Thread NormW
Still morning and the sky is a little lighter... Günter Knauf wrote: Hi, OK - will be off and delve into Apache 1.3 a little closer. No idea when Guenter might be through this way, but for now seems AP 1.3 is a NetWare issue and AP 2.0 will get another try when Guenter comes or I come by in the

DO NOT REPLY [Bug 29056] - java.util.ConcurrentModificationException

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

DO NOT REPLY [Bug 26752] - java.util.ConcurrentModificationException

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

DO NOT REPLY [Bug 29056] - java.util.ConcurrentModificationException

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

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

2005-02-13 Thread markt
markt 2005/02/13 11:54:49 Modified:catalina/src/share/org/apache/catalina/core StandardContext.java Log: - Port Remy's fix for 33463 that was introduced by my (invalid) fix for 32559. - Aligned start and reload with respect to attributes - Remaining

DO NOT REPLY [Bug 33463] - Struts PlugIn.destroy() method not called when WebApp stopped in Tomcat 5.5.7

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

DO NOT REPLY [Bug 29056] - java.util.ConcurrentModificationException

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

Mod_Jk .. build problem changes...

2005-02-13 Thread NormW
Greetings All, Just updated mod_jk from CVS and now see the following: Compiling ../common/jk_sockbuf.c Compiling ../common/jk_status.c ### mwccnlm Compiler: #File: ..\common\jk_status.c # -- # 34: DTD HTML 3.2 Final//EN\\n \ #

postgresql jndi datasource feedback

2005-02-13 Thread Olivier Jolly
Hi, just a short mail to reply to the postgreSQL section of the jndi datasource example chapter of the doc (at least in the version 5.5). The given sample configuration works great as presented in the documentation. Keep up the good work Olivier

cvs commit: jakarta-tomcat-connectors/jk/native/apache-1.3 NWGNUmakefile NWGNUmakefile.mak

2005-02-13 Thread fuankg
fuankg 2005/02/13 14:15:15 Added: jk/native/apache-1.3 NWGNUmakefile NWGNUmakefile.mak Log: added new Apache 1.3.x NetWare build system makefiles. Revision ChangesPath 1.1 jakarta-tomcat-connectors/jk/native/apache-1.3/NWGNUmakefile Index:

cvs commit: jakarta-tomcat-connectors/jk/native/apache-1.3 Makefile.netware NWGNUmakefile.mak

2005-02-13 Thread fuankg
fuankg 2005/02/13 14:28:07 Modified:jk/native/apache-1.3 Makefile.netware NWGNUmakefile.mak Log: fixed var names. Revision ChangesPath 1.6 +6 -6 jakarta-tomcat-connectors/jk/native/apache-1.3/Makefile.netware Index: Makefile.netware

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

2005-02-13 Thread fuankg
fuankg 2005/02/13 14:32:58 Modified:jk/native/common jk_status.c Log: removed obsolete empty lines since they break CodeWarrior compiler. Revision ChangesPath 1.3 +2 -7 jakarta-tomcat-connectors/jk/native/common/jk_status.c Index: jk_status.c

Re: Mod_Jk .. build problem changes...

2005-02-13 Thread Günter Knauf
Hi Norm, just fixed - see my last commit. Just updated mod_jk from CVS and now see the following: Compiling ../common/jk_sockbuf.c Compiling ../common/jk_status.c ### mwccnlm Compiler: #File: ..\common\jk_status.c # -- # 34: DTD

Re: Mod_Jk .. build problem changes...

2005-02-13 Thread Günter Knauf
Hi, and before you ask, the next error: Compiling ../common/jk_worker.c ### mwccnlm Compiler: #File: ..\common\jk_worker.c # -- # 52: we-num_of_workers)) { # Error:^ # illegal

Re: Mod_Jk .. build problem changes.../resend

2005-02-13 Thread Günter Knauf
woops! was the wrong error and diff! Hi, and before you ask, the next error: Compiling ../common/jk_worker.c ### mwccnlm Compiler: #File: ..\common\jk_worker.c # -- # 52: we-num_of_workers)) { # Error:

Current Connector Development

2005-02-13 Thread Günter Knauf
Hi Mladen, appologies that I couldnt closely follow the connector development in the past year, so I'm somewhat suprised about all the recent directions; and cant really understand them; so I would greatly appreciate if you could do a summarize why you are currently again developing to

Re: Current Connector Development

2005-02-13 Thread Jess Holle
Günter Knauf wrote: Hi Mladen, appologies that I couldnt closely follow the connector development in the past year, so I'm somewhat suprised about all the recent directions; and cant really understand them; so I would greatly appreciate if you could do a summarize why you are currently

Re: Current Connector Development

2005-02-13 Thread Günter Knauf
Hi, I don't see mod_jk ending up the same as mod_jk2 in that: 1) The configuration is relatively sane as compared to that of mod_jk2 2) There are many reasonably stable mod_jk versions, so even *if* Mladen screws up a release there are plenty of alternative mod_jk versions. unfortunately

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

2005-02-13 Thread NormW
Greetings All, Aahhh - the extra c\r's were terminating the lines Not being the brightess kid on the block, is there any reason this can't just be in one string without the whitespace? Norm [EMAIL PROTECTED] wrote: fuankg 2005/02/13 14:32:58 Modified:jk/native/common jk_status.c

Re: Current Connector Development

2005-02-13 Thread Mladen Turk
Hi, Well, you put it right. To some point ;) First, I must say that mod_jk does not require APR neither it will. So your concerns about dropping 1.3 support are not standing. The main reason for continuing mod_jk development is the fact that mod_jk was more stable on more platforms then jk2 was.

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

2005-02-13 Thread Mladen Turk
NormW wrote: Greetings All, Aahhh - the extra c\r's were terminating the lines He he. Seems you removed LF's instead CR's. The source looks very cool now ;). Not being the brightess kid on the block, is there any reason this can't just be in one string without the whitespace? No. defines on

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

2005-02-13 Thread mturk
mturk 2005/02/13 23:57:18 Modified:jk/native/common jk_service.h Log: Change num_of workers to unsigned, to match the api. Revision ChangesPath 1.26 +2 -2 jakarta-tomcat-connectors/jk/native/common/jk_service.h Index: jk_service.h

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

2005-02-13 Thread mturk
mturk 2005/02/13 23:57:41 Modified:jk/native/common jk_util.c Log: Unabify the source. Revision ChangesPath 1.55 +3 -3 jakarta-tomcat-connectors/jk/native/common/jk_util.c Index: jk_util.c

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

2005-02-13 Thread mturk
mturk 2005/02/13 23:58:02 Modified:jk/native/common jk_status.c Log: Use correct line endings. Revision ChangesPath 1.4 +7 -3 jakarta-tomcat-connectors/jk/native/common/jk_status.c Index: jk_status.c