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

2004-05-25 Thread jfclere
jfclere 2004/05/25 23:50:19 Modified:jk/native2/common jk_workerEnv.c Log: Use existing DEFINE (in jk_global.h). Submitted by Norm (normw at bocnet.com.au) (http://normw.gknw.com) Revision ChangesPath 1.68 +3 -3 jakarta-tomcat-connectors/jk/native2/common/jk_w

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_objCache.c jk_nwmain.c jk_mutex_thread.c jk_mutex_proc.c jk_mutex.c jk_msg_ajp.c jk_md5.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_jni.c jk_channel_apr_socket.c jk_channel.c

2004-03-21 Thread mturk
mturk 2004/03/21 01:43:10 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/common jk_workerEnv.c

2004-03-17 Thread hgomez
hgomez 2004/03/17 09:11:48 Modified:jk/native2/common jk_workerEnv.c Log: Remove unused vars (thanks gcc -wall) Revision ChangesPath 1.66 +1 -12 jakarta-tomcat-connectors/jk/native2/common/jk_workerEnv.c Index: jk_workerEnv.c =

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

2004-02-23 Thread hgomez
hgomez 2004/02/23 08:40:06 Modified:jk/native2/common jk_workerEnv.c Log: Oups, typo Revision ChangesPath 1.64 +2 -2 jakarta-tomcat-connectors/jk/native2/common/jk_workerEnv.c Index: jk_workerEnv.c

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/common jk_workerEnv.c

2003-01-23 Thread mturk
mturk 2003/01/23 04:18:13 Modified:jk/native2/common jk_workerEnv.c Log: Fix the core dumps if the shm wasn't specified or was disabled. Currently we only checked if it was disabled, not if it failed to initialize. Revision ChangesPath 1.60 +18 -9 jakarta-tom

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

2002-11-20 Thread mturk
mturk 2002/11/20 23:46:41 Modified:jk/native2/common jk_workerEnv.c jk_worker_lb.c Log: Fix the client aborted connections. Instead of setting the entire worker to a error state, check the service return value, and if it is set to the JK_HANDLER_ERROR, close the connection to

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

2002-11-20 Thread mturk
mturk 2002/11/20 09:25:41 Modified:jk/native2/common jk_workerEnv.c jk_handler_response.c Log: For stream channels (sockets) use the supplied msg for getChunk handler. Revision ChangesPath 1.58 +2 -2 jakarta-tomcat-connectors/jk/native2/common/jk_workerEnv.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_workerEnv.c jk_env.c jk_objCache.c jk_worker_lb.c

2002-05-31 Thread costin
costin 2002/05/31 11:09:13 Modified:jk/native2/common jk_workerEnv.c jk_env.c jk_objCache.c jk_worker_lb.c Log: Use jk_mutex. Revision ChangesPath 1.50 +24 -14jakarta-tomcat-connectors/jk/native2/common/jk_workerEnv.c Index: jk_work

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

2002-05-30 Thread costin
costin 02/05/30 11:24:10 Modified:jk/native2/common jk_workerEnv.c jk_worker_ajp13.c Log: If no explicit setAttribute( "logger" ) is configured, use the default server-specific logger. Without this apache native logger will be replaced with the file logger. Also ( to av

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

2002-05-28 Thread nacho
nacho 02/05/28 17:40:45 Modified:jk/native2/common jk_workerEnv.c Log: * loggers for dynamic config need to be expressed as type:localname form i.e "logger.file:0" Revision ChangesPath 1.48 +3 -4 jakarta-tomcat-connectors/jk/native2/common/jk_workerEnv.c

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

2002-05-15 Thread costin
costin 02/05/15 12:40:44 Modified:jk/native2/common jk_workerEnv.c Log: Add the timing option. Add a CS to support concurent operation ( non-critical since this is not per request ). addEndpoint - will assign an index to the endpoint. We also assign an index to channe

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

2002-05-14 Thread costin
costin 02/05/14 13:40:22 Modified:jk/native2/common jk_workerEnv.c Log: Create a shm slot for each workerEnv child. There are still some tricky issues with the childId in apache2 ( this is not relevant for single-process servers ) Revision ChangesPath 1.41 +

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

2002-05-09 Thread costin
costin 02/05/09 14:49:01 Modified:jk/native2/common jk_workerEnv.c Log: Sometimes env is not set. Revision ChangesPath 1.38 +4 -5 jakarta-tomcat-connectors/jk/native2/common/jk_workerEnv.c Index: jk_workerEnv.c ==

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

2002-05-09 Thread costin
costin 02/05/09 14:03:08 Modified:jk/native2/common jk_workerEnv.c Log: Slight change in workerEnv initialization - ajp workers will be initialized at the same time with the channels. That means lb init will report the right number of workers. Filter messages based on the

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

2002-05-03 Thread costin
costin 02/05/03 10:45:57 Modified:jk/native2/common jk_workerEnv.c Log: Remove some old code. Make sure the protocol is associated with each channel automatically. Update the default worker as 'lb', and make sure the name is correct. Revision ChangesPath 1.33

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

2002-04-30 Thread costin
costin 02/04/30 21:18:34 Modified:jk/native2/common jk_workerEnv.c Log: Small fix - ajp13/worker.ajp13 ( Nacho - you were right, that was broken ) Revision ChangesPath 1.31 +3 -2 jakarta-tomcat-connectors/jk/native2/common/jk_workerEnv.c Index: jk_workerE

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

2002-04-25 Thread costin
costin 02/04/25 12:20:46 Modified:jk/native2/common jk_workerEnv.c Log: Update the signatures and the dispatch method ( used for both messages from the web server and jni callbacks ) Update rc. Revision ChangesPath 1.30 +91 -68jakarta-tomcat-connectors/j

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

2002-04-12 Thread costin
costin 02/04/12 16:13:25 Modified:jk/native2/common jk_workerEnv.c Log: Init the vm ( if loaded ) Revision ChangesPath 1.29 +7 -1 jakarta-tomcat-connectors/jk/native2/common/jk_workerEnv.c Index: jk_workerEnv.c ==

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

2002-04-11 Thread costin
costin 02/04/11 17:09:17 Modified:jk/native2/common jk_workerEnv.c Log: Config: make worker.lb the default worker ( instead of randomly choosing the first worker ). The 'worker.lb' ( the default worker ) will also be automatically created and configured to include all forw

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

2002-04-11 Thread costin
costin 02/04/11 12:34:30 Modified:jk/native2/common jk_workerEnv.c Log: Channel initialization. If no worker is found we create a default ajp13 worker. Revision ChangesPath 1.26 +70 -4 jakarta-tomcat-connectors/jk/native2/common/jk_workerEnv.c Index:

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

2002-04-10 Thread costin
costin 02/04/10 16:48:33 Modified:jk/native2/common jk_workerEnv.c Log: Add shm initialization ( does nothing at the moment ) Revision ChangesPath 1.25 +14 -2 jakarta-tomcat-connectors/jk/native2/common/jk_workerEnv.c Index: jk_workerEnv.c ==

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

2002-04-02 Thread costin
costin 02/04/02 11:03:55 Modified:jk/native2/jni jk_channeljni_native.c jk_jni_aprImpl.c jk/native2/common jk_workerEnv.c Log: Small fixes Revision ChangesPath 1.3 +2 -8 jakarta-tomcat-connectors/jk/native2/jni/jk_channeljni_native.c Index

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

2002-03-25 Thread costin
costin 02/03/25 19:03:43 Modified:jk/native2/common jk_workerEnv.c Log: Update for the interface changes. Remove the duplicated worker creation code, jk_env takes care of pool allocation. Revision ChangesPath 1.22 +29 -40jakarta-tomcat-connectors/jk/native

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

2002-03-18 Thread costin
costin 02/03/18 10:33:55 Modified:jk/native2/common jk_workerEnv.c Log: Update workerEnv for the new config system. Note that object creation and management is now centralized in jk_env/jk_config. WorkerEnv, uriMap are no longer creating workers, uris - instead of creat

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

2002-03-01 Thread costin
costin 02/03/01 22:13:09 Modified:jk/native2/common jk_workerEnv.c Log: That's a big change - most of the configuration is here. It'll move in its own module, for now this is the right place since it controls the whole thing. Revision ChangesPath 1.18 +297 -

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

2002-02-28 Thread costin
costin 02/02/28 15:28:33 Modified:jk/native2/common jk_workerEnv.c Log: Use setProperty() to pass all config information. One sideefect is that you can now specify multiple files and/or use that as an include ( set workerFile property and the file will be read ). Of course

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

2002-02-21 Thread hgomez
hgomez 02/02/21 03:13:59 Modified:jk/native2/common jk_workerEnv.c jk_worker_jni.c jk_worker_run.c jk_worker_status.c Log: Sixth batch of renaming (how borred) Revision ChangesPath 1.16 +64 -64jakarta-tomcat-connectors/jk/native2/common/

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

2002-02-06 Thread costin
costin 02/02/06 11:16:25 Modified:jk/native2/common jk_workerEnv.c Log: Small fix - not all declared workers will be available. Revision ChangesPath 1.15 +12 -8 jakarta-tomcat-connectors/jk/native2/common/jk_workerEnv.c Index: jk_workerEnv.c

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

2002-01-25 Thread costin
costin 02/01/25 23:11:00 Modified:jk/native2/common jk_workerEnv.c Log: Add the dispatch, init the rPool. Revision ChangesPath 1.14 +67 -32jakarta-tomcat-connectors/jk/native2/common/jk_workerEnv.c Index: jk_workerEnv.c ==

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

2002-01-11 Thread costin
costin 02/01/11 21:15:35 Modified:jk/native2/common jk_workerEnv.c Log: Add the things we know at compile time into the properties. ( when we build the library for windows or unix it's likely we'll figure the path separator instead of asking the user to type it ). ( should

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

2001-12-31 Thread costin
costin 01/12/31 11:18:48 Modified:jk/native2/common jk_workerEnv.c Log: Moved some of the code that was duplicated in all server adapters. The initialization of jk is common for all servers, no need to cut&paste it. Revision ChangesPath 1.12 +110 -3jakarta-

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

2001-12-12 Thread costin
costin 01/12/12 13:36:17 Modified:jk/native2/common jk_workerEnv.c Log: Add logic to look for all handlers and create the dispatch table. Moved the main dispatcher logic from ajp_worker/ajp_endpoint - it is a generic mechanism that can be used by any worker ( of course, not

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

2001-12-06 Thread costin
costin 01/12/06 15:00:44 Modified:jk/native2/common jk_workerEnv.c Log: Added the createWebapp method. Updates, pools, small fixes. Revision ChangesPath 1.5 +62 -12jakarta-tomcat-connectors/jk/native2/common/jk_workerEnv.c Index: jk_workerEnv.c ===

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

2001-12-04 Thread costin
costin 01/12/04 11:10:04 Modified:jk/native2/common jk_workerEnv.c Log: Updates. Revision ChangesPath 1.3 +25 -6 jakarta-tomcat-connectors/jk/native2/common/jk_workerEnv.c Index: jk_workerEnv.c ===

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

2001-12-01 Thread costin
costin 01/12/01 14:35:27 Added: jk/native2/common jk_workerEnv.c Log: WorkerEnv - global options, manages mappings, workers, etc. This is the 'central' point for jk, similar with ContextManager. Revision ChangesPath 1.1 jakarta-tomcat-connectors/