cvs commit: jakarta-tomcat-connectors/jk/native2/common list.mk

2002-05-24 Thread hgomez
hgomez 02/05/24 00:18:31 Added: jk/native2/common list.mk Log: list.mk contains list of modules to be built, COMMON_OBJECTS and COMMON_APR_OBJECTS. Like this we could build jk2 for Apache 1.3 with/without APR Revision ChangesPath 1.1 jakarta

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

2002-05-24 Thread hgomez
hgomez 02/05/24 00:21:24 Modified:jk/native2/server/apache13 Makefile.apxs.in Makefile.in jk/native2/server/apache2 Makefile.apxs.in Makefile.in Log: Updated Makefiles Nota, that in Apache 1.3, we get list of common's files from common/list.mk Revision

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

2002-05-24 Thread hgomez
hgomez 02/05/24 01:11:19 Modified:jk/native2/server/apache2 Makefile.in Log: Fixed the problem with libtool by just removing -lapr dep in Apache 2.0, apr shared lib is allways present Revision ChangesPath 1.5 +2 -1 jakarta-tomcat-connectors/jk/native2

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

2002-06-03 Thread hgomez
hgomez 2002/06/03 04:24:25 Modified:jk/native2/server/apache2 mod_jk2.c Log: Others apache 2.0 modules use ap_add_version_component in post config phase (ie DAV2). Having it done in child init make it appears too late to be present in error.log. Revision Changes

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

2002-06-04 Thread hgomez
hgomez 2002/06/04 03:33:45 Modified:jk/native2/server/apache13 Makefile.apxs.in Makefile.in jk/native2/server/apache2 Makefile.apxs.in Makefile.in Log: Updated makefile. No more use list.mk but instead wildcard (req. gnu make) Also HAVE_JNI is set by configure

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

2002-06-05 Thread hgomez
hgomez 2002/06/05 01:33:13 Modified:jk/java/org/apache/ajp RequestHandler.java Log: PR: When SSL KEY SIZE was set, we incorrectly return 200 and didn't set SSL attribute, we should just continue to handle others FLAGS Submitted by: Brian Bek Jensen Revision Changes

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

2002-06-05 Thread hgomez
hgomez 2002/06/05 02:38:28 Modified:jk/native2 configure.in jk/support jk_apr.m4 Log: Check that APR is present when JNI support is asked for Apache 1.3 Revision ChangesPath 1.6 +10 -13jakarta-tomcat-connectors/jk/native2/configure.in

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

2002-06-11 Thread hgomez
hgomez 2002/06/11 05:13:22 Modified:.build.xml build.properties.sample Log: PR: Updated build.xml which will ensure that all required commons jars needed for JDBCPooledRealm are present. Updated build.properties.sample to reflect commons updates and ant.lib (which

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

2002-06-12 Thread hgomez
hgomez 2002/06/12 07:31:09 Modified:jk/native/apache-2.0 mod_jk.c Log: Fix the incorrect error reported when a worker is defined but didn't exist (reported by Bojan) Revision ChangesPath 1.45 +4 -1 jakarta-tomcat-connectors/jk/native/apache-2.0/mod_jk.c

cvs commit: jakarta-tomcat-4.0/catalina/src/bin catalina.sh

2003-03-06 Thread hgomez
hgomez 2003/03/06 03:12:34 Modified:catalina/src/bin catalina.sh Log: Add support to get catalina mai java process id in a file via the CATALINA_PID envvar Revision ChangesPath 1.33 +12 -1 jakarta-tomcat-4.0/catalina/src/bin/catalina.sh Index

cvs commit: jakarta-tomcat-4.0/catalina/src/bin catalina.sh

2003-03-06 Thread hgomez
hgomez 2003/03/06 03:23:25 Modified:catalina/src/bin catalina.sh Log: estetic change Revision ChangesPath 1.34 +3 -3 jakarta-tomcat-4.0/catalina/src/bin/catalina.sh Index: catalina.sh

cvs commit: jakarta-tomcat-catalina/catalina/src/bin catalina.sh

2003-03-06 Thread hgomez
hgomez 2003/03/06 03:24:05 Modified:catalina/src/bin catalina.sh Log: Add support to get catalina mai java process id in a file (from TC 4.1) Revision ChangesPath 1.5 +12 -1 jakarta-tomcat-catalina/catalina/src/bin/catalina.sh Index: catalina.sh

cvs commit: jakarta-tomcat/src/shell tomcat.sh

2003-03-06 Thread hgomez
hgomez 2003/03/06 08:29:31 Modified:src/shell tomcat.sh Log: Add some usefull ENV VARS as does in TC 4.1/TC 5.0 Revision ChangesPath 1.36 +76 -10jakarta-tomcat/src/shell/tomcat.sh Index: tomcat.sh

cvs commit: jakarta-tomcat/src/shell tomcat.sh

2003-03-06 Thread hgomez
hgomez 2003/03/06 08:30:45 Modified:src/shell tomcat.sh Log: Was a little too fast, quick fixes. Revision ChangesPath 1.37 +4 -4 jakarta-tomcat/src/shell/tomcat.sh Index: tomcat.sh

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

2003-04-04 Thread hgomez
hgomez 2003/04/04 05:27:43 Modified:jk/native/common jk_ajp_common.c Log: Fix problem reported by bugzilla 18571... Revision ChangesPath 1.36 +2 -2 jakarta-tomcat-connectors/jk/native/common/jk_ajp_common.c Index: jk_ajp_common.c

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

2003-06-18 Thread hgomez
hgomez 2003/06/18 06:13:17 Modified:jk/native/apache-2.0 mod_jk.c Log: 3rd parm to apr_file_write() should be apr_size_t, not unsigned. Provided by Jeff Trawick Revision ChangesPath 1.77 +2 -2 jakarta-tomcat-connectors/jk/native/apache-2.0/mod_jk.c

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

2003-06-18 Thread hgomez
hgomez 2003/06/18 06:17:18 Modified:jk/native/apache-2.0 mod_jk.c Log: Fix for mod_dir/mod_jk, now the DirectoryIndex directive will be correctly handled and forwarded Revision ChangesPath 1.78 +6 -2 jakarta-tomcat-connectors/jk/native/apache-2.0/mod_jk.c

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

2003-06-18 Thread hgomez
hgomez 2003/06/18 08:48:15 Modified:jk/native/apache-2.0 mod_jk.c Log: Use the subreq pool Provided by Jeff Trawick Revision ChangesPath 1.79 +3 -3 jakarta-tomcat-connectors/jk/native/apache-2.0/mod_jk.c Index: mod_jk.c

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

2003-07-02 Thread hgomez
hgomez 2003/07/02 00:09:10 Modified:jk/native/apache-1.3 mod_jk.c Log: Add the forgotten vars ;-) Revision ChangesPath 1.40 +2 -1 jakarta-tomcat-connectors/jk/native/apache-1.3/mod_jk.c Index: mod_jk.c

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

2003-07-18 Thread hgomez
hgomez 2003/07/18 04:06:43 Modified:jk/xdocs/jk workershowto.xml Log: Indicate that cache is disable by default. If Glenn set a default valuen I'll update the doc Revision ChangesPath 1.13 +1 -0 jakarta-tomcat-connectors/jk/xdocs/jk/workershowto.xml

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

2002-06-21 Thread hgomez
hgomez 2002/06/21 08:28:56 Modified:jk/native/common jk_ajp14_worker.h jk_global.h jk_util.c Log: fix the vsnprintf and snprintf Just define USE_SPRINT and USE_VSPRINTF when you didn't have these on your OS (ie Solaris 2.5) Revision ChangesPath 1.7 +1 -6

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

2002-06-21 Thread hgomez
hgomez 2002/06/21 08:22:48 Modified:jk/native/apache-1.3 Makefile.apxs.in Log: Add the missing / to common dir Revision ChangesPath 1.3 +1 -1 jakarta-tomcat-connectors/jk/native/apache-1.3/Makefile.apxs.in Index: Makefile.apxs.in

cvs commit: jakarta-tomcat-4.0/webapps/examples/WEB-INF/classes LocalStrings_fr.properties

2002-06-24 Thread hgomez
hgomez 2002/06/24 02:36:47 Added: webapps/examples/WEB-INF/classes LocalStrings_fr.properties Log: PR: French translation of example webapp properties BTW: my first TC 4.1 contribution ;) Revision ChangesPath 1.1 jakarta-tomcat-4.0/webapps

cvs commit: jakarta-tomcat/src/share/org/apache/jasper CommandLineContext.java

2002-06-27 Thread hgomez
hgomez 2002/06/27 01:08:39 Modified:src/share/org/apache/jasper CommandLineContext.java Log: Fix a problem when a jsp include another jsp with relative path Provided by : Thibault Frey [EMAIL PROTECTED] Revision ChangesPath 1.8 +10 -0 jakarta-tomcat/src

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

2002-06-27 Thread hgomez
hgomez 2002/06/27 07:34:18 Modified:jk/native configure.in jk/native/apache-2.0 Makefile.in jk/native/common Makefile.in Log: APXS/APXS2 flags are needed by the build, ie -DEAPI or -pthread, so we get flags from apxs (apache 1.3) or apxs2 (apache

cvs commit: jakarta-tomcat-4.0/webapps/examples/WEB-INF/classes LocalStrings_fr.properties

2002-06-27 Thread hgomez
hgomez 2002/06/27 07:42:35 Added: webapps/examples/WEB-INF/classes Tag: tomcat_40_branch LocalStrings_fr.properties Log: PR: Back port French translation for 4.0 Revision ChangesPath No revision

cvs commit: jakarta-tomcat-4.0/catalina build.xml

2002-06-27 Thread hgomez
hgomez 2002/06/27 07:44:47 Modified:catalina Tag: tomcat_40_branch build.xml Log: PR: Allow you to build TC 4.0 without coyote jar present in system, since coyote need TC 4.0 to be build, we fix a chickeneggs problem Revision ChangesPath No revision

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

2002-06-27 Thread hgomez
hgomez 2002/06/27 08:13:42 Modified:jk/native README Log: Add TC 4.0/4.1 to the list of servlet engine which could works with mod_jk via ajp13 Revision ChangesPath 1.3 +2 -2 jakarta-tomcat-connectors/jk/native/README Index: README

cvs commit: jakarta-tomcat-connectors/jk/native/netscape Makefile.solaris

2002-06-27 Thread hgomez
hgomez 2002/06/27 08:57:03 Modified:jk/native/apache-1.3 Makefile.freebsd build-unix.sh jk/native/apache-2.0 Makefile.in build-unix.sh jk/native/domino Makefile jk/native/jni Makefile.in Makefile.linux Makefile.solaris jk

cvs commit: jakarta-tomcat-connectors/jk/native BUILDING

2002-07-01 Thread hgomez
hgomez 2002/07/01 04:01:24 Added: jk/native BUILDING Log: Updated build documentation for mod_jk, replace README.configure Revision ChangesPath 1.1 jakarta-tomcat-connectors/jk/native/BUILDING Index: BUILDING

cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 build-unix.sh install-unix.sh

2002-07-01 Thread hgomez
hgomez 2002/07/01 04:01:52 Modified:jk/native README Removed: jk/native README.configure jk/native/apache-1.3 Makefile.freebsd Makefile.linux README.hpux README.solaris build-hpux-cc.sh build-hpux.sh build-solaris.sh

cvs commit: jakarta-tomcat-connectors/jk/native/iis README

2002-07-01 Thread hgomez
hgomez 2002/07/01 04:08:35 Added: jk/native/iis README Log: Initial README for IIS, may be Nacho could put more informations in it. Revision ChangesPath 1.1 jakarta-tomcat-connectors/jk/native/iis/README Index: README

cvs commit: jakarta-tomcat-connectors/jk/native/netscape README

2002-07-01 Thread hgomez
hgomez 2002/07/01 04:16:35 Added: jk/native/netscape README Log: Very minimal README for iplanet/netscape build, we have little information about it Revision ChangesPath 1.1 jakarta-tomcat-connectors/jk/native/netscape/README Index: README

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

2002-07-25 Thread hgomez
hgomez 2002/07/25 03:02:21 Modified:jk/native2/include jk_mutex.h Log: Correct preprocessor use of APR_HAS_THREADS, since APR make use of #define APR_HAS_THREADS 0 when no threads support (Reported by Dev Zero Ltd) Revision ChangesPath 1.4 +2 -2 jakarta

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

2002-07-25 Thread hgomez
hgomez 2002/07/25 03:31:30 Modified:jk/native/apache-1.3 Makefile.am Log: Make sure that apxs flags will be passed to libtool when building mod_jk.c (if not mod_jk.c will not be compiled with -DEAPI for example) Revision ChangesPath 1.7 +1 -1 jakarta

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

2002-08-28 Thread hgomez
hgomez 2002/08/28 02:55:11 Modified:jk/native/common jk_global.h Log: First fixes for iSeries (AS/400) Revision ChangesPath 1.20 +3 -3 jakarta-tomcat-connectors/jk/native/common/jk_global.h Index: jk_global.h

cvs commit: jakarta-tomcat-connectors/jk/doc/images - New directory

2002-08-29 Thread hgomez
hgomez 2002/08/29 01:33:43 jakarta-tomcat-connectors/jk/doc/images - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-tomcat-connectors/jk/doc/images banner.gif tomcat.gif tomcat.ico

2002-08-29 Thread hgomez
hgomez 2002/08/29 01:34:38 Added: jk/doc/images banner.gif tomcat.gif tomcat.ico Log: Added images Revision ChangesPath 1.1 jakarta-tomcat-connectors/jk/doc/images/banner.gif Binary file 1.1 jakarta-tomcat

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

2002-09-02 Thread hgomez
hgomez 2002/09/02 03:48:23 Added: jk/native/apache-2.0 bldjk.qcsrc Log: Initial build file (CL) for the iSeries (AS/400) Revision ChangesPath 1.1 jakarta-tomcat-connectors/jk/native/apache-2.0/bldjk.qcsrc Index: bldjk.qcsrc

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

2002-09-02 Thread hgomez
hgomez 2002/09/02 03:49:38 Added: jk/xdocs/common AJPv14-proposal.xml Log: Add the AJPv14 proposal Revision ChangesPath 1.1 jakarta-tomcat-connectors/jk/xdocs/common/AJPv14-proposal.xml Index: AJPv14-proposal.xml

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

2002-09-02 Thread hgomez
hgomez 2002/09/02 03:50:23 Added: jk/xdocs faq.xml Log: The long awaited FAQ is now on it's own file Revision ChangesPath 1.1 jakarta-tomcat-connectors/jk/xdocs/faq.xml Index: faq.xml

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

2002-09-02 Thread hgomez
hgomez 2002/09/02 03:51:10 Modified:jk/xdocs index.xml Log: Updated index.xml, more informations on jk/jk2 Revision ChangesPath 1.4 +55 -18jakarta-tomcat-connectors/jk/xdocs/index.xml Index: index.xml

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

2002-09-02 Thread hgomez
hgomez 2002/09/02 03:53:36 Modified:jk/xdocs menu.idx Log: Update menu.idx, add buildjk and confjk (to be released) Revision ChangesPath 1.4 +4 -0 jakarta-tomcat-connectors/jk/xdocs/menu.idx Index: menu.idx

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

2002-09-02 Thread hgomez
hgomez 2002/09/02 03:54:33 Modified:jk/xdocs style.css.in Log: Updated style.css, use smallest fonts and use less flashy colors for tables Revision ChangesPath 1.3 +60 -1 jakarta-tomcat-connectors/jk/xdocs/style.css.in Index: style.css.in

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

2002-09-02 Thread hgomez
hgomez 2002/09/02 03:55:31 Modified:jk/xdocs style.xsl.in Log: Updated style.xsl.in, which fix some problems and add screen support for DOS/WIN and iSeries/5250 Revision ChangesPath 1.6 +166 -7jakarta-tomcat-connectors/jk/xdocs/style.xsl.in Index

cvs commit: jakarta-tomcat-connectors/jk build.xml

2002-09-02 Thread hgomez
hgomez 2002/09/02 03:58:22 Modified:jk build.xml Log: Fix style.css location in build, added faq.xml to be generated Revision ChangesPath 1.50 +3 -1 jakarta-tomcat-connectors/jk/build.xml Index: build.xml

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

2002-09-02 Thread hgomez
hgomez 2002/09/02 04:02:06 Added: jk/xdocs/jk configjk.xml Log: Configuration informations on jk will be located here, covering httpd.conf, iis, netscape and workers.properties. To be released soon Revision ChangesPath 1.1 jakarta-tomcat

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

2002-09-02 Thread hgomez
hgomez 2002/09/02 09:02:10 Modified:jk/xdocs style.css.in jk/xdocs/jk buildjk.xml Log: Fix DOS colors and update builddoc. Included building instruction for IIS which will certainly be moved in a separate file Revision ChangesPath 1.4 +4 -4

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp12_worker.c jk_ajp_common.c jk_ajp_common.h jk_connect.c jk_global.h jk_map.c jk_msg_buff.c jk_msg_buff.h jk_pool.c jk_pool.h jk_util.c

2002-09-04 Thread hgomez
hgomez 2002/09/04 04:31:33 Modified:jk/native/apache-2.0 mod_jk.c jk/native/common jk_ajp12_worker.c jk_ajp_common.c jk_ajp_common.h jk_connect.c jk_global.h jk_map.c jk_msg_buff.c jk_msg_buff.h jk_pool.c jk_pool.h

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

2002-09-04 Thread hgomez
hgomez 2002/09/04 04:35:13 Modified:jk/native/common jk_jni_worker.c Log: First try to make use of JNI of iSeries (AS/400). We don't dynamically load the JVM libraries (dll/shared) but instead use it directly (mod_jk should be compiled with JVM SRVPGM). I'll have

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

2002-09-04 Thread hgomez
hgomez 2002/09/04 04:41:20 Modified:jk/native/common jk_jni_worker.c Log: Corrected typo (missing ;) Revision ChangesPath 1.13 +2 -2 jakarta-tomcat-connectors/jk/native/common/jk_jni_worker.c Index: jk_jni_worker.c

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

2002-09-05 Thread hgomez
hgomez 2002/09/05 01:37:43 Removed: jk/xdocs/jk buildjk.xml configjk.xml Log: Remove build and config for apache, will be present in a same file, aphowto.xml PS: first time commiting from eclipse IDE... -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

cvs commit: jakarta-tomcat-connectors/jk/xdocs/jk neshowto.xml aphowto.xml iishowto.xml

2002-09-05 Thread hgomez
hgomez 2002/09/05 01:38:50 Added: jk/xdocs/jk neshowto.xml aphowto.xml iishowto.xml Log: Reworked documents for Apache, IIS, NES Revision ChangesPath 1.1 jakarta-tomcat-connectors/jk/xdocs/jk/neshowto.xml Index: neshowto.xml

cvs commit: jakarta-tomcat-connectors/jk/xdocs menu.idx style.xsl.in style.css.in index.xml

2002-09-05 Thread hgomez
hgomez 2002/09/05 01:39:26 Modified:jk/xdocs menu.idx style.xsl.in style.css.in index.xml Log: Update to new jk docs layout, colors and entries Revision ChangesPath 1.5 +3 -1 jakarta-tomcat-connectors/jk/xdocs/menu.idx Index: menu.idx

cvs commit: jakarta-tomcat-connectors/jk/xdocs/images mod_jk.jpeg

2002-09-05 Thread hgomez
hgomez 2002/09/05 02:24:43 Modified:jk/xdocs/images mod_jk.jpeg Log: New logo, candidate #1 for mod_jk logo ? Revision ChangesPath 1.2 +20 -20jakarta-tomcat-connectors/jk/xdocs/images/mod_jk.jpeg Binary file -- To unsubscribe, e-mail

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

2002-09-05 Thread hgomez
hgomez 2002/09/05 05:51:26 Added: jk/xdocs/jk domhowto.xml Log: Domino/JK initial documentation Revision ChangesPath 1.1 jakarta-tomcat-connectors/jk/xdocs/jk/domhowto.xml Index: domhowto.xml

cvs commit: jakarta-tomcat-connectors/jk build.xml

2002-09-05 Thread hgomez
hgomez 2002/09/05 08:08:36 Modified:jk build.xml Log: Do not copy xdocs stuffs present also in subdirs Revision ChangesPath 1.51 +6 -6 jakarta-tomcat-connectors/jk/build.xml Index: build.xml

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

2002-09-06 Thread hgomez
hgomez 2002/09/06 05:24:03 Modified:jk/xdocs index.xml Log: More informations about jk pro/cons Revision ChangesPath 1.6 +65 -50jakarta-tomcat-connectors/jk/xdocs/index.xml Index: index.xml

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

2002-09-06 Thread hgomez
hgomez 2002/09/06 05:24:32 Modified:jk/xdocs/jk aphowto.xml Log: Udate apache-howto (still in works) Revision ChangesPath 1.2 +371 -1jakarta-tomcat-connectors/jk/xdocs/jk/aphowto.xml Index: aphowto.xml

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

2002-09-09 Thread hgomez
hgomez 2002/09/09 02:14:00 Modified:jk/xdocs index.xml Log: More updates on index (fix jk/mod_jk names) Revision ChangesPath 1.7 +1 -1 jakarta-tomcat-connectors/jk/xdocs/index.xml Index: index.xml

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

2002-09-09 Thread hgomez
hgomez 2002/09/09 02:15:15 Modified:jk/xdocs style.xsl.in Log: Fixe left align with IE 6.x Revision ChangesPath 1.8 +5 -5 jakarta-tomcat-connectors/jk/xdocs/style.xsl.in Index: style.xsl.in

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

2002-09-09 Thread hgomez
hgomez 2002/09/09 02:15:36 Modified:jk/xdocs/jk aphowto.xml Log: Updates and complete Apache HowTo Revision ChangesPath 1.3 +112 -23 jakarta-tomcat-connectors/jk/xdocs/jk/aphowto.xml Index: aphowto.xml

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

2002-09-09 Thread hgomez
hgomez 2002/09/09 02:16:42 Added: jk/xdocs/jk workershowto.xml Log: Add WorkersHowTo (still need works and review). I'd like to see commiters check cache_timeout and socket_timeout. Also I'll need informations of load balancing settings for error mode only (failover

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

2002-09-09 Thread hgomez
hgomez 2002/09/09 02:56:35 Modified:jk/xdocs/jk workershowto.xml Log: Added JNI informations Revision ChangesPath 1.2 +87 -1 jakarta-tomcat-connectors/jk/xdocs/jk/workershowto.xml Index: workershowto.xml

cvs commit: jakarta-tomcat-connectors/jk/xdocs/jk domhowto.xml neshowto.xml aphowto.xml iishowto.xml

2002-09-09 Thread hgomez
hgomez 2002/09/09 02:57:10 Modified:jk/xdocs/jk domhowto.xml neshowto.xml aphowto.xml iishowto.xml Log: Add references to WorkersHowTo, a must read ;) Revision ChangesPath 1.2 +5 -0 jakarta-tomcat-connectors/jk/xdocs/jk/domhowto.xml

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

2002-09-10 Thread hgomez
hgomez 2002/09/10 01:02:13 Modified:jk/xdocs menu.idx style.xsl.in Log: Add section in document, allowing spacing in final HTML. Still behind JF for XSL but ... Revision ChangesPath 1.9 +14 -5 jakarta-tomcat-connectors/jk/xdocs/menu.idx Index

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

2002-09-10 Thread hgomez
hgomez 2002/09/10 01:02:50 Modified:jk/xdocs/jk workershowto.xml iishowto.xml aphowto.xml neshowto.xml domhowto.xml jk/xdocs/common AJPv14-proposal.xml AJPv13.xml jk/xdocs faq.xml index.xml Log: Fixes typos and styles

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

2002-09-10 Thread hgomez
hgomez 2002/09/10 01:36:30 Modified:jk/xdocs/jk workershowto.xml Log: Added the documentation on advanced lb ie, local_worker and local_worker_only Revision ChangesPath 1.4 +81 -0 jakarta-tomcat-connectors/jk/xdocs/jk/workershowto.xml Index

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

2002-09-10 Thread hgomez
hgomez 2002/09/10 01:38:27 Modified:jk/xdocs/jk aphowto.xml Log: Changed the name of iSeries SRVPGM (shared lib) from QCZTC to MODJK to avoid clash with original SRVPGM Revision ChangesPath 1.6 +1 -1 jakarta-tomcat-connectors/jk/xdocs/jk/aphowto.xml

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

2002-09-10 Thread hgomez
hgomez 2002/09/10 02:08:18 Modified:jk/xdocs style.xsl.in Log: Change color for section Revision ChangesPath 1.11 +2 -2 jakarta-tomcat-connectors/jk/xdocs/style.xsl.in Index: style.xsl.in

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

2002-09-10 Thread hgomez
hgomez 2002/09/10 04:35:20 Modified:jk/xdocs/jk aphowto.xml Log: Fixes typos :) Revision ChangesPath 1.8 +2 -2 jakarta-tomcat-connectors/jk/xdocs/jk/aphowto.xml Index: aphowto.xml

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

2002-09-12 Thread hgomez
hgomez 2002/09/12 00:53:09 Modified:jk/xdocs/jk aphowto.xml Log: Updates provided by IBM fellow Walt Krapohl Revision ChangesPath 1.9 +28 -21jakarta-tomcat-connectors/jk/xdocs/jk/aphowto.xml Index: aphowto.xml

cvs commit: jakarta-tomcat-connectors/jk/xdocs/jk domhowto.xml neshowto.xml iishowto.xml

2002-09-12 Thread hgomez
hgomez 2002/09/12 00:54:16 Modified:jk/xdocs/jk domhowto.xml neshowto.xml iishowto.xml Log: Correct english sentences Revision ChangesPath 1.4 +1 -1 jakarta-tomcat-connectors/jk/xdocs/jk/domhowto.xml Index: domhowto.xml

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/resources LocalStrings_fr.properties

2002-09-12 Thread hgomez
hgomez 2002/09/12 07:27:16 Modified:src/share/org/apache/tomcat/resources LocalStrings_fr.properties Log: Correct typo Revision ChangesPath 1.5 +2 -2 jakarta-tomcat/src/share/org/apache/tomcat/resources/LocalStrings_fr.properties

cvs commit: jakarta-tomcat/src/share/org/apache/jasper/resources messages_fr.properties

2002-09-12 Thread hgomez
hgomez 2002/09/12 07:32:52 Modified:src/share/org/apache/jasper/resources messages_fr.properties Log: Add missing fr translations Revision ChangesPath 1.6 +4 -1 jakarta-tomcat/src/share/org/apache/jasper/resources/messages_fr.properties Index

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

2002-09-12 Thread hgomez
hgomez 2002/09/12 09:29:19 Modified:jk/native/common jk_jni_worker.c Log: OS400 JNI need strings to be converted from EBCDIC to ASCII Revision ChangesPath 1.14 +46 -1 jakarta-tomcat-connectors/jk/native/common/jk_jni_worker.c Index: jk_jni_worker.c

cvs commit: jakarta-tomcat-connectors KEYS

2002-09-13 Thread hgomez
hgomez 2002/09/13 02:33:12 Modified:.KEYS Log: Update KEYS notice and add my gpg signing key (for rpm) Revision ChangesPath 1.5 +45 -2 jakarta-tomcat-connectors/KEYS Index: KEYS

cvs commit: jakarta-tomcat KEYS

2002-09-13 Thread hgomez
hgomez 2002/09/13 02:38:06 Modified:.KEYS Log: Update KEYS notice and add my gpg signing key (for rpm) Revision ChangesPath 1.6 +42 -1 jakarta-tomcat/KEYS Index: KEYS === RCS

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config MxInterceptor.java

2002-09-18 Thread hgomez
hgomez 2002/09/18 00:57:09 Modified:src/share/org/apache/tomcat/modules/config MxInterceptor.java Log: Fix JMX support for Tomcat 3.3.2-dev due to change in JTC. add port/host attribute which will try, when port is set, to load the http adaptor

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/mx DynamicMBeanProxy.java

2002-09-18 Thread hgomez
hgomez 2002/09/18 04:03:06 Modified:util/java/org/apache/tomcat/util/mx DynamicMBeanProxy.java Log: Remove unused import Revision ChangesPath 1.6 +0 -2 jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/mx/DynamicMBeanProxy.java Index

cvs commit: jakarta-tomcat/src/doc serverxml.html

2002-09-19 Thread hgomez
hgomez 2002/09/19 00:57:07 Modified:src/doc serverxml.html Log: Add information about MXInterceptor Revision ChangesPath 1.27 +62 -1 jakarta-tomcat/src/doc/serverxml.html Index: serverxml.html

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config MxInterceptor.java

2002-09-19 Thread hgomez
hgomez 2002/09/19 00:58:07 Modified:src/share/org/apache/tomcat/modules/config MxInterceptor.java Log: Add authentification method to MXInterceptor, need now to pass the user/password to HTTP adaptor Revision ChangesPath 1.4 +25 -2

cvs commit: jakarta-tomcat/src/etc server.xml

2002-09-19 Thread hgomez
hgomez 2002/09/19 01:02:27 Modified:src/etc server.xml Log: Add example MXInterceptor (still not enabled by default) Revision ChangesPath 1.98 +28 -0 jakarta-tomcat/src/etc/server.xml Index: server.xml

cvs commit: jakarta-tomcat build.xml

2002-09-19 Thread hgomez
hgomez 2002/09/19 01:12:59 Modified:.build.xml Log: Majors modifications in build.xml : - make it works from Eclipse IDE - fix problems when building from non 'apache' layout (tc/jtc in same dir) - add support for xerces2 parser or external parsers (usefull

cvs commit: jakarta-tomcat-connectors/jk build.xml

2002-09-19 Thread hgomez
hgomez 2002/09/19 01:19:01 Modified:jk build.xml Log: make it works from Eclipse IDE (which didn't export ant jars like ant, ant-optional and xmls) Revision ChangesPath 1.52 +15 -4 jakarta-tomcat-connectors/jk/build.xml Index: build.xml

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config MxInterceptor.java

2002-09-19 Thread hgomez
hgomez 2002/09/19 02:03:15 Modified:src/share/org/apache/tomcat/modules/config MxInterceptor.java Log: Set the user/pwd for authentification Revision ChangesPath 1.5 +7 -2 jakarta-tomcat/src/share/org/apache/tomcat/modules/config

cvs commit: jakarta-tomcat/src/doc serverxml.html

2002-09-19 Thread hgomez
hgomez 2002/09/19 04:13:18 Modified:src/doc serverxml.html Log: typo, it's MxInterceptor and not MXInterceptor Revision ChangesPath 1.28 +4 -4 jakarta-tomcat/src/doc/serverxml.html Index: serverxml.html

cvs commit: jakarta-tomcat/src/etc server.xml

2002-09-19 Thread hgomez
hgomez 2002/09/19 04:14:30 Modified:src/etc server.xml Log: typo, it's MxInterceptor and not MXInterceptor Revision ChangesPath 1.99 +2 -3 jakarta-tomcat/src/etc/server.xml Index: server.xml

cvs commit: jakarta-tomcat-connectors/jk build.xml

2002-09-19 Thread hgomez
hgomez 2002/09/19 04:18:30 Modified:jk build.xml Log: Update xml apis path refid Revision ChangesPath 1.53 +1 -0 jakarta-tomcat-connectors/jk/build.xml Index: build.xml === RCS

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

2002-09-20 Thread hgomez
hgomez 2002/09/20 08:43:01 Added: jk/xdocs menu.jk2.idx menu.jk.idx menu.idx.in Log: New menu.idx system to allow us to exclude jk or jk2 from being generated Revision ChangesPath 1.1 jakarta-tomcat-connectors/jk/xdocs/menu.jk2.idx Index

cvs commit: jakarta-tomcat-connectors/jk build.xml

2002-09-20 Thread hgomez
hgomez 2002/09/20 09:00:12 Modified:jk build.xml Log: Added conditional jk/jk2 doc generation. use -Dnojkdoc to avoid jk documentation from being generated use -Dnojk2doc to avoid jk2 documentation from being generated Revision ChangesPath 1.54

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

2002-09-20 Thread hgomez
hgomez 2002/09/20 09:04:14 Removed: jk/xdocs menu.idx Log: Remove it since it will be regenerated with correct entities -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-tomcat-connectors/jk build.xml

2002-09-20 Thread hgomez
hgomez 2002/09/20 14:34:18 Modified:jk build.xml Log: Fix incorrect include tags Revision ChangesPath 1.55 +2 -1 jakarta-tomcat-connectors/jk/build.xml Index: build.xml === RCS

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

2002-09-20 Thread hgomez
hgomez 2002/09/20 14:35:31 Modified:jk/xdocs/jk workershowto.xml iishowto.xml aphowto.xml neshowto.xml domhowto.xml jk/xdocs/jk2 configweb.xml configtc.xml installhowto.xml jk/xdocs/common AJPv14-proposal.xml AJPv13.xml

cvs commit: jakarta-tomcat-connectors/jk build.xml

2002-09-23 Thread hgomez
hgomez 2002/09/23 03:04:24 Modified:jk build.xml Log: Remove unneeded stuff Revision ChangesPath 1.56 +0 -8 jakarta-tomcat-connectors/jk/build.xml Index: build.xml === RCS file

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

2002-09-23 Thread hgomez
hgomez 2002/09/23 07:59:39 Modified:jk/xdocs index.xml Log: APR is Apache Portable Runtime, not Library (reported by Anthony Milbourne) Revision ChangesPath 1.10 +2 -2 jakarta-tomcat-connectors/jk/xdocs/index.xml Index: index.xml

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

2002-09-24 Thread hgomez
hgomez 2002/09/24 03:23:51 Modified:jk/xdocs faq.xml Log: Add information about MMNB (Magic Module Number bump) of Apache 2.0 Revision ChangesPath 1.4 +2 -2 jakarta-tomcat-connectors/jk/xdocs/faq.xml Index: faq.xml

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

2002-09-24 Thread hgomez
hgomez 2002/09/24 03:49:03 Modified:jk/xdocs/jk aphowto.xml Log: Use MOD_JK SVRPGM as mod_jk module for iSeries when rebuilding it from Apache sources (IBM use QZTCJK). Revision ChangesPath 1.11 +1 -1 jakarta-tomcat-connectors/jk/xdocs/jk/aphowto.xml

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

2002-09-24 Thread hgomez
hgomez 2002/09/24 15:34:08 Modified:jk/native/common jk_global.h Log: no socketvars.h on CYGWIN Revision ChangesPath 1.22 +2 -2 jakarta-tomcat-connectors/jk/native/common/jk_global.h Index: jk_global.h

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

2002-09-24 Thread hgomez
hgomez 2002/09/24 15:36:28 Modified:jk/native2/common jk_channel_socket.c Log: AS/400 back port from 1.2.0. notice here that we should use gethostbyname_r for multi-thread support Revision ChangesPath 1.40 +17 -1 jakarta-tomcat-connectors/jk/native2

<    1   2   3   4   5   6   7   8   9   >