cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_workerEnv.h

2004-03-13 Thread mturk
mturk 2004/03/13 00:46:26 Modified:jk/native2/include jk_workerEnv.h Log: Add the maxDaemons to the workerEnv struct. So we can know if we are inside single or muti child server. Revision ChangesPath 1.31 +3 -1

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

2004-03-13 Thread mturk
mturk 2004/03/13 00:47:31 Modified:jk/native2/common jk_shm.c Log: Change the getSlot loop starting from index 0, not 1. Revision ChangesPath 1.42 +1 -1 jakarta-tomcat-connectors/jk/native2/common/jk_shm.c Index: jk_shm.c

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 mod_jk2.c

2004-03-13 Thread mturk
mturk 2004/03/13 00:49:26 Modified:jk/native2/server/apache2 mod_jk2.c Log: Use the maxDaemon from workerEnv, and query the mpm on jk2_init. Also on single child mpm's use the pid for a child id. Revision ChangesPath 1.77 +10 -7

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

2004-03-13 Thread mturk
mturk 2004/03/13 01:17:25 Modified:jk/native2/common jk_worker_status.c Log: Convert the times to msecs. apr_time_now return microsecods, so displaying that is not so user friendly. All the display logic and function calls should change to apr_time_t instead long.

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

2004-03-13 Thread mturk
mturk 2004/03/13 02:12:24 Modified:jk/native2/common jk_worker_status.c Log: Use the apr_ctime for ReqStart. Since this is absolute time not a time difference, there is no need to display secons after 1970. Revision ChangesPath 1.56 +2 -1

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

2004-03-13 Thread ax
This account does not exist - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-tomcat-connectors/jk/native2/server/isapi jk_isapi_plugin.c

2004-03-13 Thread mturk
mturk 2004/03/13 02:36:04 Modified:jk/native2/server/isapi jk_isapi_plugin.c Log: Return 400 - Bad Request if the hostname is longer then 1012 bytes, and if port is out of rage [0-65536] Revision ChangesPath 1.62 +11 -2

cvs commit: jakarta-tomcat-connectors/jk/native2/server/isapi install4iis.js

2004-03-13 Thread mturk
mturk 2004/03/13 02:38:32 Modified:jk/native2/server/isapi install4iis.js Log: Fix the install script argument parsing Revision ChangesPath 1.2 +5 -4 jakarta-tomcat-connectors/jk/native2/server/isapi/install4iis.js Index: install4iis.js

DO NOT REPLY [Bug 17609] - Multiple IllegalStateExceptions (from exceeding maxActiveSessions) not handled

2004-03-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=17609. 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/naming/resources WARDirContext.java

2004-03-13 Thread markt
markt 2004/03/13 09:50:39 Modified:catalina/src/share/org/apache/naming/resources WARDirContext.java Log: - Fix bug 17690. Display more helpful error message if docBase is invalid. - Remove unused imports identified by Eclipse. - Fix used of deprecated

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/naming/resources WARDirContext.java

2004-03-13 Thread markt
markt 2004/03/13 09:51:53 Modified:catalina/src/share/org/apache/naming/resources WARDirContext.java Log: - Fix bug 17690. Display more helpful error message if docBase is invalid. - Ported from TC4. Revision ChangesPath 1.5 +2 -2

DO NOT REPLY [Bug 17690] - WARDirContext - setDocBase throws confusing message

2004-03-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=17690. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 17724] - HTML comments handled by Jasper incorrectly

2004-03-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=17724. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: cvs commit: jakarta-tomcat-connectors/jk/xdocs/jk2 configwebcom.xml

2004-03-13 Thread NormW
Good morning Mladen. Okay, a little bluff. The sun isn't quite up but the sky is clear. The Good morning is as much to indicate that this project is a global thing as it is a social sense. Thanks for the time and consideration given the 'ideas' sent. Hi, -Original Message- From:

Re: Re: cvs commit: jakarta-tomcat-connectors/jk/xdocs/jk2 configwebcom.xml

2004-03-13 Thread ax
This account does not exist - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DO NOT REPLY [Bug 27642] New: - trimSpaces property not settable via command-line options

2004-03-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=27642. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: cvs commit: jakarta-tomcat-connectors/jk/xdocs/jk2 configwebcom.xml

2004-03-13 Thread NormW
Good... what ever part of the day pleases... :-) Another look at the new shm.c and would comment on a design point, perhaps to consider for 2.0.5. The setAttributes() list for shm.c includes a 'resetEndpointStats' element, which is not a 'property' of shm but a means to reset its counters as

Re: Re: cvs commit: jakarta-tomcat-connectors/jk/xdocs/jk2 configwebcom.xml

2004-03-13 Thread ax
This account does not exist - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[GUMP@lsd]: jakarta-tomcat-5/jakarta-tomcat-5 failed

2004-03-13 Thread bobh
To whom it may engage... This is an automated request, but not an unsolicited one. For help understanding the request please visit http://gump.apache.org/nagged.html, and/or contact [EMAIL PROTECTED] Project jakarta-tomcat-5 has an issue affecting it's community integration, and has

RE: cvs commit: jakarta-tomcat-connectors/jk/xdocs/jk2 configwebcom.xml

2004-03-13 Thread Mladen Turk
From: NormW Perhaps in 2.0.5 * Suggested mainly for consistency with most of the other objects, but it also now has enough properties that could appear in a qry= dump. Well, you may always make a patch :-). And lastly, the configwebcom.xml indicates the default value for slots