cvs commit: jakarta-tomcat-connectors/ajp/proxy proxy_util.c

2004-08-04 Thread jfclere
jfclere 2004/08/04 00:44:34 Modified:ajp/proxy proxy_util.c Log: Make sure that APR_MAJOR_VERSION is defined. Revision ChangesPath 1.4 +1 -0 jakarta-tomcat-connectors/ajp/proxy/proxy_util.c Index: proxy_util.c

cvs commit: jakarta-tomcat-connectors/ajp/proxy proxy_ajp.c

2004-08-01 Thread jfclere
jfclere 2004/08/01 10:56:32 Modified:ajp/proxy proxy_ajp.c Log: Close only when needed. Revision ChangesPath 1.6 +13 -11jakarta-tomcat-connectors/ajp/proxy/proxy_ajp.c Index: proxy_ajp.c

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp.h

2004-08-01 Thread jfclere
jfclere 2004/08/01 09:52:18 Modified:ajp/ajplib/test ajp.h Log: Ajust ajp_msg_create prototype to ajp_msg.c. Revision ChangesPath 1.26 +1 -1 jakarta-tomcat-connectors/ajp/ajplib/test/ajp.h Index: ajp.h

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_header.c

2004-08-01 Thread jfclere
jfclere 2004/08/01 09:50:27 Modified:ajp/ajplib/test ajp_header.c Log: Arrange uri handling. Revision ChangesPath 1.24 +12 -1 jakarta-tomcat-connectors/ajp/ajplib/test/ajp_header.c Index: ajp_header.c

cvs commit: jakarta-tomcat-connectors/jk/xdocs/common AJPv13.xml

2004-07-31 Thread jfclere
jfclere 2004/07/31 04:34:53 Modified:jk/xdocs/common AJPv13.xml Log: Put the shutdown explaination at the right place, add something about Data and arrange Attribut explainations. Revision ChangesPath 1.10 +34 -25jakarta-tomcat-connectors/jk/xdocs/common

cvs commit: jakarta-tomcat-connectors/ajp/proxy proxy_ajp.c

2004-07-30 Thread jfclere
jfclere 2004/07/30 10:12:09 Modified:ajp/proxy proxy_ajp.c Log: Add the logic to read the body. Revision ChangesPath 1.3 +58 -29jakarta-tomcat-connectors/ajp/proxy/proxy_ajp.c Index: proxy_ajp.c

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_header.c

2004-07-30 Thread jfclere
jfclere 2004/07/30 10:06:20 Modified:ajp/ajplib/test ajp_header.c Log: Add logic to process what is after the headers ;-) Revision ChangesPath 1.19 +51 -0 jakarta-tomcat-connectors/ajp/ajplib/test/ajp_header.c Index: ajp_header.c

cvs commit: jakarta-tomcat-connectors/ajp/proxy proxy_ajp.c

2004-07-30 Thread jfclere
jfclere 2004/07/30 05:21:28 Modified:ajp/proxy proxy_ajp.c Log: Clean useless code. Revision ChangesPath 1.2 +4 -261jakarta-tomcat-connectors/ajp/proxy/proxy_ajp.c Index: proxy_ajp.c

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_header.c

2004-07-30 Thread jfclere
jfclere 2004/07/30 03:21:06 Modified:ajp/ajplib/test ajp_header.c Log: Add a trace. Revision ChangesPath 1.18 +3 -0 jakarta-tomcat-connectors/ajp/ajplib/test/ajp_header.c Index: ajp_header.c

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_header.c

2004-07-30 Thread jfclere
jfclere 2004/07/30 02:50:00 Modified:ajp/ajplib/test ajp_header.c Log: Arrange small things and temporaly modify ajp_read_header(). Revision ChangesPath 1.16 +21 -10jakarta-tomcat-connectors/ajp/ajplib/test/ajp_header.c Index: ajp_header.c

cvs commit: jakarta-tomcat-connectors/ajp/proxy proxy_ajp.c

2004-07-29 Thread jfclere
jfclere 2004/07/29 08:13:59 Added: ajp/proxy proxy_ajp.c Log: First try to get proxy using ajp (Note that is for httpd-2.1). Revision ChangesPath 1.1 jakarta-tomcat-connectors/ajp/proxy/proxy_ajp.c Index: proxy_ajp.c

cvs commit: jakarta-tomcat-connectors/ajp/proxy config.m4.patch

2004-07-29 Thread jfclere
jfclere 2004/07/29 08:07:39 Modified:ajp/proxy config.m4.patch Log: Add the needed ajp modules. Revision ChangesPath 1.2 +2 -2 jakarta-tomcat-connectors/ajp/proxy/config.m4.patch Index: config.m4.patch

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_header.c

2004-07-29 Thread jfclere
jfclere 2004/07/29 08:04:20 Modified:ajp/ajplib/test ajp_header.c Log: Typo. Revision ChangesPath 1.13 +1 -1 jakarta-tomcat-connectors/ajp/ajplib/test/ajp_header.c Index: ajp_header.c

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_header.c

2004-07-29 Thread jfclere
jfclere 2004/07/29 07:38:18 Modified:ajp/ajplib/test ajp_header.c Log: Add routines to read the response. Revision ChangesPath 1.12 +60 -2 jakarta-tomcat-connectors/ajp/ajplib/test/ajp_header.c Index: ajp_header.c

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_link.c ajp_logon.c ajp_msg.c

2004-07-29 Thread jfclere
jfclere 2004/07/29 03:10:21 Modified:ajp/ajplib/test ajp_link.c ajp_logon.c ajp_msg.c Log: ap_log_rerror needs a request otherwise it cores, so use ap_log_error. Revision ChangesPath 1.7 +8 -8 jakarta-tomcat-connectors/ajp/ajplib/test/ajp_link.c Index

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_header.c

2004-07-29 Thread jfclere
jfclere 2004/07/29 02:58:48 Modified:ajp/ajplib/test ajp_header.c Log: Add a read routine... It returns the message to reuse it. Revision ChangesPath 1.11 +31 -0 jakarta-tomcat-connectors/ajp/ajplib/test/ajp_header.c Index: ajp_header.c

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_msg.c

2004-07-29 Thread jfclere
jfclere 2004/07/29 02:57:44 Modified:ajp/ajplib/test ajp_msg.c Log: Remove useless variable. Revision ChangesPath 1.10 +0 -2 jakarta-tomcat-connectors/ajp/ajplib/test/ajp_msg.c Index: ajp_msg.c

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_msg.c

2004-07-29 Thread jfclere
jfclere 2004/07/29 01:47:49 Modified:ajp/ajplib/test ajp_msg.c Log: Add ajp_msg_peek_byte() to read the type of the response. Revision ChangesPath 1.9 +24 -0 jakarta-tomcat-connectors/ajp/ajplib/test/ajp_msg.c Index: ajp_msg.c

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_header.c

2004-07-29 Thread jfclere
jfclere 2004/07/29 01:23:42 Modified:ajp/ajplib/test ajp_header.c Log: Add missng ajp_msg_reset(). Revision ChangesPath 1.10 +2 -0 jakarta-tomcat-connectors/ajp/ajplib/test/ajp_header.c Index: ajp_header.c

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test testajp.c

2004-07-29 Thread jfclere
jfclere 2004/07/29 01:12:57 Modified:ajp/ajplib/test testajp.c Log: Don't include httpd_wrap.h that is done in ajp.h. Conditionaly add APR_PROTO_TCP to apr_socket_create(). Revision ChangesPath 1.6 +3 -1 jakarta-tomcat-connectors/ajp/ajplib/test/test

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_header.c

2004-07-28 Thread jfclere
jfclere 2004/07/28 10:25:22 Modified:ajp/ajplib/test ajp_header.c Log: Fix the coding style errors and the extra ajp_ilink_send. Thanks!!! Revision ChangesPath 1.6 +11 -12jakarta-tomcat-connectors/ajp/ajplib/test/ajp_header.c Index: ajp_header.c

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp.h ajp_header.c ajp_msg.c

2004-07-28 Thread jfclere
jfclere 2004/07/28 09:57:26 Modified:ajp/ajplib/test ajp.h ajp_header.c ajp_msg.c Log: Otherwise we never get the address of the ajp_msg_t. Revision ChangesPath 1.8 +1 -1 jakarta-tomcat-connectors/ajp/ajplib/test/ajp.h Index: ajp.h

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_header.c

2004-07-28 Thread jfclere
jfclere 2004/07/28 09:39:19 Modified:ajp/ajplib/test ajp_header.c Log: Add the routine that builds and sends the header using informations from the request_rec structure. Revision ChangesPath 1.4 +34 -0 jakarta-tomcat-connectors/ajp/ajplib/test/ajp_header.c

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_header.c ajp_header.h Makefile ajp.h

2004-07-28 Thread jfclere
jfclere 2004/07/28 07:43:46 Modified:ajp/ajplib/test Makefile ajp.h Added: ajp/ajplib/test ajp_header.c ajp_header.h Log: Add the building/reading of the headers. Revision ChangesPath 1.3 +6 -3 jakarta-tomcat-connectors/ajp/ajplib/test/Makefile

cvs commit: jakarta-tomcat-connectors/ajp/proxy config.m4.patch

2004-07-28 Thread jfclere
jfclere 2004/07/28 01:07:11 Added: ajp/proxy config.m4.patch Log: Patch for httpd-2.0/modules/proxy/config.m4: It allows to use --enable-proxy-ajp with configuring Apache. To load it: +++ LoadModule proxy_ajp_module modules/mod_proxy_ajp.so +++ And to use it

cvs commit: jakarta-tomcat-connectors/ajp/proxy - New directory

2004-07-28 Thread jfclere
jfclere 2004/07/28 01:00:22 jakarta-tomcat-connectors/ajp/proxy - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test Makefile

2004-07-27 Thread jfclere
jfclere 2004/07/27 08:23:19 Modified:ajp/ajplib/test Makefile Log: Add lib_ajp and build testajp using it. Revision ChangesPath 1.2 +8 -3 jakarta-tomcat-connectors/ajp/ajplib/test/Makefile Index: Makefile

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp.h

2004-07-27 Thread jfclere
jfclere 2004/07/27 08:07:32 Modified:ajp/ajplib/test ajp.h Log: Add apr_version.h otherwise APR_MAJOR_VERSION is not defined. Revision ChangesPath 1.4 +3 -1 jakarta-tomcat-connectors/ajp/ajplib/test/ajp.h Index: ajp.h

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test Makefile

2004-07-27 Thread jfclere
jfclere 2004/07/27 07:45:09 Added: ajp/ajplib/test Makefile Log: Very basic makefile to build on Unixes : It requires an installed httpd-2.x and that you edit him to set APACHE_DIR to your installed Apache. A configure needs a little more... Revision ChangesPath

cvs commit: jakarta-tomcat-connectors/jk/native2 buildconf.sh

2004-07-23 Thread jfclere
jfclere 2004/07/23 01:10:44 Modified:jk/native2 buildconf.sh Log: Like in native: remove automake cache directory. Revision ChangesPath 1.9 +3 -0 jakarta-tomcat-connectors/jk/native2/buildconf.sh Index: buildconf.sh

cvs commit: jakarta-tomcat-connectors/jk/native buildconf.sh

2004-07-23 Thread jfclere
jfclere 2004/07/23 01:06:30 Modified:jk/native buildconf.sh Log: Remove the automake cache directory. Revision ChangesPath 1.10 +6 -0 jakarta-tomcat-connectors/jk/native/buildconf.sh Index: buildconf.sh

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

2004-07-19 Thread jfclere
jfclere 2004/07/19 06:51:42 Modified:jk/native/common jk_global.h Log: whithout ap_config.h APR_CHARSET_EBCDIC is not set. Revision ChangesPath 1.30 +6 -1 jakarta-tomcat-connectors/jk/native/common/jk_global.h Index: jk_global.h

cvs commit: jakarta-tomcat-connectors/jk/xdocs index.xml

2004-07-14 Thread jfclere
jfclere 2004/07/14 00:51:32 Modified:jk/xdocs index.xml Log: Arrange the part speaking about mod_WebApp and put links to my old documentation. Revision ChangesPath 1.17 +9 -15 jakarta-tomcat-connectors/jk/xdocs/index.xml Index: index.xml

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

2004-07-13 Thread jfclere
jfclere 2004/07/13 06:58:10 Modified:jk/native/common jk_global.h jk_util.c jk_version.h Log: Use portable.h to detect snprint() and vsnprintf(). Add replacement code for them when they are not available. Revision ChangesPath 1.29 +20 -2 jakarta-tomcat

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

2004-07-13 Thread jfclere
jfclere 2004/07/13 06:31:20 Modified:jk/native configure.in jk/native/apache-1.3 Makefile.in Log: Use the libtool generated by configure... Otherwise libtool may complain about missing tag (--tag=CXX) would also help. Revision ChangesPath 1.32 +2

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

2004-07-13 Thread jfclere
jfclere 2004/07/13 03:57:03 Modified:jk/native buildconf.sh configure.in Log: Add dectection of vsnprintf() and snprintf() Revision ChangesPath 1.9 +2 -0 jakarta-tomcat-connectors/jk/native/buildconf.sh Index: buildconf.sh

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

2004-07-06 Thread jfclere
jfclere 2004/07/06 08:56:42 Modified:jk/native2/common jk_endpoint.c jk_logger_win32.c jk_requtil.c jk/native2/server/apache2 mod_jk2.c Log: Use apr equivalent routine for snprintf, usleep and vsnprintf. Revision ChangesPath 1.29

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

2004-06-04 Thread jfclere
jfclere 2004/06/04 01:33:27 Modified:jk/native2/common jk_channel_apr_socket.c Log: Nearly a typo ;-( Submitted by: John P. Eisenmenger (jpe at eisenmenger dot org) Revision ChangesPath 1.41 +1 -1 jakarta-tomcat-connectors/jk/native2/common

cvs commit: jakarta-tomcat-connectors/jk/xdocs style.xsl.in

2004-05-26 Thread jfclere
jfclere 2004/05/26 10:42:52 Modified:jk build.xml jk/xdocs style.xsl.in Log: Add printer friendly pages. Revision ChangesPath 1.73 +64 -5 jakarta-tomcat-connectors/jk/build.xml Index: build.xml

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

2004-05-26 Thread jfclere
jfclere 2004/05/26 01:10:05 Modified:jk/native2/common jk_worker_ajp13.c Log: - adds 'debug' into setAttribute() (it was already listed in setAttributeInfo[]), - adds 'max_connections' to 'setAttributeInfo[]' (it was already in setAttribute()),

cvs commit: jakarta-tomcat-connectors/jk/xdocs/jk2 configwebcom.xml

2004-05-26 Thread jfclere
jfclere 2004/05/26 00:06:00 Modified:jk/xdocs/jk2 configwebcom.xml Log: Improve the description of the status worker. Submitted by Norm (normw at bocnet.com.au) (http://normw.gknw.com) Revision ChangesPath 1.18 +69 -3 jakarta-tomcat-connectors/jk/xdocs/jk2

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

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

2004-03-31 Thread jfclere
jfclere 2004/03/31 06:22:04 Modified:jk/native2/server/apache2 mod_jk2.c Log: Fix handling of id added in jk2_create_dir_config(). I do not see why we need this id... May because jk2_merge_dir_config() was buggy. That fixes PR 18472 and 28916. Revision ChangesPath

cvs commit: jakarta-tomcat-connectors/jk/native2 INSTALL.txt

2004-03-22 Thread jfclere
jfclere 2004/03/22 03:47:50 Modified:jk/native2 INSTALL.txt Log: Add a note about the mirrors. Revision ChangesPath 1.4 +8 -0 jakarta-tomcat-connectors/jk/native2/INSTALL.txt Index: INSTALL.txt

cvs commit: jakarta-tomcat-connectors/jk/native2 INSTALL.txt

2004-03-22 Thread jfclere
jfclere 2004/03/22 03:41:32 Modified:jk/native2 INSTALL.txt Log: Add a little for the configuration and Apache-1.3 Revision ChangesPath 1.3 +44 -3 jakarta-tomcat-connectors/jk/native2/INSTALL.txt Index: INSTALL.txt

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

2004-03-15 Thread jfclere
jfclere 2004/03/15 06:16:24 Modified:jk/native2/server/apache2 mod_jk2.c Log: It _is_ done in post config! Revision ChangesPath 1.79 +1 -3 jakarta-tomcat-connectors/jk/native2/server/apache2/mod_jk2.c Index: mod_jk2.c

cvs commit: jakarta-tomcat-connectors/jk/xdocs/jk2 davhowto.xml

2004-03-12 Thread jfclere
jfclere 2004/03/12 07:49:31 Modified:jk/xdocs/jk2 davhowto.xml Log: Now mod_jk2 works better. The Alias is not mandatory. Revision ChangesPath 1.2 +1 -2 jakarta-tomcat-connectors/jk/xdocs/jk2/davhowto.xml Index: davhowto.xml

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

2004-03-12 Thread jfclere
jfclere 2004/03/12 05:47:20 Modified:jk/native2/server/apache13 mod_jk2.c jk/native2/server/apache2 mod_jk2.c Log: Fix PR 27627: It was possible to core the httpd process. Note only Apache has been fixed but jk_dsapi_plugin.c and jk_isapi_plugin.c probably have

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 Makefile.in

2004-03-12 Thread jfclere
jfclere 2004/03/12 00:23:46 Modified:jk/native2/server/apache2 Makefile.in Log: PR 27006. Revision ChangesPath 1.23 +11 -4 jakarta-tomcat-connectors/jk/native2/server/apache2/Makefile.in Index: Makefile.in

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache13 Makefile.in

2004-03-11 Thread jfclere
jfclere 2004/03/11 10:09:33 Modified:jk/native2/server/apache13 Makefile.in Log: libtool 1.5.2 checks the location where the library is installed, that is to make it happy. That fixes PR 27006 with apache13. Revision ChangesPath 1.14 +6 -2 jakarta-tomcat

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

2004-03-11 Thread jfclere
jfclere 2004/03/11 07:32:38 Modified:jk/native2/common jk_shm.c Log: Arrange some castings and check the total size. Revision ChangesPath 1.39 +16 -11jakarta-tomcat-connectors/jk/native2/common/jk_shm.c Index: jk_shm.c

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

2004-03-10 Thread jfclere
jfclere 2004/03/10 01:47:34 Modified:jk/native2 Makefile.in Log: Do make before make install otherwise libtool says: libtool: link: `strings/*.lo' is not a valid libtool object Revision ChangesPath 1.6 +1 -0 jakarta-tomcat-connectors/jk/native2/Makefi

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

2004-03-04 Thread jfclere
jfclere 2004/03/04 06:08:49 Modified:jk/native2/server/apache2 mod_jk2.c Log: Don't call mapUri if translate has already filled uriEnv. Revision ChangesPath 1.74 +6 -1 jakarta-tomcat-connectors/jk/native2/server/apache2/mod_jk2.c Index: mod_

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

2004-03-04 Thread jfclere
jfclere 2004/03/04 04:01:48 Modified:jk/native2/server/apache2 mod_jk2.c Log: Now that is nearly ok. (need testing!). jk2_translate is needed for the JkUriSet directives. So I have put it back. Revision ChangesPath 1.73 +10 -56jakarta-tomcat-connectors/jk

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

2004-03-03 Thread jfclere
jfclere 2004/03/03 09:55:32 Modified:jk/native2/server/apache2 mod_jk2.c Log: Remove jk2_translate... It is still not 100% OK: - LocationMatch does not work. - Some _not_found ends in Tomcat when using mod_dav. Revision ChangesPath 1.72 +27 -30jakarta-tomcat

cvs commit: jakarta-tomcat-connectors/jk/xdocs/jk2 davhowto.xml

2004-03-03 Thread jfclere
jfclere 2004/03/03 03:19:26 Modified:jk/xdocs menu.jk2.idx Added: jk/xdocs/jk2 davhowto.xml Log: Add something about using mod_dav and mod_jk2. Revision ChangesPath 1.8 +1 -0 jakarta-tomcat-connectors/jk/xdocs/menu.jk2.idx Index: menu.jk2.idx

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

2004-02-25 Thread jfclere
jfclere 2004/02/25 07:29:54 Modified:jk/native configure.in Log: PR 11008 and synchronize with native2 (AC_CANONICAL_SYSTEM!). Revision ChangesPath 1.30 +5 -5 jakarta-tomcat-connectors/jk/native/configure.in Index: configure.in

cvs commit: jakarta-tomcat-connectors/jk/native buildconf.sh

2004-02-25 Thread jfclere
jfclere 2004/02/25 07:26:24 Modified:jk/native buildconf.sh Log: PR 11008. The -i seems useless. Revision ChangesPath 1.8 +2 -2 jakarta-tomcat-connectors/jk/native/buildconf.sh Index: buildconf.sh

cvs commit: jakarta-tomcat-connectors/jk/support jk_ws.m4

2004-02-24 Thread jfclere
jfclere 2004/02/24 00:51:53 Modified:jk/support jk_ws.m4 Log: Arrange the messages. Revision ChangesPath 1.8 +3 -2 jakarta-tomcat-connectors/jk/support/jk_ws.m4 Index: jk_ws.m4 === RCS

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

2004-02-12 Thread jfclere
jfclere 2004/02/12 01:15:11 Modified:jk/native2 configure.in Log: Otherwise FreeBDS and OpenBSD tells: ltconfig: you must specify a host type if you use `--no-verify' and the configure failed. Revision ChangesPath 1.20 +3 -2 jakarta-tomcat-connecto

cvs commit: jakarta-tomcat-connectors/jk/support jk_apr.m4

2004-02-11 Thread jfclere
jfclere 2004/02/11 07:08:14 Modified:jk/support jk_apr.m4 Log: Oops I missed this one. Revision ChangesPath 1.11 +2 -2 jakarta-tomcat-connectors/jk/support/jk_apr.m4 Index: jk_apr.m4

cvs commit: jakarta-tomcat-connectors/jk/support jk_apr.m4

2004-02-11 Thread jfclere
jfclere 2004/02/11 06:24:20 Modified:jk/support jk_apr.m4 Log: Add SHELL otherwise I get on ReliantUnix: ./configure[9038]: ./configure: not found Revision ChangesPath 1.10 +2 -2 jakarta-tomcat-connectors/jk/support/jk_apr.m4 Index: jk_apr.m4

cvs commit: jakarta-tomcat-connectors/jk/support jk_ws.m4

2004-02-09 Thread jfclere
jfclere 2004/02/09 01:20:28 Modified:jk/native2 configure.in jk/native2/server/apache2 Makefile.in jk/support jk_ws.m4 Log: Now --with-apache2 works OK. Note apache-2.0 MUST be configured before configuring mod_jk2. Revision ChangesPath

cvs commit: jakarta-tomcat-connectors/jk/support jk_ws.m4

2004-02-08 Thread jfclere
jfclere 2004/02/08 14:05:56 Modified:jk/native2 configure.in jk/support jk_ws.m4 Log: Arrange the logic (now --with-apache13 works OK). Revision ChangesPath 1.18 +14 -28jakarta-tomcat-connectors/jk/native2/configure.in Index: configure.in

cvs commit: jakarta-tomcat-connectors/jk/support jk_ws.m4

2004-02-06 Thread jfclere
jfclere 2004/02/06 15:26:30 Modified:jk/native2 configure.in jk/support jk_ws.m4 Log: WEBSERVER was missing when using --with-server. Prevent test $APACHE${n}-CC with CC when $APACHE${n}-CC is empty. Revision ChangesPath 1.17 +8 -8 jakarta

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

2004-02-06 Thread jfclere
jfclere 2004/02/06 14:37:17 Modified:jk/native2 configure.in Log: Add the missing parameter to JK_WS_DIR. Revision ChangesPath 1.16 +10 -6 jakarta-tomcat-connectors/jk/native2/configure.in Index: configure.in

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache13 Makefile.in

2004-02-06 Thread jfclere
jfclere 2004/02/06 06:07:18 Modified:jk/native2/server/apache13 Makefile.in Log: Add the libraries apr needs. Otherwise unresolved with using mod_jk2.so. Revision ChangesPath 1.11 +1 -1 jakarta-tomcat-connectors/jk/native2/server/apache13/Makefile.in Index

cvs commit: jakarta-tomcat-connectors/jk/support jk_apr.m4

2004-02-06 Thread jfclere
jfclere 2004/02/06 04:14:53 Modified:jk/native2/server/apache13 Makefile.in jk/support jk_apr.m4 Log: Arrange the libtool name. Use *.la instead "guessed" names. Revision ChangesPath 1.10 +6 -4 jakarta-tomcat-connectors/jk/native2/serve

cvs commit: jakarta-tomcat-connectors/jk/native2 buildconf.sh README.txt

2004-02-06 Thread jfclere
jfclere 2004/02/06 01:43:06 Modified:jk/native2 buildconf.sh README.txt Log: Remove the automake cache. And adjust README to the buildconf.sh location. Revision ChangesPath 1.8 +3 -0 jakarta-tomcat-connectors/jk/native2/buildconf.sh Index: buildconf.sh

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 Makefile.in

2004-02-06 Thread jfclere
jfclere 2004/02/06 01:10:40 Modified:jk/native2/server/apache2 Makefile.in Log: Remove the cp because it is already in the MOD_INSTALL. Revision ChangesPath 1.16 +2 -2 jakarta-tomcat-connectors/jk/native2/server/apache2/Makefile.in Index: Makefile.in

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 Makefile.apxs.in Makefile.in

2004-02-05 Thread jfclere
jfclere 2004/02/05 09:40:22 Modified:jk/native2/server/apache13 Makefile.apxs.in Makefile.in jk/native2/server/apache2 Makefile.apxs.in Makefile.in Log: Start arrange the libtool and other logic. It is still not OK the apache13 need a libtool install to get the

cvs commit: jakarta-tomcat-site/docs index.html

2004-02-04 Thread jfclere
jfclere 2004/02/04 03:44:55 Modified:docs index.html Log: Now it is Ok. Revision ChangesPath 1.56 +1 -1 jakarta-tomcat-site/docs/index.html Index: index.html === RCS file: /home/cvs

cvs commit: jakarta-tomcat-site/xdocs index.xml

2004-02-04 Thread jfclere
jfclere 2004/02/04 03:18:52 Modified:xdocsindex.xml Log: Remove a confusing sentence. Revision ChangesPath 1.46 +1 -1 jakarta-tomcat-site/xdocs/index.xml Index: index.xml === RCS file

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

2004-02-03 Thread jfclere
jfclere 2004/02/03 08:17:24 Removed: jk/native2/common jk_pool.c Log: Remove depricated file. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

2004-01-29 Thread jfclere
jfclere 2004/01/29 06:17:41 Modified:jk/native2/common jk_channel_apr_socket.c jk_channel_socket.c jk_worker_ajp13.c jk/native2/include jk_global.h Log: Arrange default values, add AJP13_DEF_PORT and AJP13_DEF_HOST. Use 9009 on NETWARE

cvs commit: jakarta-tomcat-5 build.properties.default build.xml

2004-01-15 Thread jfclere
jfclere 2004/01/15 06:37:38 Modified:.build.properties.default build.xml Log: Add jaxen/saxpath location. Revision ChangesPath 1.117 +3 -1 jakarta-tomcat-5/build.properties.default Index: build.properties.default

cvs commit: jakarta-tomcat-5/resources build.xml

2004-01-15 Thread jfclere
jfclere 2004/01/15 01:50:57 Modified:resources build.xml Log: without typedir ant always tries to checkout the sources from repos. Revision ChangesPath 1.4 +3 -2 jakarta-tomcat-5/resources/build.xml Index: build.xml

cvs commit: jakarta-tomcat-5 build.properties.default build.xml

2003-11-11 Thread jfclere
jfclere 2003/11/11 02:59:26 Modified:.build.properties.default build.xml Log: Arrange build.properties.sample and build.xml to use the released daemon. Arrange the location to use base-jakarta.loc like in 4.x. Revision ChangesPath 1.112 +21 -19jakarta

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

2003-11-11 Thread jfclere
jfclere 2003/11/11 01:13:29 Modified:webapps/docs project.xml Log: Arrange link to mod_jk documentation. Revision ChangesPath 1.17 +1 -1 jakarta-tomcat-catalina/webapps/docs/project.xml Index: project.xml

cvs commit: jakarta-tomcat-connectors/jk/support jk_exec.m4

2003-11-11 Thread jfclere
jfclere 2003/11/11 00:10:20 Modified:jk/support jk_exec.m4 Log: remove msdos \r. Submitted by: Kurt Miller. Revision ChangesPath 1.3 +130 -130 jakarta-tomcat-connectors/jk/support/jk_exec.m4 Index: jk_exec.m4

cvs commit: jakarta-tomcat-4.0 build.properties.sample build.xml

2003-10-23 Thread jfclere
jfclere 2003/10/23 08:32:10 Modified:.build.properties.sample build.xml Log: Arrange some minor problems with ant download task. Revision ChangesPath 1.70 +6 -6 jakarta-tomcat-4.0/build.properties.sample Index: build.properties.sample

cvs commit: jakarta-tomcat-4.0 build.properties.sample build.xml

2003-10-23 Thread jfclere
jfclere 2003/10/23 05:20:09 Modified:.build.properties.sample build.xml Log: Use archive and arrange some location. Use the Alpha of daemon instead cvs. Revision ChangesPath 1.69 +18 -14jakarta-tomcat-4.0/build.properties.sample Index

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

2003-10-03 Thread jfclere
jfclere 2003/10/03 04:31:40 Modified:http11/src/java/org/apache/coyote/http11 Constants.java Log: Typo :-( Revision ChangesPath 1.19 +5 -0 jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11/Constants.java Index: Constants.java

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

2003-10-03 Thread jfclere
jfclere 2003/10/03 03:05:57 Modified:http11/src/java/org/apache/coyote/http11 Constants.java Log: getBytes() uses platform's default charset... Bad on my EBCDIC machine! Revision ChangesPath 1.18 +43 -6 jakarta-tomcat-connectors/http11/src/java/org/a

cvs commit: jakarta-tomcat-connectors/jk/native2 README.txt

2003-09-16 Thread jfclere
jfclere 2003/09/16 00:38:51 Modified:jk/native2 README.txt Log: remove "\r". Revision ChangesPath 1.4 +13 -13jakarta-tomcat-connectors/jk/native2/README.txt Index: README.txt ===

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/servlet JasperLoader.java

2003-07-30 Thread jfclere
jfclere 2003/07/30 02:20:47 Modified:jasper2/src/share/org/apache/jasper/servlet JasperLoader.java Log: Put the dot in the if. Revision ChangesPath 1.10 +1 -1 jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/servlet

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

2003-06-05 Thread jfclere
jfclere 2003/06/05 02:15:37 Modified:jk/native configure.in Log: Fix the error when using apxs of Apache-2.0: Use apache libtool instead system. The error was: +++ libtool: link: `../common/jk_ajp12_worker.lo' is not a valid libtool object +++ Revision Ch

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

2003-04-03 Thread jfclere
jfclere 2003/04/03 08:05:53 Modified:jk/native2/common jk_channel_apr_socket.c Log: Fix syntax error. Submitted by Jeff Trawick trawick at attglobal.net Revision ChangesPath 1.30 +24 -8 jakarta-tomcat-connectors/jk/native2/common/jk_channel_apr_socket.c

cvs commit: jakarta-tomcat-4.0 build.properties.sample

2003-04-03 Thread jfclere
jfclere 2003/04/03 07:19:49 Modified:.build.properties.sample Log: Typo :-( Revision ChangesPath 1.60 +2 -2 jakarta-tomcat-4.0/build.properties.sample Index: build.properties.sample

cvs commit: jakarta-tomcat-4.0 build.properties.sample

2003-04-03 Thread jfclere
jfclere 2003/04/03 07:15:26 Modified:.build.properties.sample Log: tyrex is now http://tyrex.sourceforge.net/ Revision ChangesPath 1.59 +3 -2 jakarta-tomcat-4.0/build.properties.sample Index: build.properties.sample

cvs commit: jakarta-tomcat-connectors/jk/xdocs menu.jk2.idx

2003-03-18 Thread jfclere
jfclere 2003/03/18 08:35:18 Modified:jk/xdocs menu.jk2.idx Log: The style does not allow a section in section... An empty section is not as nice as a subsection but that the only work-around I have found. Revision ChangesPath 1.5 +1 -1 jakarta-tomcat

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/session FileStore.java JDBCStore.java ManagerBase.java PersistentManagerBase.java StandardSession.java

2003-02-11 Thread jfclere
jfclere 2003/02/11 03:54:12 Modified:catalina/src/share/org/apache/catalina Manager.java catalina/src/share/org/apache/catalina/session FileStore.java JDBCStore.java ManagerBase.java PersistentManagerBase.java

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core StandardEngine.java

2003-01-03 Thread jfclere
jfclere 2003/01/03 08:59:08 Modified:catalina/src/share/org/apache/catalina/core StandardEngine.java Log: Allow to use the system property to set the JvmRoute. Revision ChangesPath 1.2 +9 -4 jakarta-tomcat-catalina/catalina/src/share

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

2003-01-03 Thread jfclere
jfclere 2003/01/03 08:35:45 Modified:jk/native2/common jk_uriMap.c Log: Otherwise it cores (on Solaris for example) in vsnprintf when not using APR. Revision ChangesPath 1.59 +6 -3 jakarta-tomcat-connectors/jk/native2/common/jk_uriMap.c Index: jk_uriMap.c

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/appdev build.xml.txt

2002-12-28 Thread jfclere
jfclere 2002/12/28 01:08:58 Modified:webapps/tomcat-docs/appdev build.xml.txt Log: typo ;-) Revision ChangesPath 1.7 +2 -2 jakarta-tomcat-4.0/webapps/tomcat-docs/appdev/build.xml.txt Index: build.xml.txt

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs ssl-howto.xml

2002-12-16 Thread jfclere
jfclere 2002/12/16 09:39:36 Modified:webapps/tomcat-docs ssl-howto.xml Log: Add the format of the different certificates. Revision ChangesPath 1.12 +4 -3 jakarta-tomcat-4.0/webapps/tomcat-docs/ssl-howto.xml Index: ssl-howto.xml

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/valves PersistentValve.java

2002-12-16 Thread jfclere
jfclere 2002/12/16 01:20:10 Modified:catalina/src/share/org/apache/catalina/valves PersistentValve.java Log: Invoke the next valve instead invoking the context... Revision ChangesPath 1.2 +5 -6 jakarta-tomcat-catalina/catalina/src

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/session PersistentManagerBase.java StandardSession.java

2002-12-12 Thread jfclere
jfclere 2002/12/12 07:11:53 Modified:catalina/src/share/org/apache/catalina/session PersistentManagerBase.java StandardSession.java Log: Calling session.setId() was removing the session from the store. Revision ChangesPath 1.6 +6 -5

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/valves PersistentValve.java

2002-12-09 Thread jfclere
jfclere 2002/12/09 07:57:43 Modified:catalina/src/share/org/apache/catalina Manager.java catalina/src/share/org/apache/catalina/session FileStore.java JDBCStore.java ManagerBase.java PersistentManagerBase.java Added

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/valves PersistentValve.java

2002-12-09 Thread jfclere
jfclere 2002/12/09 07:05:55 Modified:catalina/src/share/org/apache/catalina Manager.java catalina/src/share/org/apache/catalina/session FileStore.java JDBCStore.java PersistentManagerBase.java Removed: catalina/src

<    1   2   3   4   5   >