cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_workerEnv.c jk_worker_status.c jk_worker_run.c jk_worker_lb.c jk_worker_jni.c jk_worker_ajp13.c jk_vm_default.c jk_user.c jk_uriMap.c jk_uriEnv.c jk_signal.c jk_shm.c jk_requtil.c jk_registry.h jk_registry.c jk_pool_apr.c jk_pool.c jk_objCache.c jk_nwmain.c jk_mutex_thread.c jk_mutex_proc.c jk_mutex.c jk_msg_ajp.c jk_map.c jk_logger_win32.c jk_logger_file.c jk_handler_response.c jk_handler_logon.c jk_env.c jk_endpoint.c jk_config_file.c jk_config.c jk_channel_un.c jk_channel_socket.c jk_channel_jni.c jk_channel_apr_socket.c jk_channel.c

2003-02-03 Thread mturk
mturk 2003/02/03 23:40:01 Modified:jk/native2/common jk_workerEnv.c jk_worker_status.c jk_worker_run.c jk_worker_lb.c jk_worker_jni.c jk_worker_ajp13.c jk_vm_default.c jk_user.c jk_uriMap.c jk_uriEnv.c jk_signal.c

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_workerEnv.h jk_worker.h jk_vm.h jk_uriMap.h jk_uriEnv.h jk_shm.h jk_service.h jk_requtil.h jk_pool.h jk_objCache.h jk_mutex.h jk_map.h jk_logger.h jk_handler.h jk_global.h jk_env.h jk_endpoint.h jk_config.h jk_channel.h jk_bean.h

2003-02-03 Thread mturk
mturk 2003/02/03 23:40:33 Modified:jk/native2/include jk_workerEnv.h jk_worker.h jk_vm.h jk_uriMap.h jk_uriEnv.h jk_shm.h jk_service.h jk_requtil.h jk_pool.h jk_objCache.h jk_mutex.h jk_map.h jk_logger.h

cvs commit: jakarta-tomcat-connectors/jk/native2/jni jk_jni_aprImpl.c

2003-02-03 Thread mturk
mturk 2003/02/03 23:40:51 Modified:jk/native2/jni jk_jni_aprImpl.c Log: Update license to 2003. Revision ChangesPath 1.44 +1 -1 jakarta-tomcat-connectors/jk/native2/jni/jk_jni_aprImpl.c Index: jk_jni_aprImpl.c

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 mod_jk2.c jk_service_apache2.c jk_map_aprtable.c jk_logger_apache2.c jk_apache2.h

2003-02-03 Thread mturk
mturk 2003/02/03 23:41:42 Modified:jk/native2/server/apache2 mod_jk2.c jk_service_apache2.c jk_map_aprtable.c jk_logger_apache2.c jk_apache2.h Log: Update license to 2003. Revision ChangesPath 1.58 +2 -2 jakarta-tomcat-connectors/jk

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

2003-02-03 Thread mturk
mturk 2003/02/03 23:42:05 Modified:jk/native2/server/apache13 mod_jk2.c jk_service_apache13.c Log: Update license to 2003. Revision ChangesPath 1.26 +2 -2 jakarta-tomcat-connectors/jk/native2/server/apache13/mod_jk2.c Index: mod_jk2.c

cvs commit: jakarta-tomcat-connectors/jk/native2/server/isapi jk_service_iis.c jk_isapi_plugin.c jk_iis_thread_pool.c jk_iis.h

2003-02-03 Thread mturk
mturk 2003/02/03 23:44:23 Modified:jk/native2/server/isapi jk_service_iis.c jk_isapi_plugin.c jk_iis_thread_pool.c jk_iis.h Log: Update license to 2003. Revision ChangesPath 1.24 +1 -1 jakarta-tomcat-connectors/jk/native2/server/isapi

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

2003-02-06 Thread mturk
mturk 2003/02/06 08:37:47 Modified:jk/native2/server/isapi jk_isapi_plugin.c Log: Nacho, we are in the year 2003 ;) Revision ChangesPath 1.56 +2 -2 jakarta-tomcat-connectors/jk/native2/server/isapi/jk_isapi_plugin.c Index: jk_isapi_plugin.c

cvs commit: jakarta-tomcat-connectors/jk/xdocs build.properties.samples

2003-02-06 Thread mturk
mturk 2003/02/06 08:43:53 Modified:jk/xdocs build.properties.samples Log: Remove quotes cause it breaks the geterated style.xsl. The style.xsl.in quotes that propery already, so skip doubling quote signs. Revision ChangesPath 1.2 +10 -10jakarta-tomcat

RE: JNI broken in jk2 - due to jk2_channel_jni_open()

2003-02-11 Thread mturk
-Original Message- From: Rahul Bhargava [mailto:[EMAIL PROTECTED]] Sent: 11. veljaa 2003 20:34 To: [EMAIL PROTECTED] Subject: JNI broken in jk2 - due to jk2_channel_jni_open() There is no way in hell JNI can ever work with JK2. jk_channel_jni.c::jk2_channel_jni_open invokes the

RE: [5.0] Procrun problems / New loader

2003-02-17 Thread mturk
-Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED]] Sent: 17. veljaa 2003 11:28 To: Tomcat Developers List Subject: Re: [5.0] Procrun problems / New loader [EMAIL PROTECTED] wrote: Those can be used only if you redirect onother process. Try with -Java java.

RE: [5.0] Procrun problems / New loader

2003-02-17 Thread mturk
-Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED]] The simplest would be using some #ifdefs and and another build. If the nsis installer can distinguish the host OS, than we can make something like procrun9x. That's doable. I don't know if it's really

RE: [5.0] Procrun problems / New loader

2003-02-17 Thread mturk
-Original Message- From: jean-frederic clere [mailto:[EMAIL PROTECTED]] Sent: 17. veljaa 2003 12:14 To: Tomcat Developers List Subject: Re: [5.0] Procrun problems / New loader #ifdefs No... I remember doing this in instmain.c

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

2003-03-15 Thread mturk
mturk 2003/03/15 03:16:55 Modified:jk/native2/common jk_uriEnv.c Log: Fix missing function type. Revision ChangesPath 1.45 +2 -2 jakarta-tomcat-connectors/jk/native2/common/jk_uriEnv.c Index: jk_uriEnv.c

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

2003-03-15 Thread mturk
mturk 2003/03/15 04:34:39 Modified:jk/native2/common jk_uriEnv.c Log: Make the regular expression uri maps finally working. Revision ChangesPath 1.46 +17 -0 jakarta-tomcat-connectors/jk/native2/common/jk_uriEnv.c Index: jk_uriEnv.c

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

2003-06-09 Thread mturk
mturk 2003/06/09 03:57:51 Modified:jk/native2/common jk_logger_file.c jk_logger_win32.c jk_shm.c jk_user.c Log: Few paches from Gunter to compile under NETWARE. Revision ChangesPath 1.38 +3 -3 jakarta-tomcat-connectors/jk/native2

cvs commit: jakarta-tomcat-connectors/jk/native2/server/aolserver jk_logger_ns.c jk_ns.h jk_service_ns.c nsjk2.c

2003-06-09 Thread mturk
mturk 2003/06/09 12:46:06 Modified:jk/native2/server/aolserver jk_logger_ns.c jk_ns.h jk_service_ns.c nsjk2.c Log: The latest patches from AOL guys. Revision ChangesPath 1.2 +3 -3 jakarta-tomcat-connectors/jk/native2/server/aolserver

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

2003-06-09 Thread mturk
mturk 2003/06/09 22:14:28 Modified:jk/native2/common jk_logger_file.c Log: Remove the _snprintf WIN32 dependency. Thanks to Guenter again for that. Revision ChangesPath 1.39 +8 -15 jakarta-tomcat-connectors/jk/native2/common/jk_logger_file.c Index

cvs commit: jakarta-tomcat-connectors/jk/native2/server/aolserver/java/org/apache/nsjk2 NsLog.java NsTcl.java

2003-06-09 Thread mturk
mturk 2003/06/09 22:16:08 Removed: jk/native2/server/aolserver/java/org/apache/nsjk2 NsLog.java NsTcl.java Log: Remove the aolserver java part. - To unsubscribe, e-mail: [EMAIL PROTECTED

cvs commit: jakarta-tomcat-connectors/jk/native2/server/aolserver jni_nslog.c jni_nstcl.c jni_nstcl.h

2003-06-09 Thread mturk
mturk 2003/06/09 22:19:00 Removed: jk/native2/server/aolserver jni_nslog.c jni_nstcl.c jni_nstcl.h Log: Remove unneeded aolserver files. - To unsubscribe, e-mail: [EMAIL PROTECTED

cvs commit: jakarta-tomcat-connectors/jk build.properties.sample build.xml

2003-06-09 Thread mturk
mturk 2003/06/09 22:22:58 Modified:jk build.properties.sample build.xml Log: Add the aolserver build. Revision ChangesPath 1.17 +1 -0 jakarta-tomcat-connectors/jk/build.properties.sample Index: build.properties.sample

cvs commit: jakarta-tomcat-connectors/jk/native2 build.xml

2003-06-09 Thread mturk
mturk 2003/06/09 22:23:18 Modified:jk/native2 build.xml Log: Add the aolserver build. Revision ChangesPath 1.43 +77 -1 jakarta-tomcat-connectors/jk/native2/build.xml Index: build.xml

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

2003-06-11 Thread mturk
mturk 2003/06/11 09:53:07 Modified:jk/native/apache-1.3 mod_jk.c Log: Remove the unreferenced declarations to suppress compiler warnings. Revision ChangesPath 1.38 +1 -3 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

2002-06-23 Thread mturk
mturk 2002/06/22 22:40:29 Modified:jk/native/apache-2.0 mod_jk.c Log: Fixing the compile time warning: 'jk_apr_pool_cleanup' function must return a value Revision ChangesPath 1.46 +2 -1 jakarta-tomcat-connectors/jk/native/apache-2.0/mod_jk.c Index

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

2002-06-23 Thread mturk
mturk 2002/06/22 23:55:56 Modified:jk/native2/common jk_channel_socket.c Log: Costin changed it to use read/write instead of send/receive. Unfortunaly that doesn't work on WIN32 cause read/write cannot operate on sockets. Perhaps we shoud reverse that unless there is a strong

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

2002-06-25 Thread mturk
mturk 2002/06/25 00:06:19 Modified:jk/native/common jk_util.h Log: Introduced socket and cache timeout. By Jan Singer, Henri Gomez and Mladen Turk. Revision ChangesPath 1.7 +21 -9 jakarta-tomcat-connectors/jk/native/common/jk_util.h Index: jk_util.h

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

2002-06-25 Thread mturk
mturk 2002/06/25 00:06:42 Modified:jk/native/common jk_util.c Log: Introduced socket and cache timeout. By Jan Singer, Henri Gomez and Mladen Turk. Revision ChangesPath 1.16 +80 -31jakarta-tomcat-connectors/jk/native/common/jk_util.c Index: jk_util.c

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

2002-06-25 Thread mturk
mturk 2002/06/25 00:06:59 Modified:jk/native/common jk_connect.h Log: Introduced socket and cache timeout. By Jan Singer, Henri Gomez and Mladen Turk. Revision ChangesPath 1.3 +3 -2 jakarta-tomcat-connectors/jk/native/common/jk_connect.h Index

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

2002-06-25 Thread mturk
mturk 2002/06/25 00:07:14 Modified:jk/native/common jk_connect.c Log: Introduced socket and cache timeout. By Jan Singer, Henri Gomez and Mladen Turk. Revision ChangesPath 1.4 +29 -18jakarta-tomcat-connectors/jk/native/common/jk_connect.c Index

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

2002-06-25 Thread mturk
mturk 2002/06/25 00:07:31 Modified:jk/native/common jk_ajp_common.h Log: Introduced socket and cache timeout. By Jan Singer, Henri Gomez and Mladen Turk. Revision ChangesPath 1.15 +22 -4 jakarta-tomcat-connectors/jk/native/common/jk_ajp_common.h Index

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

2002-06-25 Thread mturk
mturk 2002/06/25 00:08:03 Modified:jk/native/common jk_ajp_common.c Log: Introduced socket and cache timeout. By Jan Singer, Henri Gomez and Mladen Turk. Revision ChangesPath 1.26 +376 -334 jakarta-tomcat-connectors/jk/native/common/jk_ajp_common.c Index

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

2002-06-25 Thread mturk
mturk 2002/06/25 00:08:26 Modified:jk/native/common jk_ajp13.h Log: Introduced socket and cache timeout. By Jan Singer, Henri Gomez and Mladen Turk. Revision ChangesPath 1.9 +8 -7 jakarta-tomcat-connectors/jk/native/common/jk_ajp13.h Index: jk_ajp13

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

2002-06-26 Thread mturk
mturk 2002/06/26 04:06:58 Modified:jk/native2/common jk_channel_jni.c Log: Fix the multithreading bug in channel open, setting worker to the disabled state, that caused already opened enpoint to fail. Revision ChangesPath 1.28 +27 -18jakarta-tomcat

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

2002-06-27 Thread mturk
mturk 2002/06/27 10:16:28 Modified:jk/native2/common jk_channel_socket.c Log: Added socket keepalive and send/recv timeout options. keepalive=1/0 (enabled/disabled) timeout=nn (seconds) Added nodelay option (default disabled) nodelay=1/0 (enabled/disabled) Revision

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

2002-06-27 Thread mturk
mturk 2002/06/27 10:19:09 Modified:jk/native2/common jk_channel_apr_socket.c Log: Added socket keepalive and send/recv timeout options. keepalive=1/0 (enabled/disabled) timeout=nn (seconds) defaults to unlimited Added nodelay option (default disabled) nodelay=1/0 (enabled

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/apr AprImpl.java

2002-06-29 Thread mturk
mturk 2002/06/29 00:43:24 Modified:jk/java/org/apache/jk/apr AprImpl.java Log: Introduced new native function jkStatus that signals the TC startup status to the server for now. Revision ChangesPath 1.22 +9 -0 jakarta-tomcat-connectors/jk/java/org/apache/jk

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/apr TomcatStarter.java

2002-06-29 Thread mturk
mturk 2002/06/29 00:43:38 Modified:jk/java/org/apache/jk/apr TomcatStarter.java Log: Introduced new native function jkStatus that signals the TC startup status to the server for now. Revision ChangesPath 1.9 +5 -1 jakarta-tomcat-connectors/jk/java/org

cvs commit: jakarta-tomcat-connectors/jk/native2/jni jk_jni_aprImpl.c

2002-06-29 Thread mturk
mturk 2002/06/29 00:44:04 Modified:jk/native2/jni jk_jni_aprImpl.c Log: Introduced new native function jkStatus that signals the TC startup status to the server for now. Revision ChangesPath 1.38 +14 -0 jakarta-tomcat-connectors/jk/native2/jni

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

2002-06-29 Thread mturk
mturk 2002/06/29 00:45:15 Modified:jk/native2/include jk_worker.h Log: Added initalized variable to the worker Revision ChangesPath 1.25 +6 -1 jakarta-tomcat-connectors/jk/native2/include/jk_worker.h Index: jk_worker.h

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

2002-06-29 Thread mturk
mturk 2002/06/29 00:45:46 Modified:jk/native2/include jk_channel.h Log: Added status callback function Revision ChangesPath 1.16 +4 -0 jakarta-tomcat-connectors/jk/native2/include/jk_channel.h Index: jk_channel.h

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

2002-06-29 Thread mturk
mturk 2002/06/29 00:48:20 Modified:jk/native2/common jk_worker_lb.c Log: Serialize the calls to the workers until the first call finishes or times out. Added new config param 'timeout' setting the initialization worker timeout. Revision ChangesPath 1.21 +88

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

2002-06-29 Thread mturk
mturk 2002/06/29 00:49:30 Modified:jk/native2/common jk_worker_ajp13.c Log: If the channel provides the status callback call that and return if channel has not been initialized Revision ChangesPath 1.35 +8 -0 jakarta-tomcat-connectors/jk/native2/common

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

2002-06-29 Thread mturk
mturk 2002/06/29 00:51:20 Modified:jk/native2/common jk_channel_jni.c Log: Add 'init' param that if set disables the channel until the TC startup finishes, or lb timeout occurs. Revision ChangesPath 1.29 +38 -3 jakarta-tomcat-connectors/jk/native2/common

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

2002-06-29 Thread mturk
mturk 2002/06/29 07:17:27 Modified:jk/native2/server/isapi jk_isapi_plugin.c Log: Create the thread when DllMain is called with the DLL_PROCCESS_ATTACH param that starts the jk2 initalization. That enables the inprocess TC to be started, cause it disables the thread locking

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

2002-06-29 Thread mturk
mturk 2002/06/29 11:28:10 Modified:jk/native2/common jk_worker_lb.c Log: Move the worker initalization to channel, so we can skip the channels that not need that option. Revision ChangesPath 1.22 +6 -13 jakarta-tomcat-connectors/jk/native2/common

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

2002-06-29 Thread mturk
mturk 2002/06/29 11:29:09 Modified:jk/native2/common jk_worker_jni.c Log: Make the default 60 second worker initalization. Revision ChangesPath 1.20 +1 -1 jakarta-tomcat-connectors/jk/native2/common/jk_worker_jni.c Index: jk_worker_jni.c

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

2002-06-29 Thread mturk
mturk 2002/06/29 11:29:51 Modified:jk/native2/common jk_worker_ajp13.c Log: Changed the call to the service callback. Revision ChangesPath 1.36 +1 -2 jakarta-tomcat-connectors/jk/native2/common/jk_worker_ajp13.c Index: jk_worker_ajp13.c

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

2002-06-29 Thread mturk
mturk 2002/06/29 11:31:01 Modified:jk/native2/common jk_channel_jni.c Log: Make default 60 second initialization. Revision ChangesPath 1.30 +7 -8 jakarta-tomcat-connectors/jk/native2/common/jk_channel_jni.c Index: jk_channel_jni.c

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

2002-06-29 Thread mturk
mturk 2002/06/29 11:32:30 Modified:jk/native2/common jk_channel.c Log: Added 'init' option. This is the number of second that worker waits for channel to initialize. Defaults to 0 except for jni channel Revision ChangesPath 1.5 +4 -0 jakarta-tomcat

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

2002-06-29 Thread mturk
mturk 2002/06/29 11:33:06 Modified:jk/native2/include jk_worker.h Log: Remove the initalize flag from the worker. Revision ChangesPath 1.26 +2 -7 jakarta-tomcat-connectors/jk/native2/include/jk_worker.h Index: jk_worker.h

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

2002-06-29 Thread mturk
mturk 2002/06/29 11:33:57 Modified:jk/native2/include jk_channel.h Log: Chenged the status callback proto. Revision ChangesPath 1.17 +3 -1 jakarta-tomcat-connectors/jk/native2/include/jk_channel.h Index: jk_channel.h

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

2002-06-29 Thread mturk
mturk 2002/06/29 11:34:36 Modified:jk/native2/include jk_bean.h Log: Add the initialize flag/timeout. Revision ChangesPath 1.7 +5 -0 jakarta-tomcat-connectors/jk/native2/include/jk_bean.h Index: jk_bean.h

cvs commit: jakarta-tomcat-connectors/jk/native2/jni jk_jni_aprImpl.c

2002-06-30 Thread mturk
mturk 2002/06/30 02:57:38 Modified:jk/native2/jni jk_jni_aprImpl.c Log: Removed the jkStatus native call. Use the jkSetAttribute for TC startup signaling. Revision ChangesPath 1.39 +15 -13jakarta-tomcat-connectors/jk/native2/jni/jk_jni_aprImpl.c Index

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/apr AprImpl.java

2002-06-30 Thread mturk
mturk 2002/06/30 02:59:02 Modified:jk/java/org/apache/jk/apr AprImpl.java Log: Removed the jkStatus native call. Use the jkSetAttribute for TC startup signaling. Revision ChangesPath 1.23 +1 -11 jakarta-tomcat-connectors/jk/java/org/apache/jk/apr

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/apr TomcatStarter.java

2002-06-30 Thread mturk
mturk 2002/06/30 02:59:11 Modified:jk/java/org/apache/jk/apr TomcatStarter.java Log: Removed the jkStatus native call. Use the jkSetAttribute for TC startup signaling. Revision ChangesPath 1.10 +3 -4 jakarta-tomcat-connectors/jk/java/org/apache/jk/apr

cvs commit: jakarta-tomcat-connectors/jk/native2/server/isapi isapi_redirector2.reg

2002-06-30 Thread mturk
mturk 2002/06/30 03:11:11 Modified:jk/native2/server/isapi isapi_redirector2.reg Log: Fix the workerFile key to workersFile Revision ChangesPath 1.3 +1 -1 jakarta-tomcat-connectors/jk/native2/server/isapi/isapi_redirector2.reg Index: isapi_redirector2

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

2002-07-01 Thread mturk
mturk 2002/07/01 08:42:52 Modified:jk/native2/include jk_vm.h Log: Added destroy callback function. Revision ChangesPath 1.4 +2 -0 jakarta-tomcat-connectors/jk/native2/include/jk_vm.h Index: jk_vm.h

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

2002-07-01 Thread mturk
mturk 2002/07/01 08:44:16 Modified:jk/native2/common jk_worker_jni.c Log: On worker destroy call the TomcatStarter with the stop arg to gracefuly shutdown the Tomcat. Revision ChangesPath 1.21 +36 -23jakarta-tomcat-connectors/jk/native2/common

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

2002-07-01 Thread mturk
mturk 2002/07/01 08:45:20 Modified:jk/native2/common jk_vm_default.c Log: Add the destroy callback that calls the DestroyJavaVM Revision ChangesPath 1.19 +20 -0 jakarta-tomcat-connectors/jk/native2/common/jk_vm_default.c Index: jk_vm_default.c

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

2002-07-01 Thread mturk
mturk 2002/07/01 08:46:20 Modified:jk/native2/server/apache2 mod_jk2.c Log: Register child_init pool cleanup function jk2_shutdown Revision ChangesPath 1.38 +13 -1 jakarta-tomcat-connectors/jk/native2/server/apache2/mod_jk2.c Index: mod_jk2.c

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

2002-07-01 Thread mturk
mturk 2002/07/01 09:53:55 Modified:jk/native2/server/isapi jk_isapi_plugin.c Log: Grecefully shutdown the Tomcat when IIS service stops. Revision ChangesPath 1.31 +7 -4 jakarta-tomcat-connectors/jk/native2/server/isapi/jk_isapi_plugin.c Index

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

2002-07-02 Thread mturk
mturk 2002/07/02 05:06:46 Modified:jk/native2/common jk_worker_jni.c Log: Disable the call ro the DestoryJavaVM. This call should be invoked when the TomcatStarter or something else signals that there will be no more calls. Revision ChangesPath 1.23 +7 -2

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

2002-07-02 Thread mturk
mturk 2002/07/02 05:08:25 Modified:jk/native2/common jk_channel_jni.c Log: Call the vm detach on 'afterRequest' and on channel destoy. Revision ChangesPath 1.31 +5 -1 jakarta-tomcat-connectors/jk/native2/common/jk_channel_jni.c Index: jk_channel_jni.c

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

2002-07-04 Thread mturk
mturk 2002/07/04 00:23:55 Modified:jk/native2/server/isapi jk_isapi_plugin.c Log: Set the starter thread extisting through entire extension life cycle. The starter thread at init sleeps for 1 s, causing not blocking of the main IIS thread that calls LoadLibrary for our

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

2002-07-04 Thread mturk
mturk 2002/07/04 05:44:56 Modified:jk/native2/server/isapi jk_isapi_plugin.c Log: Use the WaitForSingleObject instead of GetThreatExitCode. There was a bug that caused terminating the starter thread before the entire clenup finished. The entire extinsion start/stop

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

2002-07-06 Thread mturk
mturk 2002/07/06 01:05:49 Modified:jk/native2/server/isapi jk_isapi_plugin.c Log: Fix the Q250397 bug introducing authComplete registry param that one when set enables the SF_NOTIFY_AUTH_COMPLETE filter notification. Remove the iis5 version checking acordingly using new

cvs commit: jakarta-tomcat-connectors/jk/native2/server/isapi jk_iis.h

2002-07-06 Thread mturk
mturk 2002/07/06 01:06:55 Modified:jk/native2/server/isapi jk_iis.h Log: Some #defines for getting the erver version from registry Revision ChangesPath 1.9 +1 -0 jakarta-tomcat-connectors/jk/native2/server/isapi/jk_iis.h Index: jk_iis.h

cvs commit: jakarta-tomcat-connectors/jk/native2/server/isapi isapi_redirector2.reg

2002-07-06 Thread mturk
mturk 2002/07/06 01:07:41 Modified:jk/native2/server/isapi isapi_redirector2.reg Log: The new DWORD param authComplete set to any nonzero value to activate. Revision ChangesPath 1.4 +1 -1 jakarta-tomcat-connectors/jk/native2/server/isapi

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/apr TomcatStarter.java

2002-07-07 Thread mturk
mturk 2002/07/07 04:09:01 Modified:jk/java/org/apache/jk/apr TomcatStarter.java Log: Fix the reporting of 'No class found' error message on the stderr. Revision ChangesPath 1.12 +4 -1 jakarta-tomcat-connectors/jk/java/org/apache/jk/apr/TomcatStarter.java

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

2002-07-08 Thread mturk
mturk 2002/07/08 00:43:51 Added: jk/native2/server/isapi jk_iis_thread_pool.c Log: IIS Thread pool. Revision ChangesPath 1.1 jakarta-tomcat-connectors/jk/native2/server/isapi/jk_iis_thread_pool.c Index: jk_iis_thread_pool.c

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

2002-07-08 Thread mturk
mturk 2002/07/08 00:45:32 Modified:jk/native2/server/isapi jk_isapi_plugin.c Log: Move the init to the GetFilterVersion, allowing p file authComplete config value. Needed changes for the ThreadPool. Revision ChangesPath 1.37 +160 -145 jakarta-tomcat

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

2002-07-08 Thread mturk
mturk 2002/07/08 00:46:02 Modified:jk/native2/server/isapi isapi.dsp Log: Add the jk_iis_thread_pool.c to the build. Revision ChangesPath 1.17 +4 -0 jakarta-tomcat-connectors/jk/native2/server/isapi/isapi.dsp Index: isapi.dsp

cvs commit: jakarta-tomcat-connectors/jk/native2/server/isapi jk_iis.h

2002-07-08 Thread mturk
mturk 2002/07/08 00:48:47 Modified:jk/native2/server/isapi jk_iis.h Log: Add the needed prototypes for the ThreadPool. Revision ChangesPath 1.10 +7 -0 jakarta-tomcat-connectors/jk/native2/server/isapi/jk_iis.h Index: jk_iis.h

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

2002-07-08 Thread mturk
mturk 2002/07/08 05:13:51 Modified:jk/native2/server/apache2 jk_logger_apache2.c Log: Change the JK_LOG_INFO to be logged as [notice] instead of [warning]. This is much more intuitive for the context we are logging. Revision ChangesPath 1.27 +1 -1 jakarta

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

2002-07-08 Thread mturk
mturk 2002/07/08 06:30:57 Modified:jk/native2/server/apache2 jk_service_apache2.c Log: no message Revision ChangesPath 1.27 +5 -5 jakarta-tomcat-connectors/jk/native2/server/apache2/jk_service_apache2.c Index: jk_service_apache2.c

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

2002-07-08 Thread mturk
mturk 2002/07/08 06:31:23 Modified:jk/native2/server/apache2 mod_jk2.c Log: no message Revision ChangesPath 1.39 +5 -5 jakarta-tomcat-connectors/jk/native2/server/apache2/mod_jk2.c Index: mod_jk2.c

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

2002-07-08 Thread mturk
mturk 2002/07/08 06:32:15 Modified:jk/native2/common jk_workerEnv.c Log: no message Revision ChangesPath 1.56 +5 -5 jakarta-tomcat-connectors/jk/native2/common/jk_workerEnv.c Index: jk_workerEnv.c

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

2002-07-08 Thread mturk
mturk 2002/07/08 06:32:49 Modified:jk/native2/common jk_worker_status.c Log: no message Revision ChangesPath 1.30 +1 -1 jakarta-tomcat-connectors/jk/native2/common/jk_worker_status.c Index: jk_worker_status.c

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

2002-07-08 Thread mturk
mturk 2002/07/08 06:33:38 Modified:jk/native2/common jk_worker_lb.c Log: no message Revision ChangesPath 1.23 +4 -4 jakarta-tomcat-connectors/jk/native2/common/jk_worker_lb.c Index: jk_worker_lb.c

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

2002-07-08 Thread mturk
mturk 2002/07/08 06:34:26 Modified:jk/native2/common jk_worker_ajp13.c Log: no message Revision ChangesPath 1.38 +15 -15jakarta-tomcat-connectors/jk/native2/common/jk_worker_ajp13.c Index: jk_worker_ajp13.c

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

2002-07-08 Thread mturk
mturk 2002/07/08 06:35:02 Modified:jk/native2/common jk_vm_default.c Log: no message Revision ChangesPath 1.21 +5 -5 jakarta-tomcat-connectors/jk/native2/common/jk_vm_default.c Index: jk_vm_default.c

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

2002-07-08 Thread mturk
mturk 2002/07/08 06:35:53 Modified:jk/native2/common jk_uriMap.c Log: no message Revision ChangesPath 1.35 +18 -18jakarta-tomcat-connectors/jk/native2/common/jk_uriMap.c Index: jk_uriMap.c

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

2002-07-08 Thread mturk
mturk 2002/07/08 06:36:29 Modified:jk/native2/common jk_uriEnv.c Log: no message Revision ChangesPath 1.24 +9 -9 jakarta-tomcat-connectors/jk/native2/common/jk_uriEnv.c Index: jk_uriEnv.c

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

2002-07-08 Thread mturk
mturk 2002/07/08 06:37:10 Modified:jk/native2/common jk_shm.c Log: no message Revision ChangesPath 1.28 +8 -8 jakarta-tomcat-connectors/jk/native2/common/jk_shm.c Index: jk_shm.c

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

2002-07-08 Thread mturk
mturk 2002/07/08 06:37:54 Modified:jk/native2/common jk_requtil.c Log: no message Revision ChangesPath 1.23 +2 -2 jakarta-tomcat-connectors/jk/native2/common/jk_requtil.c Index: jk_requtil.c

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

2002-07-08 Thread mturk
mturk 2002/07/08 06:38:26 Modified:jk/native2/common jk_mutex.c Log: no message Revision ChangesPath 1.4 +4 -4 jakarta-tomcat-connectors/jk/native2/common/jk_mutex.c Index: jk_mutex.c

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

2002-07-08 Thread mturk
mturk 2002/07/08 06:39:12 Modified:jk/native2/common jk_handler_response.c Log: no message Revision ChangesPath 1.23 +2 -2 jakarta-tomcat-connectors/jk/native2/common/jk_handler_response.c Index: jk_handler_response.c

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

2002-07-08 Thread mturk
mturk 2002/07/08 06:40:02 Modified:jk/native2/common jk_env.c Log: no message Revision ChangesPath 1.37 +7 -7 jakarta-tomcat-connectors/jk/native2/common/jk_env.c Index: jk_env.c

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

2002-07-08 Thread mturk
mturk 2002/07/08 06:40:27 Modified:jk/native2/common jk_endpoint.c Log: no message Revision ChangesPath 1.21 +2 -2 jakarta-tomcat-connectors/jk/native2/common/jk_endpoint.c Index: jk_endpoint.c

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

2002-07-08 Thread mturk
mturk 2002/07/08 06:40:41 Modified:jk/native2/common jk_config_file.c Log: no message Revision ChangesPath 1.4 +1 -1 jakarta-tomcat-connectors/jk/native2/common/jk_config_file.c Index: jk_config_file.c

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

2002-07-08 Thread mturk
mturk 2002/07/08 06:40:54 Modified:jk/native2/common jk_config.c Log: no message Revision ChangesPath 1.27 +5 -5 jakarta-tomcat-connectors/jk/native2/common/jk_config.c Index: jk_config.c

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

2002-07-08 Thread mturk
mturk 2002/07/08 06:41:13 Modified:jk/native2/common jk_channel_un.c Log: no message Revision ChangesPath 1.13 +5 -5 jakarta-tomcat-connectors/jk/native2/common/jk_channel_un.c Index: jk_channel_un.c

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

2002-07-08 Thread mturk
mturk 2002/07/08 06:41:30 Modified:jk/native2/common jk_channel_socket.c Log: no message Revision ChangesPath 1.38 +5 -5 jakarta-tomcat-connectors/jk/native2/common/jk_channel_socket.c Index: jk_channel_socket.c

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

2002-07-08 Thread mturk
mturk 2002/07/08 06:41:47 Modified:jk/native2/common jk_channel_jni.c Log: no message Revision ChangesPath 1.32 +9 -10 jakarta-tomcat-connectors/jk/native2/common/jk_channel_jni.c Index: jk_channel_jni.c

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

2002-07-08 Thread mturk
mturk 2002/07/08 06:42:03 Modified:jk/native2/common jk_channel_apr_socket.c Log: no message Revision ChangesPath 1.24 +1 -1 jakarta-tomcat-connectors/jk/native2/common/jk_channel_apr_socket.c Index: jk_channel_apr_socket.c

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

2002-07-08 Thread mturk
mturk 2002/07/08 06:42:14 Modified:jk/native2/common jk_channel.c Log: no message Revision ChangesPath 1.6 +5 -5 jakarta-tomcat-connectors/jk/native2/common/jk_channel.c Index: jk_channel.c

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

2002-07-10 Thread mturk
mturk 2002/07/10 10:36:09 Modified:jk/native2/server/isapi jk_isapi_plugin.c Log: Fix the DllMain DLL_PROCESS_DETACH waitng for already closed thread. Revision ChangesPath 1.38 +4 -4 jakarta-tomcat-connectors/jk/native2/server/isapi/jk_isapi_plugin.c

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

2002-07-10 Thread mturk
mturk 2002/07/10 10:41:40 Modified:jk/native2/common jk_worker_jni.c Log: Fix the reporting of stderr and stdout redirection and, calling it if the methods are not set in the config. Revision ChangesPath 1.25 +19 -17jakarta-tomcat-connectors/jk/native2

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

2002-07-11 Thread mturk
mturk 2002/07/11 04:38:13 Modified:jk/native2/common jk_worker_jni.c Log: Introduce the worker.jni hooks. There are 4 types of hooks right now: 1. onStartup : executes on load, redirect i/o and registeres natives 2. onInit : executes on load 3. onClose : executes

cvs commit: jakarta-tomcat-connectors/jk/conf workers2.properties

2002-07-11 Thread mturk
mturk 2002/07/11 04:40:48 Modified:jk/conf workers2.properties Log: Introduce the worker.jni hooks. worker.jni:onStartup executes on load worker.jni:onInit executes on load can be followed by extra chars (worker.jni.onInit123) worker.jni:onClose can be followed by extra

cvs commit: jakarta-tomcat-connectors/jk/native2/server/isapi isapi_redirector2.reg

2002-07-13 Thread mturk
mturk 2002/07/13 00:30:51 Modified:jk/native2/server/isapi isapi_redirector2.reg Log: Change the authComplete to REG_SZ to be compatible with the p files. Add the threadPool registry value that sets the ThreadPool on. Revision ChangesPath 1.5 +2 -1

  1   2   3   4   5   6   7   8   9   10   >