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

2005-09-15 Thread mturk
mturk 2005/09/15 22:52:26 Modified:jk/native/common jk_lb_worker.c jk_shm.c jk_shm.h jk_status.c Log: Fix bug #36525 by properly aligning shared memory header struct. This patch was provided and investigated by Rainer Jung. Thaks! Also bring back 64

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

2005-09-17 Thread mturk
mturk 2005/09/17 04:19:47 Modified:jk/native/common jk_shm.c Log: Use named union for shm header. Some compilers have problems comiling unnamed unions as struct members. Revision ChangesPath 1.21 +21 -21jakarta-tomcat-connectors/jk/native/common/jk_shm.c

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

2005-09-22 Thread mturk
mturk 2005/09/22 23:35:10 Modified:jk/native/iis jk_isapi_plugin.c Log: Use simple Translate header for multiple instances. Patch provided by Tim Whittington fixes #35298. Revision ChangesPath 1.54 +7 -4 jakarta-tomcat-connectors/jk/native/iis

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

2005-09-22 Thread mturk
mturk 2005/09/22 23:54:16 Modified:jk/native/iis jk_isapi_plugin.c Log: Remove temporary HTTP_TOMCATQUERY header from ALL_HTTP. Patch provided by Tim Whittington that fixes #36765 Revision ChangesPath 1.55 +13 -2 jakarta-tomcat-connectors/jk/native/iis

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

2005-09-23 Thread mturk
mturk 2005/09/23 00:18:21 Modified:jk/native/common jk_lb_worker.c Log: Fix loadbalancer retries to allow usage of cachesize lower then number of threads. In case the worker is busy having no free endpoints, and the retries config value is larger the total number of workers in

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

2005-09-23 Thread mturk
mturk 2005/09/23 00:32:24 Modified:jk/native/common jk_lb_worker.c Log: Fix compile time warnings. No functional change. Revision ChangesPath 1.96 +4 -4 jakarta-tomcat-connectors/jk/native/common/jk_lb_worker.c Index: jk_lb_worker.c

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

2005-09-23 Thread mturk
mturk 2005/09/23 00:57:28 Modified:jk/native/common jk_status.c Log: Added cmd=reset status command without web interface that will reset all workers in selected load balancer and reset their runtime data. This is usefull for cron jobs to skip the need to cold restart apache

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

2005-09-23 Thread mturk
mturk 2005/09/23 04:44:44 Modified:jk/native/common jk_version.h Log: Bump the release version Revision ChangesPath 1.46 +2 -2 jakarta-tomcat-connectors/jk/native/common/jk_version.h Index: jk_version.h

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

2005-09-23 Thread mturk
mturk 2005/09/23 04:49:04 Modified:jk/native/common jk_connect.h Log: Fix compile time warning Revision ChangesPath 1.17 +2 -2 jakarta-tomcat-connectors/jk/native/common/jk_connect.h Index: jk_connect.h

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

2005-09-23 Thread mturk
mturk 2005/09/23 04:51:51 Modified:jk/native/common jk_version.h Log: Bump to 1.2.16-dev verion. We are ready for SVN transition. Revision ChangesPath 1.47 +4 -4 jakarta-tomcat-connectors/jk/native/common/jk_version.h Index: jk_version.h

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

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 s

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

2002-06-24 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-24 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-24 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-24 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-24 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-24 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-24 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/native/common jk_ajp12_worker.c

2002-06-24 Thread mturk
mturk 2002/06/25 00:08:47 Modified:jk/native/common jk_ajp12_worker.c Log: Introduced socket and cache timeout. By Jan Singer, Henri Gomez and Mladen Turk. Revision ChangesPath 1.7 +4 -3 jakarta-tomcat-connectors/jk/native/common/jk_ajp12_worker.c

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.2

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/nati

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 jaka

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_logger_win32.c

2002-07-02 Thread mturk
mturk 2002/07/02 05:04:40 Modified:jk/native2/common jk_logger_win32.c Log: Fix the Run-Time Check Failrue #3 - The variable 'rc' is being used without being defined. This solves the IIS startup for debug build. Revision ChangesPath 1.7 +1 -1

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_cha

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/TomcatSt

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 on

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

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

2002-07-14 Thread mturk
mturk 2002/07/14 06:30:04 Modified:jk/java/org/apache/jk/apr AprImpl.java Log: Added Apache Software License prolog Revision ChangesPath 1.25 +60 -1 jakarta-tomcat-connectors/jk/java/org/apache/jk/apr/AprImpl.java Index: AprImpl.java

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

2002-07-14 Thread mturk
mturk 2002/07/14 06:32:13 Modified:jk/java/org/apache/jk/apr TomcatStarter.java Log: Added Apache Software License prolog. Check if TomcatStarter was called with the stop param. If called that way sleep for 5 seconds to allow the server shutdown, and then call the clear the

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

2002-07-14 Thread mturk
mturk 2002/07/14 06:33:56 Modified:jk/native2/common jk_worker_jni.c Log: Remove the destroying of the jvm from native code, the TomcatStarter will do that on Java side. Revision ChangesPath 1.27 +1 -2 jakarta-tomcat-connectors/jk/native2/common

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

2002-07-14 Thread mturk
mturk 2002/07/14 06:36:03 Modified:jk/native2/common jk_channel_jni.c Log: Remove the jvm detaching from channel ajp to the service. Revision ChangesPath 1.33 +7 -3 jakarta-tomcat-connectors/jk/native2/common/jk_channel_jni.c Index: jk_channel_jni.c

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

2002-07-14 Thread mturk
mturk 2002/07/14 06:37:28 Modified:jk/native2/server/apache2 jk_service_apache2.c Log: Move the jvm detaching to the service afterRequest. That way we are sure that the detaching is in the same thread. Revision ChangesPath 1.28 +8 -1 jakarta-tomcat

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

2002-07-14 Thread mturk
mturk 2002/07/14 06:39:13 Modified:jk/native2/server/isapi jk_isapi_plugin.c Log: Remove the hack for unloading the jvm. Now its done on the Java side. Check for threadPool config value to be at least 10 or higher. Revision ChangesPath 1.39 +9 -8 jakarta

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

2002-07-14 Thread mturk
mturk 2002/07/14 06:41:36 Modified:jk/native2/server/isapi jk_iis_thread_pool.c Log: Detach the jvm when the thread receives the shudown signal. There is a substantial performance gain using this approach. Revision ChangesPath 1.2 +10 -1 jakarta-tomcat

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

2002-07-16 Thread mturk
mturk 2002/07/16 10:27:21 Modified:jk/native2/server/isapi jk_iis_thread_pool.c Log: Make all thread function as void and use ExitThread insted of return 0. Revision ChangesPath 1.3 +9 -7 jakarta-tomcat-connectors/jk/native2/server/isapi

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

2002-07-16 Thread mturk
mturk 2002/07/16 10:29:20 Modified:jk/native2/server/isapi jk_isapi_plugin.c Log: Make all thread function as void and use ExitThread insted of return 0. Change the call to the write_error_response to use the defines from jk_iis.h to skip multiple writting of the same thing

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

2002-07-16 Thread mturk
mturk 2002/07/16 10:30:15 Modified:jk/native2/server/isapi jk_iis.h Log: Add the Error 400 and 403 as #define html. Revision ChangesPath 1.11 +15 -3 jakarta-tomcat-connectors/jk/native2/server/isapi/jk_iis.h Index: jk_iis.h

  1   2   3   4   5   6   7   8   9   10   >