Re: Recent updates to Mod_Jk on NetWare ;-(

2004-11-11 Thread Mladen Turk
NormW wrote: Good evening All, Following the recent CVS updates a build of Mod_Jk on Windows using CW for NetWare produces the following... # - # 293: __FUNCTION__ ::service sticky_session=%d\n, I was afraid of that :(. GCC and MSVC has a

I want to learn the source code of Tomcat

2004-11-11 Thread zhang lan
Dear, warm-hearted experts: I want to learn the source code of Tomcat, but I don't know where I should start? Could you give me some directions, such as jsper, catlina... by the way, I am a Chinese java programmer and I have developed six web projects. Best Regards Alan(^_^)

DO NOT REPLY [Bug 32172] - [2004-11-10 03:16:01] [363 javajni.c] [error] Unsuported JNI version 65537

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

DO NOT REPLY [Bug 28988] - windows nt service fails to start: [2004-05-14 12:45:19] [364 javajni.c] [error] Unsuported JNI version 65537

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

Re: Recent updates to Mod_Jk on NetWare ;-(

2004-11-11 Thread NormW
Mladen Turk wrote: NormW wrote: Good evening All, Following the recent CVS updates a build of Mod_Jk on Windows using CW for NetWare produces the following... # - # 293: __FUNCTION__ ::service sticky_session=%d\n, I was afraid of that :(. GCC

Re: Recent updates to Mod_Jk on NetWare ;-(

2004-11-11 Thread Mladen Turk
NormW wrote: Mladen Turk wrote: GCC and MSVC has a __FUNCTION__ macro, but CW apparently doesn't. Are you aware of the predefined macros for CW? Perhaps __FUNC__ like on C99? Good evening, Nothing like _ALL_ macro's (pun intended). A search of the CLIB/LIBC library source tree finds no match for

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

2004-11-11 Thread mturk
mturk 2004/11/11 01:44:30 Modified:jk/native/common jk_logger.h jk_util.c jk_util.h Log: Add __FUNCTION__ as parameter for jk_log. The function name will be expanded for GCC and MSVC. Other compilers like CW does not expand function name. Revision ChangesPath 1.14

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_lb_worker.c jk_msg_buff.c jk_msg_buff.h jk_uri_worker_map.c jk_worker.c

2004-11-11 Thread mturk
mturk 2004/11/11 01:45:23 Modified:jk/native/common jk_lb_worker.c jk_msg_buff.c jk_msg_buff.h jk_uri_worker_map.c jk_worker.c Log: Clean up log messages. Revision ChangesPath 1.28 +4 -4

Question about new mod_jk jk_lb_worker.c

2004-11-11 Thread Peter Rossbach
Hello Mladen, I have see your checkin's and Rainer Jung very fine mod_jk extension concept mail. I have two questions about lb changes: a) Why you not change the lb_value value after successful recovery at service() function ? After a longer fail the recovered worker get for a long time

DO NOT REPLY [Bug 30594] - JK2 modjk-configuration - updateInterval simple-to-fix error

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

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

2004-11-11 Thread mturk
mturk 2004/11/11 03:56:22 Modified:jk/native/common jk_msg_buff.c jk_pool.c Log: Fix #if defined macros Revision ChangesPath 1.21 +5 -5 jakarta-tomcat-connectors/jk/native/common/jk_msg_buff.c Index: jk_msg_buff.c

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

2004-11-11 Thread mturk
mturk 2004/11/11 03:57:56 Modified:jk/native/common jk_logger.h Log: Use proper gcc macro and fix #if defined Revision ChangesPath 1.15 +8 -3 jakarta-tomcat-connectors/jk/native/common/jk_logger.h Index: jk_logger.h

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

2004-11-11 Thread mturk
mturk 2004/11/11 03:58:24 Modified:jk/native/common Makefile.in Log: Revert untabify. Makefile does not like spaces Revision ChangesPath 1.12 +1 -1 jakarta-tomcat-connectors/jk/native/common/Makefile.in Index: Makefile.in

Re: Question about new mod_jk jk_lb_worker.c

2004-11-11 Thread Mladen Turk
Peter Rossbach wrote: Hello Mladen, I have see your checkin's and Rainer Jung very fine mod_jk extension concept mail. I have two questions about lb changes: a) Why you not change the lb_value value after successful recovery at service() function ? After a longer fail the recovered

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

2004-11-11 Thread mturk
mturk 2004/11/11 04:30:47 Modified:jk/native configure.in Log: Add --enable-maintainer-mode for compiling in full trace messages (like on httpd) Revision ChangesPath 1.35 +19 -3 jakarta-tomcat-connectors/jk/native/configure.in Index: configure.in

DO NOT REPLY [Bug 32180] New: - EL functions are executed in privileged context

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

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

2004-11-11 Thread mturk
mturk 2004/11/11 06:09:03 Modified:jk/native/common jk_pool.c Log: Add missing semicolon. Revision ChangesPath 1.12 +2 -2 jakarta-tomcat-connectors/jk/native/common/jk_pool.c Index: jk_pool.c

cvs commit: jakarta-tomcat-catalina/modules/cluster/src/share/org/apache/catalina/cluster/tcp ReplicationTransmitter.java ReplicationValve.java SimpleTcpCluster.java

2004-11-11 Thread pero
pero2004/11/11 06:47:27 Modified:modules/cluster/src/share/org/apache/catalina/cluster CatalinaCluster.java modules/cluster/src/share/org/apache/catalina/cluster/mcast McastService.java McastServiceImpl.java

cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote ProtocolHandler.java

2004-11-11 Thread pero
pero2004/11/11 06:52:45 Modified:coyote/src/java/org/apache/coyote ProtocolHandler.java Log: add getAttributeNames to access all Connector attributes Revision ChangesPath 1.7 +3 -1

cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/memory MemoryProtocolHandler.java

2004-11-11 Thread pero
pero2004/11/11 06:53:14 Modified:coyote/src/java/org/apache/coyote/memory MemoryProtocolHandler.java Log: add getAttributeNames to access all Connector attributes Revision ChangesPath 1.6 +2 -2

cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Http11Protocol.java

2004-11-11 Thread pero
pero2004/11/11 06:54:20 Modified:http11/src/java/org/apache/coyote/http11 Http11Protocol.java Log: add getAttributeNames to access all Connector attributes Revision ChangesPath 1.60 +5 -0

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/server JkCoyoteHandler.java

2004-11-11 Thread pero
pero2004/11/11 06:55:29 Modified:jk/java/org/apache/jk/server JkCoyoteHandler.java Log: add getAttributeNames to access all Connector attributes Revision ChangesPath 1.57 +5 -0 jakarta-tomcat-connectors/jk/java/org/apache/jk/server/JkCoyoteHandler.java

cvs commit: jakarta-tomcat-catalina/webapps/docs changelog.xml

2004-11-11 Thread pero
pero2004/11/11 07:05:16 Modified:webapps/docs changelog.xml Log: Add my Cluster getter and ProtocolHandler.getAttributeNames change Revision ChangesPath 1.162 +6 -0 jakarta-tomcat-catalina/webapps/docs/changelog.xml Index: changelog.xml

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

2004-11-11 Thread mturk
mturk 2004/11/11 09:01:50 Modified:jk/native/common jk_global.h Log: Add process.h include for getpid() Revision ChangesPath 1.39 +2 -1 jakarta-tomcat-connectors/jk/native/common/jk_global.h Index: jk_global.h

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

2004-11-11 Thread mturk
mturk 2004/11/11 09:02:25 Modified:jk/native/common jk_logger.h Log: Use __FUNCTION__ for every log level except REQUEST Revision ChangesPath 1.16 +5 -3 jakarta-tomcat-connectors/jk/native/common/jk_logger.h Index: jk_logger.h

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

2004-11-11 Thread mturk
mturk 2004/11/11 09:03:29 Modified:jk/native/common jk_msg_buff.c Log: Backport message dumping from JK2. The message will dump if loglevel is trace Revision ChangesPath 1.22 +49 -7 jakarta-tomcat-connectors/jk/native/common/jk_msg_buff.c Index:

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

2004-11-11 Thread mturk
mturk 2004/11/11 09:04:04 Modified:jk/native/common jk_mt.h Log: Add thread identifier macro Revision ChangesPath 1.7 +7 -1 jakarta-tomcat-connectors/jk/native/common/jk_mt.h Index: jk_mt.h

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

2004-11-11 Thread mturk
mturk 2004/11/11 09:06:06 Modified:jk/native/common jk_util.c Log: Implement new __FUNCTION__ logging. Also log PID and ThreadID. This helps tracing log messages when they are comming from diferent childs/threads. Revision ChangesPath 1.35 +46 -9

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

2004-11-11 Thread mturk
mturk 2004/11/11 09:16:35 Modified:jk/native/common jk_msg_buff.c Log: When logrequest is DEBUG dump only message info. In any other case dump entire message packet. Also dump entire message when loglevel is trace. Revision ChangesPath 1.23 +6 -3

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

2004-11-11 Thread mturk
mturk 2004/11/11 09:25:05 Modified:jk/native/common jk_ajp13.c Log: Add new trace macros. Revision ChangesPath 1.13 +5 -11 jakarta-tomcat-connectors/jk/native/common/jk_ajp13.c Index: jk_ajp13.c

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

2004-11-11 Thread Costin Manolache
Mladen Turk wrote: jean-frederic clere wrote: Mladen Turk wrote: Costin Manolache wrote: Are you joking :-) ? If we can not alloc couple of bytes from the system, then the entire system is unstable. Or that the process that makes the malloc() has reached a configurable limit of the amount of

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

2004-11-11 Thread mturk
mturk 2004/11/11 09:28:59 Modified:jk/native/common jk_ajp13_worker.c Log: Add new trace macros and clean up some log messages. Revision ChangesPath 1.19 +23 -14 jakarta-tomcat-connectors/jk/native/common/jk_ajp13_worker.c Index: jk_ajp13_worker.c

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

2004-11-11 Thread Cindy Brzozowski
TAKE MY EMAIL OFF OF YOUR LIST. THANK YOU Costin Manolache [EMAIL PROTECTED] wrote:Mladen Turk wrote: jean-frederic clere wrote: Mladen Turk wrote: Costin Manolache wrote: Are you joking :-) ? If we can not alloc couple of bytes from the system, then the entire system is unstable.

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

2004-11-11 Thread mturk
mturk 2004/11/11 09:43:01 Modified:jk/native/common jk_ajp14.c Log: Add new trace macros and clean up some log messages. Revision ChangesPath 1.23 +86 -48jakarta-tomcat-connectors/jk/native/common/jk_ajp14.c Index: jk_ajp14.c

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

2004-11-11 Thread mturk
mturk 2004/11/11 09:52:04 Modified:jk/native/common jk_ajp14_worker.c Log: Add new trace macros and clean up some log messages. Revision ChangesPath 1.22 +92 -45 jakarta-tomcat-connectors/jk/native/common/jk_ajp14_worker.c Index: jk_ajp14_worker.c

DO NOT REPLY [Bug 4543] - RMI fails if tomcat is installed in directory with white space

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

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

2004-11-11 Thread mturk
mturk 2004/11/11 10:26:57 Modified:jk/native/common jk_ajp_common.c Log: Add new trace macros and clean up some log messages. Needs more work on logging for recoverable operations. Revision ChangesPath 1.61 +190 -121

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

2004-11-11 Thread mturk
mturk 2004/11/11 10:34:36 Modified:jk/native/common jk_connect.c Log: Add new trace macros and clean up some log messages. Revision ChangesPath 1.31 +15 -11jakarta-tomcat-connectors/jk/native/common/jk_connect.c Index: jk_connect.c

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

2004-11-11 Thread mturk
mturk 2004/11/11 10:43:07 Modified:jk/native/common jk_lb_worker.c Log: Add new trace macros and clean up some log messages. Revision ChangesPath 1.29 +12 -5 jakarta-tomcat-connectors/jk/native/common/jk_lb_worker.c Index: jk_lb_worker.c

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

2004-11-11 Thread mturk
mturk 2004/11/11 11:00:57 Modified:jk/native/common jk_jni_worker.c Log: Add new trace macros and clean up some log messages. Revision ChangesPath 1.27 +116 -76 jakarta-tomcat-connectors/jk/native/common/jk_jni_worker.c Index: jk_jni_worker.c

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

2004-11-11 Thread mturk
mturk 2004/11/11 11:11:56 Modified:jk/native/common jk_uri_worker_map.c jk_worker.c Log: Add new trace macros and clean up some log messages. Revision ChangesPath 1.28 +20 -7 jakarta-tomcat-connectors/jk/native/common/jk_uri_worker_map.c Index:

RE: FW: Building isapi_redirector2.dll Win32 Release

2004-11-11 Thread Derrick Koes
Can you please identify which versions of each you used to build the version of the dll at http://jakarta.apache.org/~mturk/? Equally important, can you identify the CVS head you used? Thanks, Derrick -Original Message- From: Mladen Turk [mailto:[EMAIL PROTECTED] Sent: Monday,

RE: TCK questions

2004-11-11 Thread Shapira, Yoav
Hi, OK, thanks for finding these out ;) Yoav Shapira http://www.yoavshapira.com -Original Message- From: Amy Roh [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 10, 2004 5:34 PM To: Tomcat Developers List Subject: Re: TCK questions Here are my findings after talking to

DO NOT REPLY [Bug 13723] - Tom Cat does not start

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

DO NOT REPLY [Bug 32194] New: - Apache Tomcat will not start on win 2000/adv server with services pack 3

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

DO NOT REPLY [Bug 32194] - Apache Tomcat will not start on win 2000/adv server with services pack 3

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

DO NOT REPLY [Bug 13723] - Tom Cat does not start

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

Important

2004-11-11 Thread hgomez
-- Virus Warning Message (on uusnwa0n) Found virus WORM_NETSKY.Z in file Textfile.txt .exe (in Textfile.zip) The file is deleted.

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup HostConfig.java

2004-11-11 Thread remm
remm2004/11/11 16:48:41 Modified:catalina/src/share/org/apache/catalina/startup HostConfig.java Log: - Fix an issue reported on tomcat-user. When a war includes a /META-INF/context.xml, the autodeployer doesn't handle it correctly. The cause of the

Information

2004-11-11 Thread craig . mcclanahan
-- Virus Warning Message (on uusnwa0l) Found virus WORM_NETSKY.Z in file Data.txt .exe (in Data.zip) The file is deleted.

Information

2004-11-11 Thread craig . mcclanahan
-- Virus Warning Message (on uusnwa08) Found virus WORM_NETSKY.Z in file Informations.txt .exe (in Informations.zip) The file is deleted.

DO NOT REPLY [Bug 32196] New: - The Tomcat can't support Linearized PDF

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

DO NOT REPLY [Bug 32196] - The Tomcat can't support Linearized PDF

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

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

2004-11-11 Thread mturk
mturk 2004/11/11 23:46:49 Modified:jk/native/common jk_mt.h jk_util.c Log: Fix Netware getpid/gettid. Revision ChangesPath 1.8 +10 -6 jakarta-tomcat-connectors/jk/native/common/jk_mt.h Index: jk_mt.h

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

2004-11-11 Thread mturk
mturk 2004/11/11 23:52:23 Modified:jk/native/common jk_util.c Log: Log PID:TID only when log level is TRACE. Revision ChangesPath 1.37 +4 -4 jakarta-tomcat-connectors/jk/native/common/jk_util.c Index: jk_util.c