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

2001-09-05 Thread jfclere
jfclere 01/09/05 04:05:47 Modified:webapp Makefile.in configure.in webapp/apache-1.3 Makefile.in Log: Commit Ryan's patches for the configure/Makefile. Arrange install of mod_webapp.so apache-1.3 (The script what installed). Revision ChangesPath 1.17

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

2001-09-05 Thread jfclere
jfclere 01/09/05 06:00:26 Modified:jk/native/apache-2.0 mod_jk.c Log: Change tabs into 4 spaces. Revision ChangesPath 1.19 +83 -83jakarta-tomcat-connectors/jk/native/apache-2.0/mod_jk.c Index: mod_jk.c

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

2001-09-05 Thread jfclere
jfclere 01/09/05 07:43:48 Modified:jk/native/apache-2.0 mod_jk.c Log: Clean some useless code - and compare it with TC3.x code - Revision ChangesPath 1.20 +3 -26 jakarta-tomcat-connectors/jk/native/apache-2.0/mod_jk.c Index: mod_jk.c

cvs commit: jakarta-tomcat-connectors/webapp configure.in

2001-09-05 Thread jfclere
jfclere 01/09/05 08:40:27 Modified:webapp configure.in Log: Correct a typo $ missing. Revision ChangesPath 1.27 +2 -2 jakarta-tomcat-connectors/webapp/configure.in Index: configure.in

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

2001-09-05 Thread jfclere
jfclere 01/09/05 10:05:24 Modified:jk/native/apache-2.0 mod_jk.c jk/native/common jk_map.c jk_map.h jk_util.c jk_util.h Log: Get ride of some warnings - But there is still a lot to do with const - I have put /* DIRTY */ where the cast looks weird. Revision

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

2001-09-06 Thread jfclere
jfclere 01/09/06 01:49:39 Modified:jk/native configure.in Log: Improve the error message with the given apxs is no valid. Revision ChangesPath 1.12 +3 -3 jakarta-tomcat-connectors/jk/native/configure.in Index: configure.in

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

2001-09-06 Thread jfclere
jfclere 01/09/06 06:39:29 Modified:jk/native/apache-2.0 mod_jk.c Log: This patch allows mod_jk to successfully serve pages against Apache 2.0 and Tomcat. This is required after the changes to abstract out location and directory walks from the core request processing. (since

cvs commit: jakarta-tomcat-connectors/webapp/apache-2.0 mod_webapp.c

2001-09-06 Thread jfclere
jfclere 01/09/06 10:00:54 Modified:jk/native/apache-2.0 mod_jk.c webapp/apache-2.0 mod_webapp.c Log: Arrange apache-2.0 support (like in mod_jk.c). Submitted by: Ryan Bloom, [EMAIL PROTECTED] Revision ChangesPath 1.23 +2 -2 jakarta-tomcat

cvs commit: jakarta-tomcat-4.0/webapps/examples build.xml

2001-09-10 Thread jfclere
jfclere 01/09/10 09:17:52 Modified:webapps/examples build.xml Log: Add mail.jar otherwise the SendMailServlet does not compile. Revision ChangesPath 1.11 +1 -0 jakarta-tomcat-4.0/webapps/examples/build.xml Index: build.xml

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/ajp Ajp13.java

2001-09-13 Thread jfclere
jfclere 01/09/13 07:29:51 Modified:jk/java/org/apache/ajp Ajp13.java Log: Add javax.servlet.request.key_size for TC4.0 Revision ChangesPath 1.11 +2 -0 jakarta-tomcat-connectors/jk/java/org/apache/ajp/Ajp13.java Index: Ajp13.java

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

2001-09-14 Thread jfclere
jfclere 01/09/14 04:15:00 Modified:jk/java/org/apache/ajp Ajp13.java jk/native/common jk_ajp_common.c Log: Arrange the KEY_SIZE_ATTR. (Note it is for TC4.0). Revision ChangesPath 1.12 +5 -2 jakarta-tomcat-connectors/jk/java/org/apache/ajp/Ajp13

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/ajp Ajp13.java

2001-09-17 Thread jfclere
jfclere 01/09/17 08:45:50 Modified:jk/java/org/apache/ajp Ajp13.java Log: I have noted that I used javax.security.cert instead of java.security.cert. Revision ChangesPath 1.14 +10 -4 jakarta-tomcat-connectors/jk/java/org/apache/ajp/Ajp13.java Index: Ajp13

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/server Ajp13.java

2001-09-18 Thread jfclere
jfclere 01/09/18 05:29:30 Modified:src/share/org/apache/tomcat/modules/server Ajp13.java Log: Arrange javax.servlet.request.X509Certificate so that it follows the spec's Note that it is only the first certificate of the chain. Revision ChangesPath 1.27 +22 -1

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/server PoolTcpConnector.java

2001-09-20 Thread jfclere
jfclere 01/09/20 07:39:17 Modified:src/share/org/apache/tomcat/modules/server PoolTcpConnector.java Log: Add clientauth parameter (Otherwise Client Certificates cannot be used). Revision ChangesPath 1.11 +8 -0 jakarta-tomcat/src/share

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/compat CertCompat.java JSSECertCompat.java

2001-09-21 Thread jfclere
jfclere 01/09/21 01:29:56 Modified:.build.xml src/share/org/apache/tomcat/modules/server Http10Interceptor.java Added: src/share/org/apache/tomcat/util/compat CertCompat.java JSSECertCompat.java Log: Add

cvs commit: jakarta-tomcat build.xml

2001-09-21 Thread jfclere
jfclere 01/09/21 04:03:41 Modified:.build.xml Log: Add exclude for tomcat.jar target. (Otherwise does compile with JDK1.1.8). Revision ChangesPath 1.155 +16 -6 jakarta-tomcat/build.xml Index: build.xml

cvs commit: jakarta-tomcat-connectors/webapp/apache-2.0 Makefile.in

2001-10-03 Thread jfclere
jfclere 01/10/03 05:35:14 Modified:webapp Makefile.in configure.in webapp/apache-2.0 Makefile.in Log: mod_webapp build cleanups Submitted by: Justin Erenkrantz [EMAIL PROTECTED] Revision ChangesPath 1.21 +7 -1 jakarta-tomcat-connectors

cvs commit: jakarta-tomcat-connectors/webapp/apache-2.0 mod_webapp.c

2001-10-03 Thread jfclere
jfclere 01/10/03 06:42:57 Modified:webapp/apache-2.0 mod_webapp.c Log: Fix the port (the direct was not working). Revision ChangesPath 1.4 +3 -3 jakarta-tomcat-connectors/webapp/apache-2.0/mod_webapp.c Index: mod_webapp.c

cvs commit: jakarta-tomcat-connectors/webapp/lib pr_warp.c

2001-10-22 Thread jfclere
jfclere 01/10/22 15:00:04 Modified:webapp/lib pr_warp.c Log: Change ssl_cert to cert otherwise it even does not compile! Revision ChangesPath 1.18 +3 -3 jakarta-tomcat-connectors/webapp/lib/pr_warp.c Index: pr_warp.c

cvs commit: jakarta-tomcat-connectors/webapp/apache-1.3 mod_webapp.c

2001-10-22 Thread jfclere
jfclere 01/10/22 15:11:14 Modified:webapp/apache-1.3 mod_webapp.c Log: Some more typos. Revision ChangesPath 1.26 +3 -3 jakarta-tomcat-connectors/webapp/apache-1.3/mod_webapp.c Index: mod_webapp.c

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

2001-10-26 Thread jfclere
jfclere 01/10/26 08:33:46 Modified:jk/native buildconf.sh Log: Remove the mkdir: Directory named was wrong and a dummy file in the directory is already used to make sure that the directory is created. Revision ChangesPath 1.3 +0 -2 jakarta-tomcat

cvs commit: jakarta-tomcat-connectors/webapp/java WarpConnector.java

2001-10-30 Thread jfclere
jfclere 01/10/31 00:10:29 Modified:jk/java/org/apache/ajp/tomcat4 Ajp13Connector.java webapp/java WarpConnector.java Log: Rechange net.ServerSocketFactory to ServerSocketFactory. Otherwise the connectors are not building against TC 4.0.1 Revision Changes

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

2001-10-31 Thread jfclere
jfclere 01/10/31 06:03:23 Modified:jk/native/apache-1.3 mod_jk.c jk/native/common jk_ajp_common.c jk_global.h jk_md5.c Log: Add support for BS2000 and finish EBCDIC support. Revision ChangesPath 1.20 +3 -3 jakarta-tomcat-connectors/jk/native

cvs commit: jakarta-tomcat-connectors/webapp/java WarpRequest.java

2001-10-31 Thread jfclere
jfclere 01/10/31 15:14:10 Modified:webapp/apache-1.3 mod_webapp.c webapp/java WarpRequest.java Log: Fix the core problem PR: 4545 Revision ChangesPath 1.28 +5 -2 jakarta-tomcat-connectors/webapp/apache-1.3/mod_webapp.c Index: mod_webapp.c

cvs commit: jakarta-tomcat-connectors/webapp/java WarpRequest.java

2001-10-31 Thread jfclere
jfclere 01/10/31 15:21:34 Modified:webapp/java WarpRequest.java Log: Previous was wrong... C is not Java! Revision ChangesPath 1.14 +1 -1 jakarta-tomcat-connectors/webapp/java/WarpRequest.java Index: WarpRequest.java

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

2001-11-01 Thread jfclere
jfclere 01/11/01 15:05:21 Modified:catalina/src/share/org/apache/catalina/valves CertificatesValve.java Log: Add javax.servlet.request.ssl_session to TC standalone. Revision ChangesPath 1.8 +19 -4 jakarta-tomcat-4.0/catalina/src/share

cvs commit: jakarta-tomcat-connectors/jk/native/scripts/build config_vars.mk rules.mk

2001-11-02 Thread jfclere
jfclere 01/11/02 10:42:25 Modified:jk/native configure.in jk/native/apache-1.3 Makefile.am jk/native/apache-2.0 Makefile.in jk/native/common Makefile.in jk/native/jni Makefile.in jk/native/scripts/build rules.mk

cvs commit: jakarta-tomcat-connectors/webapp configure.in

2001-11-12 Thread jfclere
jfclere 01/11/12 10:02:01 Modified:webapp configure.in Log: Prevent in configure mixing native cc and gcc on Solaris. In apache-1.3 it was causing unresolved __lshrdi3 when loading mod_webapp.so In apache-2.0 it was not compiling. Revision ChangesPath 1.47

cvs commit: jakarta-tomcat-connectors/webapp configure.in

2001-11-22 Thread jfclere
jfclere 01/11/22 03:36:21 Modified:webapp configure.in Log: Check LDFLAGS_SHLIB and CFLAGS of apxs, that prevents problems later. Revision ChangesPath 1.48 +17 -1 jakarta-tomcat-connectors/webapp/configure.in Index: configure.in

cvs commit: jakarta-tomcat-connectors/webapp CHANGES

2001-11-22 Thread jfclere
jfclere 01/11/22 05:21:30 Added: webapp CHANGES Log: Add it. Please go on filling it :)) Revision ChangesPath 1.1 jakarta-tomcat-connectors/webapp/CHANGES Index: CHANGES

cvs commit: jakarta-tomcat-connectors KEYS

2001-11-22 Thread jfclere
jfclere 01/11/22 07:51:55 Modified:.KEYS Log: Add my key. :)) Revision ChangesPath 1.3 +29 -0 jakarta-tomcat-connectors/KEYS Index: KEYS === RCS file: /home/cvs/jakarta-tomcat

cvs commit: jakarta-tomcat-connectors/webapp configure.in

2001-11-23 Thread jfclere
jfclere 01/11/23 04:12:59 Modified:webapp configure.in Log: Add --with-apr-lib and --with-apr-include for special httpd-2.0 installations. Revision ChangesPath 1.49 +76 -4 jakarta-tomcat-connectors/webapp/configure.in Index: configure.in

cvs commit: jakarta-tomcat-connectors/webapp/docs build-u.html

2001-12-05 Thread jfclere
jfclere 01/12/05 00:18:19 Modified:webapp/docs build-u.html Log: Arrange some small problems. Submitted by: Andrew Savory, [EMAIL PROTECTED] Revision ChangesPath 1.3 +2 -3 jakarta-tomcat-connectors/webapp/docs/build-u.html Index: build-u.html

cvs commit: jakarta-tomcat-connectors/webapp/docs build-u.html

2001-12-05 Thread jfclere
jfclere 01/12/05 00:19:17 Modified:webapp/docs build-u.html Log: rm -rf not rmdiri -rf ... Revision ChangesPath 1.4 +2 -2 jakarta-tomcat-connectors/webapp/docs/build-u.html Index: build-u.html

cvs commit: jakarta-tomcat-4.0 RELEASE-NOTES-4.0.2-B1.txt

2001-12-19 Thread jfclere
jfclere 01/12/19 09:39:47 Modified:.Tag: tomcat_40_branch RELEASE-NOTES-4.0.2-B1.txt Log: Start aranging the WARP part of the readme... Revision ChangesPath No revision No revision 1.1.2.5 +3 -2 jakarta

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/ajp/tomcat4 Ajp13Connector.java Ajp13Processor.java

2001-12-20 Thread jfclere
jfclere 01/12/20 09:44:51 Modified:jk/java/org/apache/ajp/tomcat4 Ajp13Connector.java Ajp13Processor.java Log: Arrange some of the 4.1 incompatibilties... Till where I am able to do it! - Please undo if needed - Revision ChangesPath 1.10

cvs commit: jakarta-tomcat-connectors/jk/src/native/apache-2.0 Makefile.apxs.in

2001-06-08 Thread jfclere
jfclere 01/06/08 05:30:09 Added: jk/src/native/apache-2.0 Makefile.apxs.in Log: Allow configure to build a Makefile that works with apxs for all platform. Revision ChangesPath 1.1 jakarta-tomcat-connectors/jk/src/native/apache-2.0/Makefile.apxs.in

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

2001-06-08 Thread jfclere
jfclere 01/06/08 05:31:34 Modified:jk/src/native configure.in Log: Add Makefile.apxs for Apache-2.0. Revision ChangesPath 1.4 +1 -0 jakarta-tomcat-connectors/jk/src/native/configure.in Index: configure.in

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

2001-06-09 Thread jfclere
jfclere 01/06/05 00:55:53 Added: jk/src/native README.configure Log: Describe how to use the configure things... Revision ChangesPath 1.1 jakarta-tomcat-connectors/jk/src/native/README.configure Index: README.configure

cvs commit: jakarta-tomcat-connectors/jk/src/native/scripts - New directory

2001-06-09 Thread jfclere
jfclere 01/06/05 02:59:46 jakarta-tomcat-connectors/jk/src/native/scripts - New directory

cvs commit: jakarta-tomcat-connectors/jk/src/native/scripts/build - New directory

2001-06-09 Thread jfclere
jfclere 01/06/05 03:03:33 jakarta-tomcat-connectors/jk/src/native/scripts/build - New directory

cvs commit: jakarta-tomcat-connectors/jk/src/native/scripts/build/unix - New directory

2001-06-09 Thread jfclere
jfclere 01/06/05 03:05:07 jakarta-tomcat-connectors/jk/src/native/scripts/build/unix - New directory

cvs commit: jakarta-tomcat-connectors/jk/src/native/scripts/build rules.mk

2001-06-09 Thread jfclere
jfclere 01/06/05 03:27:58 Modified:jk/src/native configure.in Added: jk/src/native Makefile.am jk/src/native/apache-1.3 Makefile.am Makefile.apxs.in Makefile.libdir Makefile.tmpl libjk.module list.mk jk/src/native/common

cvs commit: jakarta-tomcat-connectors/jk/src/native buildconf

2001-06-09 Thread jfclere
jfclere 01/06/05 04:03:59 Added: jk/src/native buildconf Log: Shell script to build the configure tools out of CVS and libtool. Revision ChangesPath 1.1 jakarta-tomcat-connectors/jk/src/native/buildconf Index: buildconf

cvs commit: jakarta-tomcat-4.0/connectors configure.in

2001-06-09 Thread jfclere
jfclere 01/06/06 03:13:40 Modified:connectors configure.in Log: fix the --with-apxs=value logic. test for execuable value. Revision ChangesPath 1.6 +4 -3 jakarta-tomcat-4.0/connectors/configure.in Index: configure.in

cvs commit: jakarta-tomcat-connectors/webapp/lib pr_warp.c wa_main.c wa_request.c

2001-06-09 Thread jfclere
jfclere 01/06/07 02:40:37 Modified:webapp/include wa.h webapp/lib pr_warp.c wa_main.c wa_request.c Log: Arrange C++ comments that offened my compilers. Revision ChangesPath 1.9 +2 -2 jakarta-tomcat-connectors/webapp/include/wa.h Index

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

2001-06-09 Thread jfclere
jfclere 01/06/07 09:58:09 Modified:jk/src/native README.configure Log: Add explanations how to use the configure things out of a checked out CVS version. Revision ChangesPath 1.2 +9 -0 jakarta-tomcat-connectors/jk/src/native/README.configure Index

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

2001-06-11 Thread jfclere
jfclere 01/06/11 04:07:47 Modified:jk/native README.configure Added: jk/native buildconf.sh Removed: jk/native buildconf Log: Arrange the buildconf.sh and README.configure. Revision ChangesPath 1.4 +2 -2 jakarta-tomcat-connectors/jk/native

cvs commit: jakarta-tomcat-connectors/jk/native/common list.mk.in Makefile.in jk_worker_list.h

2001-06-14 Thread jfclere
jfclere 01/06/14 07:38:14 Modified:jk/native configure.in jk/native/apache-1.3 Makefile.am Makefile.apxs.in jk/native/apache-2.0 Makefile.apxs.in jk/native/common Makefile.in jk_worker_list.h Added: jk/native/common list.mk.in

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

2001-06-21 Thread jfclere
jfclere 01/06/21 07:48:11 Modified:jk/native configure.in jk/native/common jk_global.h Added: jk/native/common version.h.in Log: Add JK_VERSION - Note the logic is configure.in, not in version.h - Revision ChangesPath 1.6 +30 -4 jakarta

cvs commit: jakarta-tomcat-connectors/webapp/lib Makefile.in

2001-06-22 Thread jfclere
jfclere 01/06/22 02:45:59 Modified:webapp Makefile.in webapp/apache-1.3 Makefile.in webapp/lib Makefile.in Log: Add make install (via apxs -i). Change the make -C to (cd ; make). Revision ChangesPath 1.5 +14 -3 jakarta-tomcat

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

2001-06-22 Thread jfclere
jfclere 01/06/22 08:19:15 Modified:jk/native/apache-2.0 mod_jk.c Log: add apu_compat.h for ap_parseHTTPdate (moved httpd-2.0/.../util_date.[ch]). Revision ChangesPath 1.9 +2 -1 jakarta-tomcat-connectors/jk/native/apache-2.0/mod_jk.c Index: mod_jk.c

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

2001-06-22 Thread jfclere
jfclere 01/06/22 09:22:03 Modified:jk/native/common jk_global.h Removed: jk/native/common version.h.in Log: Changed version.h to jk_version.h Revision ChangesPath 1.5 +2 -2 jakarta-tomcat-connectors/jk/native/common/jk_global.h Index: jk_global.h

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

2001-06-22 Thread jfclere
jfclere 01/06/22 09:23:02 Added: jk/native/common jk_version.h.in Log: Add the jk_version.h! Revision ChangesPath 1.1 jakarta-tomcat-connectors/jk/native/common/jk_version.h.in Index: jk_version.h.in

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

2001-06-22 Thread jfclere
jfclere 01/06/22 09:25:12 Modified:jk/native configure.in Log: Add jk_version.h (Damned 3 commits for that, I am bad!). Revision ChangesPath 1.7 +2 -2 jakarta-tomcat-connectors/jk/native/configure.in Index: configure.in

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

2001-06-26 Thread jfclere
jfclere 01/06/26 08:01:24 Modified:jk/native/apache-2.0 mod_jk.c Log: Arrange the server_name and server_port logic. Note the apr_sockaddr_port_get(). Revision ChangesPath 1.10 +8 -3 jakarta-tomcat-connectors/jk/native/apache-2.0/mod_jk.c Index

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

2001-07-02 Thread jfclere
jfclere 01/07/02 02:46:14 Modified:jk/native configure.in Log: Take out the logic that creates jk_version.h Revision ChangesPath 1.8 +3 -30 jakarta-tomcat-connectors/jk/native/configure.in Index: configure.in

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

2001-07-02 Thread jfclere
jfclere 01/07/02 02:49:51 Removed: jk/native/common jk_version.h.in Log: The file is useless because all the version logic has been moved in jk_version.h

cvs commit: jakarta-tomcat-connectors/common - New directory

2001-07-02 Thread jfclere
jfclere 01/07/02 06:59:29 jakarta-tomcat-connectors/common - New directory

cvs commit: jakarta-tomcat-connectors/common/build - New directory

2001-07-02 Thread jfclere
jfclere 01/07/02 07:00:07 jakarta-tomcat-connectors/common/build - New directory

cvs commit: jakarta-tomcat-connectors/common/build apache.m4

2001-07-02 Thread jfclere
jfclere 01/07/02 07:01:31 Added: common/build apache.m4 Log: m4 Macros for configure. Revision ChangesPath 1.1 jakarta-tomcat-connectors/common/build/apache.m4 Index: apache.m4

cvs commit: jakarta-tomcat-connectors/webapp Makedefs.in configure.in

2001-07-02 Thread jfclere
jfclere 01/07/02 07:06:02 Modified:webapp Makedefs.in configure.in Log: Add APXSCFLAGS and APXSLDFLAGS to work-around APR problems. Revision ChangesPath 1.4 +2 -2 jakarta-tomcat-connectors/webapp/Makedefs.in Index: Makedefs.in

cvs commit: jakarta-tomcat-connectors/jk/native/docs/api README.txt

2001-07-04 Thread jfclere
jfclere 01/07/04 09:52:11 Added: jk/native/docs/api README.txt Log: Dummy file to get the docs/api directory created. Revision ChangesPath 1.1 jakarta-tomcat-connectors/jk/native/docs/api/README.txt Index: README.txt

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

2001-07-04 Thread jfclere
jfclere 01/07/04 09:59:39 Modified:jk/native Makefile.am jk/native/common jk_connect.c Log: Add logic and first documentation for scandoc. Revision ChangesPath 1.2 +4 -0 jakarta-tomcat-connectors/jk/native/Makefile.am Index: Makefile.am

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

2001-07-04 Thread jfclere
jfclere 01/07/04 10:09:36 Added: jk/native .cvsignore jk/native/common .cvsignore Log: Add the .cvsignore to make cvs diff . a little more readable. Revision ChangesPath 1.1 jakarta-tomcat-connectors/jk/native/.cvsignore Index

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

2001-07-06 Thread jfclere
jfclere 01/07/06 03:23:02 Modified:jk/native/common Makefile.in Log: rm -f is better that -rm (ignored errors make me nervious). Revision ChangesPath 1.3 +1 -1 jakarta-tomcat-connectors/jk/native/common/Makefile.in Index: Makefile.in

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

2001-07-06 Thread jfclere
jfclere 01/07/06 09:27:35 Modified:jk/native/common jk_ajp14_worker.c Log: Arrange C++ comment. Revision ChangesPath 1.10 +2 -2 jakarta-tomcat-connectors/jk/native/common/jk_ajp14_worker.c Index: jk_ajp14_worker.c

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

2001-07-06 Thread jfclere
jfclere 01/07/06 09:39:17 Modified:jk/native configure.in jk/native/apache-2.0 Makefile.in Added: common/build os_apache.m4 Log: Add support for static linked mod_jk with httpd-2.0. Arrange install of dynamic linked for httpd-2.0. Revision Changes

cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 config.m4

2001-07-06 Thread jfclere
jfclere 01/07/06 09:43:38 Added: jk/native/apache-2.0 config.m4 Log: m4 file needed for configure --with-mod_jk=static (httpd-2.0). Revision ChangesPath 1.1 jakarta-tomcat-connectors/jk/native/apache-2.0/config.m4 Index: config.m4

cvs commit: jakarta-tomcat-connectors/webapp configure.in

2001-07-09 Thread jfclere
jfclere 01/07/09 07:09:19 Modified:webapp configure.in Log: Arrange LOCAL_FILTEREXEC because ret is not set correctly. Revision ChangesPath 1.10 +3 -1 jakarta-tomcat-connectors/webapp/configure.in Index: configure.in

cvs commit: jakarta-tomcat-connectors/webapp README.txt

2001-07-18 Thread jfclere
jfclere 01/07/18 06:20:11 Modified:webapp README.txt Log: Add CLASSPATH and APR configure environment variables. Revision ChangesPath 1.8 +17 -2 jakarta-tomcat-connectors/webapp/README.txt Index: README.txt

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

2001-07-23 Thread jfclere
jfclere 01/07/23 01:59:30 Modified:jk/native README.configure Log: Add the missing decription of --enable-EAPI (of apache-1.3 and mod_ssl). Revision ChangesPath 1.6 +4 -0 jakarta-tomcat-connectors/jk/native/README.configure Index: README.configure

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

2001-07-24 Thread jfclere
jfclere 01/07/24 09:38:44 Modified:jk/native README.configure Log: Add a line to tell to configure apache before configuring mod_jk, otherwise the file ap_config.h is not found by the configure of mod_jk. Revision ChangesPath 1.7 +1 -0 jakarta-tomcat

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/ajp/tomcat4 Ajp13Connector.java

2001-07-25 Thread jfclere
jfclere 01/07/25 07:49:51 Modified:jk/java/org/apache/ajp/tomcat4 Ajp13Connector.java Log: Add initialize method due to changes in catalina/src/share/org/apache/catalina/Connector.java Revision ChangesPath 1.4 +12 -4 jakarta-tomcat-connectors/jk/java/org

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

2001-08-06 Thread jfclere
jfclere 01/08/06 02:46:56 Modified:jk/native/common jk_uri_worker_map.c Log: Fix the comment! Revision ChangesPath 1.6 +2 -2 jakarta-tomcat-connectors/jk/native/common/jk_uri_worker_map.c Index: jk_uri_worker_map.c

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

2001-08-06 Thread jfclere
jfclere 01/08/06 08:43:30 Modified:jk/native/apache-1.3 mod_jk.c Log: Arrange jk_set_log_file: otherwise we need an absolut path for the file name! Revision ChangesPath 1.11 +9 -2 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

2001-08-06 Thread jfclere
jfclere 01/08/06 08:54:20 Modified:jk/native/apache-2.0 mod_jk.c Log: Arrange jk_set_log_file to allow relative path. Revision ChangesPath 1.16 +9 -2 jakarta-tomcat-connectors/jk/native/apache-2.0/mod_jk.c Index: mod_jk.c

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

2001-08-06 Thread jfclere
jfclere 01/08/06 10:31:45 Modified:jk/native/common jk_uri_worker_map.c Log: Arrange JkMount for entries like: JkMount /examples/servlet/HelloWorldExample example Note that things like /examples/servlet/Hello* example are not working... Revision ChangesPath 1.7

cvs commit: jakarta-tomcat-4.0/service/support apsupport.m4

2001-08-06 Thread jfclere
jfclere 01/08/06 14:54:33 Modified:service configure.in service/native java.c location.c service/support apsupport.m4 Log: Add support from cygwin. Revision ChangesPath 1.2 +6 -2 jakarta-tomcat-4.0/service/configure.in

cvs commit: jakarta-tomcat-4.0/service/native signals.c Makefile.in jsvc-unix.c

2001-08-08 Thread jfclere
jfclere 01/08/08 15:46:33 Modified:service/native Makefile.in jsvc-unix.c Added: service/native signals.c Log: Add signals.c to allow jsvc.exe to be run and stopped via a service wrapper on windows NT machines. Revision ChangesPath 1.2 +3 -2

cvs commit: jakarta-tomcat-service/winnt - New directory

2001-08-09 Thread jfclere
jfclere 01/08/09 09:06:56 jakarta-tomcat-service/winnt - New directory

cvs commit: jakarta-tomcat-service/winnt/bin - New directory

2001-08-09 Thread jfclere
jfclere 01/08/09 09:09:22 jakarta-tomcat-service/winnt/bin - New directory

cvs commit: jakarta-tomcat-service/winnt/lib - New directory

2001-08-09 Thread jfclere
jfclere 01/08/09 09:09:22 jakarta-tomcat-service/winnt/lib - New directory

cvs commit: jakarta-tomcat-service/winnt/executables - New directory

2001-08-09 Thread jfclere
jfclere 01/08/09 09:09:22 jakarta-tomcat-service/winnt/executables - New directory

cvs commit: jakarta-tomcat-service/winnt/moni - New directory

2001-08-09 Thread jfclere
jfclere 01/08/09 09:09:22 jakarta-tomcat-service/winnt/moni - New directory

cvs commit: jakarta-tomcat-service/winnt/supcalls_nt - New directory

2001-08-09 Thread jfclere
jfclere 01/08/09 09:09:22 jakarta-tomcat-service/winnt/supcalls_nt - New directory

cvs commit: jakarta-tomcat-service/winnt/service - New directory

2001-08-09 Thread jfclere
jfclere 01/08/09 09:09:22 jakarta-tomcat-service/winnt/service - New directory

cvs commit: jakarta-tomcat-service/winnt/moni_nt - New directory

2001-08-09 Thread jfclere
jfclere 01/08/09 09:09:22 jakarta-tomcat-service/winnt/moni_nt - New directory

cvs commit: jakarta-tomcat-service/winnt/signals - New directory

2001-08-09 Thread jfclere
jfclere 01/08/09 09:09:22 jakarta-tomcat-service/winnt/signals - New directory

cvs commit: jakarta-tomcat-service/winnt/executables/vdmoniadm - New directory

2001-08-09 Thread jfclere
jfclere 01/08/09 09:15:07 jakarta-tomcat-service/winnt/executables/vdmoniadm - New directory

cvs commit: jakarta-tomcat-service/winnt/executables/vdmonisvc - New directory

2001-08-09 Thread jfclere
jfclere 01/08/09 09:15:07 jakarta-tomcat-service/winnt/executables/vdmonisvc - New directory

cvs commit: jakarta-tomcat-service/winnt/executables/vdmoniadm icon1.ico

2001-08-09 Thread jfclere
jfclere 01/08/09 09:20:18 Added: winnt/executables/vdmoniadm icon1.ico Log: That is a small icon - A binary file, the rest follows soon - Revision ChangesPath 1.1 jakarta-tomcat-service/winnt/executables/vdmoniadm/icon1.ico Binary file

cvs commit: jakarta-tomcat-service/winnt/service instmain.cpp

2001-08-09 Thread jfclere
jfclere 01/08/09 10:14:51 Modified:winnt/executables/vdmoniadm vdmoniadm.rc winnt/executables/vdmonisvc vdmonisvc.rc winnt/service instmain.cpp Log: Arrange some of the copyrights... Revision ChangesPath 1.2 +1 -1 jakarta-tomcat

cvs commit: jakarta-tomcat-service/winnt/service instsvc.plg

2001-08-09 Thread jfclere
jfclere 01/08/09 10:28:06 Removed: winnt/executables/vdmoniadm vdmoniadm.plg winnt/executables/vdmonisvc vdmonisvc.plg winnt/service instsvc.plg Log: These were temporary files...

cvs commit: jakarta-tomcat-connectors/webapp/apache-2.0 Makefile.in

2001-08-29 Thread jfclere
jfclere 01/08/29 07:29:29 Modified:webapp configure.in Added: webapp/apache-2.0 Makefile.in Log: Copy/add configure logic for Apache-2.0 from mod_jk. Revision ChangesPath 1.23 +12 -3 jakarta-tomcat-connectors/webapp/configure.in Index

cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 .cvsignore

2001-08-30 Thread jfclere
jfclere 01/08/30 02:13:34 Added: jk/native/apache-1.3 .cvsignore jk/native/apache-2.0 .cvsignore Log: Add .cvsignore in apache subdirectories. Revision ChangesPath 1.1 jakarta-tomcat-connectors/jk/native/apache-1.3/.cvsignore Index

cvs commit: jakarta-tomcat-service/native/winnt/moni vdmonisvc.c

2001-08-31 Thread jfclere
jfclere 01/08/31 01:33:55 Modified:native/winnt/moni vdmonisvc.c Log: Allow service restart by the Service Control Manager. Submitted by: Dave Ringoen [[EMAIL PROTECTED]] (for mod_jk TC3.x). Revision ChangesPath 1.2 +7 -2 jakarta-tomcat-service/native/winnt

cvs commit: jakarta-tomcat-connectors/webapp/apache-2.0 Makefile.in

2001-08-31 Thread jfclere
jfclere 01/08/31 03:26:24 Modified:webapp Makefile.in configure.in webapp/apache-1.3 Makefile.in webapp/apache-2.0 Makefile.in Log: Merge Ryan's changes with mines. Revision ChangesPath 1.16 +17 -1 jakarta-tomcat-connectors

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

2001-08-31 Thread jfclere
jfclere 01/08/31 03:37:42 Modified:jk/native configure.in Log: Improve the testing of the apache version (forgotten in previous commit!). Revision ChangesPath 1.10 +2 -4 jakarta-tomcat-connectors/jk/native/configure.in Index: configure.in

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

2001-08-31 Thread jfclere
jfclere 01/08/31 05:16:57 Modified:jk/native configure.in Log: remove the last rm... Revision ChangesPath 1.11 +1 -2 jakarta-tomcat-connectors/jk/native/configure.in Index: configure.in

  1   2   3   4   5   >