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

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

2002-06-12 Thread jfclere
jfclere 2002/06/12 05:42:25 Modified:jk/native2/server/apache2 jk_logger_apache2.c Log: Allow to switch on the trace of env. Revision ChangesPath 1.26 +2 -1 jakarta-tomcat-connectors/jk/native2/server/apache2/jk_logger_apache2.c Index:

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

2002-05-16 Thread costin
costin 02/05/16 13:55:23 Modified:jk/native2/server/apache2 jk_logger_apache2.c Log: Remove another log statement. Revision ChangesPath 1.23 +2 -2 jakarta-tomcat-connectors/jk/native2/server/apache2/jk_logger_apache2.c Index: jk_logger_apache2.c

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

2002-05-03 Thread costin
costin 02/05/03 10:49:53 Modified:jk/native2/server/apache2 jk_logger_apache2.c mod_jk2.c Log: More updates, return the correct result from setProperty ( or an message will be displayed ) Revision ChangesPath 1.21 +2 -0

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

2002-04-20 Thread nacho
nacho 02/04/20 15:57:16 Modified:jk/native2/common jk_map.c jk/native2/include jk_service.h jk/native2/server/apache2 jk_logger_apache2.c Log: * Cometic fixes less warnings * Some function definition fixes for win32 * ifdef not needed for win32

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

2002-04-02 Thread costin
costin 02/04/02 11:03:22 Modified:jk/native2/server/apache2 jk_logger_apache2.c jk_service_apache2.c Log: Small fixes Revision ChangesPath 1.17 +4 -1 jakarta-tomcat-connectors/jk/native2/server/apache2/jk_logger_apache2.c Index:

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

2002-03-25 Thread costin
costin 02/03/25 19:04:54 Modified:jk/native2/server/apache13 mod_jk2.c jk/native2/server/apache2 jk_logger_apache2.c mod_jk2.c Log: Update to the interface changes, implement the vargs logging function in logger.apache2 Revision ChangesPath 1.8

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

2002-03-23 Thread costin
costin 02/03/23 09:15:08 Modified:jk/native2/server/apache13 mod_jk2.c jk/native2/server/apache2 jk_logger_apache2.c jk_map_aprtable.c mod_jk2.c Log: Few fixes, add a setAttribute to jk_logger_apache2. Now both Apache1.3 and Apache2 are

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

2002-01-06 Thread costin
costin 02/01/06 01:06:02 Modified:jk/native2 build.xml jk/native2/common jk_handler_response.c jk_lb_worker.c jk/native2/common/apr jk_channel_apr_socket.c jk/native2/server/apache2 jk_logger_apache2.c

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

2001-12-15 Thread costin
costin 01/12/15 09:25:45 Modified:jk/native2/server/apache2 jk_logger_apache2.c jk_map_aprtable.c Log: Added the missing check for level in jk_logger_apache2. Finish jk_map_aprtable. Revision ChangesPath 1.9 +1 -1

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

2001-12-13 Thread costin
costin 01/12/13 11:05:31 Modified:jk/native2/server/apache2 jk_logger_apache2.c jk_pool_apr.c jk_service_apache2.c mod_jk.c Log: Renamed jk_service-finalize to afterRequest ( finalize is too overloaded ). Updates, make it compile again :-)

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

2001-12-12 Thread costin
costin 01/12/12 15:36:01 Modified:jk/native2/common jk_ajp14_worker.c jk_channel_socket.c jk_env.c jk_handler_response.c jk_jni_worker.c jk_msg_ajp.c jk_uriMap.c jk_workerEnv.c jk/native2/server/apache2 jk_logger_apache2.c

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

2001-12-07 Thread costin
costin 01/12/07 15:07:24 Modified:jk/native2/server/apache2 jk_logger_apache2.c Log: Better error level translation. Revision ChangesPath 1.5 +5 -3 jakarta-tomcat-connectors/jk/native2/server/apache2/jk_logger_apache2.c Index: jk_logger_apache2.c

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

2001-12-06 Thread costin
costin 01/12/06 14:50:25 Modified:jk/native2/server/apache2 jk_logger_apache2.c jk_pool_apr.c mod_jk.c Log: Update for the interface changes. Various fixes Update the code the initialize jk. Revision ChangesPath 1.4 +3 -1

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

2001-12-05 Thread costin
costin 01/12/05 12:49:48 Modified:jk/native2/server/apache2 jk_logger_apache2.c jk_pool_apr.c mod_jk.c Log: Few small fixes in apache logger and pool. Removed the old 'manual config' code, it'll be replaced with 'real' per_dir struct. Revision

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

2001-12-04 Thread costin
costin 01/12/04 11:11:56 Modified:jk/native2/common jk_logger_file.c jk/native2/server/apache2 jk_logger_apache2.c Log: Few fixes in logger. Apache logger will use 'warn' level for normal jk messages, 'error' for jk errors. Revision ChangesPath

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

2001-12-02 Thread costin
costin 01/12/02 14:09:54 Added: jk/native2/server/apache2 jk_logger_apache2.c Log: A logger implementation that send the logs to apache's error.log. Instead of tracking 2 log files and setting up mod_jk.log, we now use the native log format. This is not yet