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

2004-11-18 Thread mturk
mturk   2004/11/18 10:34:20

  Removed: jk/xdocs/jk aphowto.xml domhowto.xml iishowto.xml
neshowto.xml quickhowto.xml workershowto.xml
  Log:
  Remove jk docs. New one are in place

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2004-10-29 Thread yoavs
yoavs   2004/10/29 11:24:28

  Modified:jk/xdocs/jk aphowto.xml
  Log:
  Bugzilla 30400: minor doc fix.
  
  Revision  ChangesPath
  1.29  +1 -1  jakarta-tomcat-connectors/jk/xdocs/jk/aphowto.xml
  
  Index: aphowto.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk/aphowto.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- aphowto.xml   22 Jul 2004 10:02:24 -  1.28
  +++ aphowto.xml   29 Oct 2004 18:24:28 -  1.29
  @@ -751,7 +751,7 @@
   
   screen
   noteApache 2.0 build with JNI support/note
  -type./configure --with-apxs=/opt/apache2/bin/apxs \/type
  +type./configure --with-apxs2=/opt/apache2/bin/apxs \/type
   typenext--with-java-home=${JAVA_HOME} --with-java-platform=2 \/typenext
   typenext--enable-jni/typenextbr/
   /screen
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2004-07-22 Thread hgomez
hgomez  2004/07/22 03:02:24

  Modified:jk/xdocs/jk aphowto.xml
  Log:
  make no-jk appears in bold
  
  Revision  ChangesPath
  1.28  +3 -3  jakarta-tomcat-connectors/jk/xdocs/jk/aphowto.xml
  
  Index: aphowto.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk/aphowto.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- aphowto.xml   15 Jul 2004 14:49:31 -  1.27
  +++ aphowto.xml   22 Jul 2004 10:02:24 -  1.28
  @@ -572,12 +572,12 @@
   /screen
   
   p
  -Since mod_jk 1.2.6, and under Apache 2.0, it's possible to exclude some URL/URI from
  -jk processing by setting the env var no-jk, for example with the SetEnvIf Directive.
  +Starting with mod_jk 1.2.6, and under Apache 2.0, it's possible to exclude some 
URL/URI from
  +jk processing by setting the env var bno-jk/b, for example with the SetEnvIf 
Directive.
   /p
   
   p
  -You could use no-jk env var to fix problem with mod_alias or mod_userdir
  +You could use bno-jk/b env var to fix problem with mod_alias or mod_userdir
   directive when jk and alias/userdir URLs matches. 
   /p
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2004-07-15 Thread billbarker
billbarker2004/07/15 07:49:31

  Modified:jk/xdocs/jk aphowto.xml
  Log:
  Fix unclosed tag
  
  Revision  ChangesPath
  1.27  +3 -3  jakarta-tomcat-connectors/jk/xdocs/jk/aphowto.xml
  
  Index: aphowto.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk/aphowto.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- aphowto.xml   14 Jul 2004 15:06:34 -  1.26
  +++ aphowto.xml   15 Jul 2004 14:49:31 -  1.27
  @@ -583,9 +583,9 @@
   
   screen
   note# All URL goes to tomcat except the one containing /home/note
  -readlt;VirtualHost *:80gt;
  -read ServerName testxxx.mysys
  -read DocumentRoot /www/testxxx/htdocs
  +readlt;VirtualHost *:80gt;/read
  +read ServerName testxxx.mysys/read
  +read DocumentRoot /www/testxxx/htdocs/read
   read /
   note# Use SetEnvIf to st no-jk when /home/ is encountered/note
   readSetEnvIf Request_URI /home/* no-jk/read
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2004-07-14 Thread hgomez
hgomez  2004/07/14 08:06:34

  Modified:jk/xdocs/jk aphowto.xml
  Log:
  Document no-jk env var
  
  Revision  ChangesPath
  1.26  +35 -0 jakarta-tomcat-connectors/jk/xdocs/jk/aphowto.xml
  
  Index: aphowto.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk/aphowto.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- aphowto.xml   4 Mar 2004 04:46:34 -   1.25
  +++ aphowto.xml   14 Jul 2004 15:06:34 -  1.26
  @@ -572,6 +572,41 @@
   /screen
   
   p
  +Since mod_jk 1.2.6, and under Apache 2.0, it's possible to exclude some URL/URI from
  +jk processing by setting the env var no-jk, for example with the SetEnvIf Directive.
  +/p
  +
  +p
  +You could use no-jk env var to fix problem with mod_alias or mod_userdir
  +directive when jk and alias/userdir URLs matches. 
  +/p
  +
  +screen
  +note# All URL goes to tomcat except the one containing /home/note
  +readlt;VirtualHost *:80gt;
  +read ServerName testxxx.mysys
  +read DocumentRoot /www/testxxx/htdocs
  +read /
  +note# Use SetEnvIf to st no-jk when /home/ is encountered/note
  +readSetEnvIf Request_URI /home/* no-jk/read
  +read /
  +note# Now /home will goes to /home/dataxxx//note
  +readAlias /home /home/dataxxx//read
  +read /
  +readlt;Directory /home/dataxxxgt;/read
  +read  Options Indexes MultiViews/read
  +read  AllowOverride None/read
  +read  Order allow,deny/read
  +read  Allow from all/read
  +readlt;/Directorygt;/read
  +read /
  +readJkMount /* myssys-xxx/read
  +read /
  +readlt;/VirtualHostgt;/read
  +/screen
  +
  +
  +p
   Use the mod_jk bJkAutoAlias/b directive to map all web application context 
directories 
   into Apache's document space. 
   /p
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2003-09-29 Thread glenn
glenn   2003/09/29 20:09:06

  Modified:jk/xdocs/jk aphowto.xml
  Log:
  Update download links to use jakarta mirror cgi
  
  Revision  ChangesPath
  1.24  +7 -23 jakarta-tomcat-connectors/jk/xdocs/jk/aphowto.xml
  
  Index: aphowto.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk/aphowto.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- aphowto.xml   25 Sep 2003 13:06:30 -  1.23
  +++ aphowto.xml   30 Sep 2003 03:09:06 -  1.24
  @@ -145,6 +145,9 @@
   p
   It is recommended to use the binary version if one is available.  
   If the binary is not available, follow the instructions for building mod_jk from 
source.  
  +The mod_jk source can be downloaded from a mirror
  +a href=http://jakarta.apache.org/site/sourceindex.cgi/;
  +here/a
   /p
   
   p
  @@ -162,29 +165,10 @@
   /p
   
   p
  -For example JK 1.2.5 can be found a 
href=http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.5/bin/;
  -here/a and contains the following:
  -/p
  -
  -p
  -table
  -  trthLocation/ththContents/th/tr
  -  trtda 
href=http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.5/bin/aix/;aix/a/tdtdSAVF
 including mod_jk for Apache 2.0 for iSeries V5R1/V5R2/td/tr
  -  trtda 
href=http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.5/bin/iseries/;iseries/a/tdtdSAVF
 including mod_jk for Apache 2.0 for iSeries V5R1/V5R2/td/tr
  -  trtda 
href=http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.5/bin/linux/;linux/a/tdtdmod_jk.so
 (Apache 1.3 standard API and EAPI and Apache 2.0) for some Linux Archs/td/tr
  -  trtda 
href=http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.5/bin/macosx/;macosx/a/tdtdContains
 the mod_jk.so for MacOS X/td/tr
  -  trtda 
href=http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.5/bin/netware/;netware/a/tdtdmod_jk.nlm
 and nsapi.nlm for Netware/td/tr
  -  trtda 
href=http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.5/bin/rpms/;rpms/a/tdtdContains
 the rpms (including sources and i386/ppc architectures)/td/tr
  -  trtda 
href=http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.5/bin/solaris6/;solaris6/a/tdtdContains
 the mod_jk.so for Solaris 6/td/tr
  -  trtda 
href=http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.5/bin/solaris8/;solaris8/a/tdtdContains
 the mod_jk.so for Solaris 8/td/tr
  -  trtda 
href=http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.5/bin/win32/;win32/a/tdtdContains
 the mod_jk.dll for Windows as well as other useful binaries./td/tr
  -/table
  -/p
  -
  -p
  -If you don't see your Operating System here, the doc may be outdated so just go 
  -a 
href=http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.5/bin/;
  -here/a and check if one of the directory didn't cover your os
  +For example JK 1.2.5 can be downloaded from a mirror
  +a href=http://jakarta.apache.org/site/binindex.cgi/;
  +here/a and contains binary version for a variety of
  +operating systems for both Apache 1.3 and Apache 2.
   /p
   
   /section
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2003-09-25 Thread glenn
glenn   2003/09/25 06:06:30

  Modified:jk/native/common jk_version.h
   jk/xdocs/jk aphowto.xml quickhowto.xml workershowto.xml
  Log:
  Update revision prior to tag and release
  
  Revision  ChangesPath
  1.14  +2 -2  jakarta-tomcat-connectors/jk/native/common/jk_version.h
  
  Index: jk_version.h
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_version.h,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- jk_version.h  10 Jun 2003 14:05:43 -  1.13
  +++ jk_version.h  25 Sep 2003 13:06:30 -  1.14
  @@ -74,7 +74,7 @@
   #define JK_VERBETA  0
   #define JK_BETASTRING   1
   /* set JK_VERISRELEASE to 1 when release (do not forget to commit!) */
  -#define JK_VERISRELEASE 0
  +#define JK_VERISRELEASE 1
   /** END OF AREA TO MODIFY BEFORE RELEASING */
   
   #define PACKAGE mod_jk/
  
  
  
  1.23  +11 -11jakarta-tomcat-connectors/jk/xdocs/jk/aphowto.xml
  
  Index: aphowto.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk/aphowto.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- aphowto.xml   25 Jul 2003 14:25:46 -  1.22
  +++ aphowto.xml   25 Sep 2003 13:06:30 -  1.23
  @@ -162,28 +162,28 @@
   /p
   
   p
  -For example JK 1.2.4 can be found a 
href=http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.4/bin/;
  +For example JK 1.2.5 can be found a 
href=http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.5/bin/;
   here/a and contains the following:
   /p
   
   p
   table
 trthLocation/ththContents/th/tr
  -  trtda 
href=http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.4/bin/aix/;aix/a/tdtdSAVF
 including mod_jk for Apache 2.0 for iSeries V5R1/V5R2/td/tr
  -  trtda 
href=http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.4/bin/iseries/;iseries/a/tdtdSAVF
 including mod_jk for Apache 2.0 for iSeries V5R1/V5R2/td/tr
  -  trtda 
href=http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.4/bin/linux/;linux/a/tdtdmod_jk.so
 (Apache 1.3 standard API and EAPI and Apache 2.0) for some Linux Archs/td/tr
  -  trtda 
href=http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.4/bin/macosx/;macosx/a/tdtdContains
 the mod_jk.so for MacOS X/td/tr
  -  trtda 
href=http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.4/bin/netware/;netware/a/tdtdmod_jk.nlm
 and nsapi.nlm for Netware/td/tr
  -  trtda 
href=http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.4/bin/rpms/;rpms/a/tdtdContains
 the rpms (including sources and i386/ppc architectures)/td/tr
  -  trtda 
href=http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.4/bin/solaris6/;solaris6/a/tdtdContains
 the mod_jk.so for Solaris 6/td/tr
  -  trtda 
href=http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.4/bin/solaris8/;solaris8/a/tdtdContains
 the mod_jk.so for Solaris 8/td/tr
  -  trtda 
href=http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.4/bin/win32/;win32/a/tdtdContains
 the mod_jk.dll for Windows as well as other useful binaries./td/tr
  +  trtda 
href=http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.5/bin/aix/;aix/a/tdtdSAVF
 including mod_jk for Apache 2.0 for iSeries V5R1/V5R2/td/tr
  +  trtda 
href=http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.5/bin/iseries/;iseries/a/tdtdSAVF
 including mod_jk for Apache 2.0 for iSeries V5R1/V5R2/td/tr
  +  trtda 
href=http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.5/bin/linux/;linux/a/tdtdmod_jk.so
 (Apache 1.3 standard API and EAPI and Apache 2.0) for some Linux Archs/td/tr
  +  trtda 
href=http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.5/bin/macosx/;macosx/a/tdtdContains
 the mod_jk.so for MacOS X/td/tr
  +  trtda 
href=http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.5/bin/netware/;netware/a/tdtdmod_jk.nlm
 and nsapi.nlm for Netware/td/tr
  +  trtda 
href=http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.5/bin/rpms/;rpms/a/tdtdContains
 the rpms (including sources and i386/ppc architectures)/td/tr
  +  trtda 
href=http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.5/bin/solaris6/;solaris6/a/tdtdContains
 the mod_jk.so for Solaris 6/td/tr
  +  trtda 
href=http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.5/bin/solaris8/;solaris8/a/tdtdContains
 the mod_jk.so for Solaris 8/td/tr
  +  trtda 
href=http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.5/bin/win32/;win32/a/tdtdContains
 

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

2003-07-25 Thread hgomez
hgomez  2003/07/25 07:25:46

  Modified:jk/xdocs/jk aphowto.xml
  Log:
  Fix iSeries QCLSRC file name
  
  Revision  ChangesPath
  1.22  +1 -1  jakarta-tomcat-connectors/jk/xdocs/jk/aphowto.xml
  
  Index: aphowto.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk/aphowto.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- aphowto.xml   27 May 2003 13:04:46 -  1.21
  +++ aphowto.xml   25 Jul 2003 14:25:46 -  1.22
  @@ -849,7 +849,7 @@
   /p
   screen5250
   note5250Copy the CL build program source from IFS/note5250
  -type5250CPYFRMSTMF FROMSTMF('/home/apache/jk/native/apache-2.0/bldjk.qcsrc') 
+/type5250
  +type5250CPYFRMSTMF FROMSTMF('/home/apache/jk/native/apache-2.0/bldjk.qclsrc') 
+/type5250
   type5250nextTOMBR('/QSYS.LIB/MOD_JK.LIB/QCLSRC.FILE/BLDJK.MBR') 
MBROPT(*REPLACE)/type5250next
   note5250Build the CL build program/note5250
   type5250CRTCLPGM PGM(MOD_JK/BLDJK) SRCFILE(MOD_JK/QCLSRC) TEXT('Apache mod_jk 
build program')/type5250
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2003-01-07 Thread hgomez
hgomez  2003/01/07 01:49:12

  Modified:jk/xdocs/jk aphowto.xml
  Log:
  Add build notes for MacOS/X
  
  Revision  ChangesPath
  1.19  +22 -0 jakarta-tomcat-connectors/jk/xdocs/jk/aphowto.xml
  
  Index: aphowto.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk/aphowto.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- aphowto.xml   30 Dec 2002 14:16:54 -  1.18
  +++ aphowto.xml   7 Jan 2003 09:49:12 -   1.19
  @@ -863,6 +863,28 @@
   /p
   /section
   
  +section name=Building mod_jk for Apache on MacOS/X
  +p
  +Mac OS X (10.2.x) build notes :
  +/p
  +p
  +Assuming that you are root :
  +/p
  +screen
  +noteFor Apache 1.3:/note
  +type./configure --with-apxs=/usr/sbin/apxs/type
  +typecd apache-1.3/type
  +typemake -f Makefile.apxs/type
  +typecp mod_jk.so /etc/libexec/httpd/type
  +
  +noteFor Apache 2.0:/note
  +type./configure --with-apxs=/usr/local/apache2/bin/apxs/type
  +note(you should point to the directory where you installed Apache 2.0)/note
  +typecd apache-2.0/type
  +typemake -f Makefile.apxs install/type
  +/screen
  +/section
  +
   section name=Getting mod_jk linked statically with Apache
   p
   mod_jk allows to install mod_jk in the Apache source tree to get a statically
  
  
  

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




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

2002-12-30 Thread glenn
glenn   2002/12/30 06:16:54

  Modified:jk/xdocs/jk aphowto.xml
  Log:
  Update version numbers for apache in docs
  
  Revision  ChangesPath
  1.18  +8 -8  jakarta-tomcat-connectors/jk/xdocs/jk/aphowto.xml
  
  Index: aphowto.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk/aphowto.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- aphowto.xml   26 Nov 2002 16:12:03 -  1.17
  +++ aphowto.xml   30 Dec 2002 14:16:54 -  1.18
  @@ -875,16 +875,16 @@
   
   subsection name=Installation in Apache-2.0
   screen
  -note /home/apache20/httpd-2.0.40 is the directory where the httpd-2.0 sources
  +note /home/apache20/httpd-2.0.43 is the directory where the httpd-2.0 sources
   are located. /note
  -type./configure --with-apache=/home/apache20/httpd-2.0.40/typebr/
  +type./configure --with-apache=/home/apache20/httpd-2.0.43/typebr/
   typemake/typebr/
   noteInstall the mod_jk library and other files in
  -/home/apache20/httpd-2.0.40/modules: /note
  +/home/apache20/httpd-2.0.43/modules: /note
   typemake install/typebr/
   note It is not possible to configure Apache directly because the config.m4 of 
mod_jk must
   be added to the configure of httpd-2.0. /note
  -typecd /home/apache20/httpd-2.0.40/type
  +typecd /home/apache20/httpd-2.0.43/type
   typesh buildconf/type
   typeconfigure ... --with-mod_jk/type
   typemake/type
  @@ -898,15 +898,15 @@
   
   subsection name=Installation in Apache-1.3
   screen
  -note /home/apache/apache_1.3.26 is the directory where the apache-1.3 sources
  +note /home/apache/apache_1.3.27 is the directory where the apache-1.3 sources
   are located. /note
  -type./configure --with-apache=/home/apache/apache_1.3.26/typebr/
  +type./configure --with-apache=/home/apache/apache_1.3.27/typebr/
   typemake/typebr/
   noteInstall the libjk library, mod_jk.c, includes and other files in
  -/home/apache/apache_1.3.26/src/modules/jk: /note
  +/home/apache/apache_1.3.27/src/modules/jk: /note
   typemake install/typebr/
   note Configure in the Apache sources: /note
  -typecd /home/apache/apache_1.3.26/type
  +typecd /home/apache/apache_1.3.27/type
   typeconfigure ... --enable-module=dir --disable-shared=dir \/type
   typenext  --activate-module=src/modules/jk/libjk.a \/typenext
   typenext  --disable-shared=jk/typenext
  
  
  

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




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

2002-11-26 Thread hgomez
hgomez  2002/11/26 08:12:03

  Modified:jk/xdocs/jk aphowto.xml
  Log:
  Update to follow JK 1.2.1 release (forgot this one)
  
  Revision  ChangesPath
  1.17  +1 -1  jakarta-tomcat-connectors/jk/xdocs/jk/aphowto.xml
  
  Index: aphowto.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk/aphowto.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- aphowto.xml   26 Nov 2002 16:08:48 -  1.16
  +++ aphowto.xml   26 Nov 2002 16:12:03 -  1.17
  @@ -162,7 +162,7 @@
   /p
   
   p
  -For example JK 1.2.1 can be found a 
href=http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.0/bin/;
  +For example JK 1.2.1 can be found a 
href=http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.1/bin/;
   here/a and contains the following:
   /p
   
  
  
  

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




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

2002-11-06 Thread hgomez
hgomez  2002/11/06 08:59:51

  Modified:jk/xdocs/jk aphowto.xml
  Log:
  Add aix binaries link
  
  Revision  ChangesPath
  1.15  +1 -0  jakarta-tomcat-connectors/jk/xdocs/jk/aphowto.xml
  
  Index: aphowto.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk/aphowto.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- aphowto.xml   28 Oct 2002 14:37:06 -  1.14
  +++ aphowto.xml   6 Nov 2002 16:59:51 -   1.15
   -169,6 +169,7 
   p
   table
 trthLocation/ththContents/th/tr
  +  trtda 
href=http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.0/bin/aix/;aix/a/tdtdSAVF
 including mod_jk for Apache 2.0 for iSeries V5R1/V5R2/td/tr
 trtda 
href=http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.0/bin/iseries/;iseries/a/tdtdSAVF
 including mod_jk for Apache 2.0 for iSeries V5R1/V5R2/td/tr
 trtda 
href=http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.0/bin/linux/;linux/a/tdtdmod_jk.so
 (Apache 1.3 standard API and EAPI and Apache 2.0) for some Linux Archs/td/tr
 trtda 
href=http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.0/bin/macosx/;macosx/a/tdtdContains
 the mod_jk.so for MacOS X/td/tr
  
  
  

--
To unsubscribe, e-mail:   mailto:tomcat-dev-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-dev-help;jakarta.apache.org




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

2002-10-28 Thread hgomez
hgomez  2002/10/28 04:04:57

  Modified:jk/xdocs/jk aphowto.xml
  Log:
  Add comment on JkRequestLogFormat which is only available on Apache 1.3
  for now.
  
  Revision  ChangesPath
  1.13  +1 -0  jakarta-tomcat-connectors/jk/xdocs/jk/aphowto.xml
  
  Index: aphowto.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk/aphowto.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- aphowto.xml   25 Oct 2002 15:42:49 -  1.12
  +++ aphowto.xml   28 Oct 2002 12:04:56 -  1.13
   -369,6 +369,7 
   
   p
   bJkRequestLogFormat/b will configure the format of mod_jk individual request 
logging. 
  +For now this directive is only available on bApache 1.3/b server.
   Request logging is configured and enabled on a per virtual host basis. 
   To enable request logging for a virtual host just add a JkRequestLogFormat config. 
   The syntax of the format string is similiar to the Apache LogFormat command, 
  
  
  

--
To unsubscribe, e-mail:   mailto:tomcat-dev-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-dev-help;jakarta.apache.org




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

2002-10-28 Thread hgomez
hgomez  2002/10/28 06:37:06

  Modified:jk/xdocs/jk aphowto.xml
  Log:
  Cleanup doc and remove comments on JkRequestLogFormat which is now 
  also available for Apache (in JK 1.2.1)
  
  Revision  ChangesPath
  1.14  +0 -4  jakarta-tomcat-connectors/jk/xdocs/jk/aphowto.xml
  
  Index: aphowto.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk/aphowto.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- aphowto.xml   28 Oct 2002 12:04:56 -  1.13
  +++ aphowto.xml   28 Oct 2002 14:37:06 -  1.14
   -369,7 +369,6 
   
   p
   bJkRequestLogFormat/b will configure the format of mod_jk individual request 
logging. 
  -For now this directive is only available on bApache 1.3/b server.
   Request logging is configured and enabled on a per virtual host basis. 
   To enable request logging for a virtual host just add a JkRequestLogFormat config. 
   The syntax of the format string is similiar to the Apache LogFormat command, 
   -385,9 +384,6 
 trtd%m/tdtdThe request method/td/tr
 trtd%p/tdtdThe canonical Port of the server serving the request/td/tr
 trtd%q/tdtdThe query string (prepended with a ? if a query string exists, 
otherwise an empty string)/td/tr
  -  trtd%r/tdtdFirst line of request/td/tr
  -  trtd%r/tdtdFirst line of request/td/tr
  -  trtd%r/tdtdFirst line of request/td/tr
 trtd%r/tdtdFirst line of request/td/tr
 trtd%s/tdtdRequest HTTP status code/td/tr
 trtd%T/tdtdRequest duration, elapsed time to handle request in seconds 
'.' micro seconds/td/tr
  
  
  

--
To unsubscribe, e-mail:   mailto:tomcat-dev-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-dev-help;jakarta.apache.org




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

2002-10-25 Thread hgomez
hgomez  2002/10/25 08:42:49

  Modified:jk/xdocs/jk aphowto.xml
  Log:
  Fix typo in documentation (double)
  
  Revision  ChangesPath
  1.12  +2 -2  jakarta-tomcat-connectors/jk/xdocs/jk/aphowto.xml
  
  Index: aphowto.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk/aphowto.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- aphowto.xml   24 Sep 2002 10:49:03 -  1.11
  +++ aphowto.xml   25 Oct 2002 15:42:49 -  1.12
   -564,10 +564,10 
   note# Static files in the examples webapp are served by apache/note
   readAlias /examples /vat/tomcat3/webapps/examples/read
   note# The following line prohibits users from directly access WEB-INF/note
  -readlt;Location /examples/WEB-INF/gt;/read
  +readlt;Location /examples/WEB-INF/gt;/read
   readAllowOverride None/read
   readdeny from all/read
  -readlt;Locationgt;/read
  +readlt;Locationgt;/read
   note# All JSP will goes to worker1/note
   readJkMount /*.jsp worker1/read
   note# All servlets goes to worker1/note
  
  
  

--
To unsubscribe, e-mail:   mailto:tomcat-dev-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-dev-help;jakarta.apache.org




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
  
  Index: aphowto.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk/aphowto.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- aphowto.xml   20 Sep 2002 21:35:30 -  1.10
  +++ aphowto.xml   24 Sep 2002 10:49:03 -  1.11
  @@ -858,7 +858,7 @@
   note5250Launch the build/note5250
   type5250CALL MOD_JK/BLDJK/type5250br/
   note5250If the build if successfull, copy the new mod_jk module/note5250
  -type5250CRTDUPOBJ OBJ(MOD_JK) FROMLIB(MOD_JK) OBJTYPE(*SRVPGM) TOLIB(QHTTPSVR) 
NEWOBJ(MODJK)/type5250
  +type5250CRTDUPOBJ OBJ(MOD_JK) FROMLIB(MOD_JK) OBJTYPE(*SRVPGM) TOLIB(QHTTPSVR) 
NEWOBJ(MOD_JK)/type5250
   /screen5250
   p
   Next, you should restart your Apache 2.0 server and enjoy this piece of OpenSource 
on iSeries.
  
  
  

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




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
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk/aphowto.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- aphowto.xml   10 Sep 2002 11:35:20 -  1.8
  +++ aphowto.xml   12 Sep 2002 07:53:09 -  1.9
  @@ -9,12 +9,12 @@
   section name=Introduction
   p
   This document explains how to connect Tomcat to the popular open source web server, 
Apache. 
  -There is actually to version of Apache, 1.3 and 2.0 and both could used mod_jk, the 
Tomcat redirector
  +There is actually two version of Apache, 1.3 and 2.0 and both can be used with 
mod_jk, the Tomcat redirector
   module.
   /p
   
   p
  -We recommand you to read also the a href=jk/workershowto.htmlWorkers HowTo/a 
document
  +It is recommanded that you also read the a href=jk/workershowto.htmlWorkers 
HowTo/a document
   to learn how to setup the working entities between your WebServer and Tomcat 
Engines.
   /p
   
  @@ -161,7 +161,7 @@
   /p
   
   p
  -For example JK 1.2.0 could be find a 
href=http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.0/bin/;
  +For example JK 1.2.0 can be found a 
href=http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.0/bin/;
   here/a and contains the following:
   /p
   
  @@ -287,7 +287,7 @@
   note# JkRequestLogFormat set the request format /note
   readJkRequestLogFormat %w %V %T/read
   note# Send servlet for context /examples to worker named worker1/note
  -readJkMout  /examples/servlet/* worker1/read
  +readJkMount  /examples/servlet/* worker1/read
   note# Send JSPs  for context /examples to worker named worker1/note
   readJkMount  /examples/*.jsp worker1/read
   /screen
  @@ -297,7 +297,7 @@
   
   section name=mod_jk Directives
   p
  -We'll discuss here about mod_jk directives and details them
  +We'll discuss here the mod_jk directives and details behind them
   /p
   
   subsection name=Define workers
  @@ -371,9 +371,9 @@
   Request logging is configured and enabled on a per virtual host basis. 
   To enable request logging for a virtual host just add a JkRequestLogFormat config. 
   The syntax of the format string is similiar to the Apache LogFormat command, 
  -here is a list of the avaialbe request log format options:
  +here is a list of the available request log format options:
   /p
  -
  +   
   p
   table
 trthOptions/ththDescription/th/tr
  @@ -618,7 +618,7 @@
   /subsection
   
   subsection name=Using configure to build mod_jk
  -pHere's how to use configure to prepare mod_jk building, just type: 
  +pHere's how to use configure to prepare mod_jk for building, just type: 
   source
   ./configure [autoconf arguments] [jakarta-tomcat-connectors arguments]
   /source
  @@ -793,14 +793,21 @@
   
   section name=Building mod_jk for Apache on iSeries/OS400
   p
  -Since OS400 V4R5, iSeries (AS/400) use Apache 2.0 as their primary web server, 
replacing the old IBM webserver.
  -It's now possible to build mod_jk on iSeries thanks to the help of IBM Rochester 
Labs who provided informations and patches
  -to adapt mod_jk to their Operating System.
  +Since OS400 V4R5, iSeries (AS/400) has used Apache 2.0 as their primary web server, 
  +replacing the old IBM webserver.
  +It's now possible to build mod_jk on iSeries thanks to the help of the IBM 
  +Rochester Labs which has provided information and patches
  +to adapt mod_jk to OS400.
  +/p
  +p
  +You should have at least Apache 2.0.39, a C Compiler and IFS.
  +Apache 2.0.39 is provided with the most recent set of PTFs for the iSeries Apache
  +server, which can be found at a 
href=http://www.ibm.com/servers/eserver/iseries/software/http/;
  +http://www.ibm.com/servers/eserver/iseries/software/http//a
   /p
  +
   p
  -You should have at least Apache 2.0.39 which is provided in recent PTFs, a C 
Compiler and IFS.
  -Since there's still no configure stuff on iSeries, you'll have to use the good 
command line or use a CL with is present 
  -in mod_jk source.
  +To configure mod_jk on iSeries use the CL source provided with the mod_jk source.
   /p
   ul
   li
  @@ -813,7 +820,7 @@
   Send the whole jk source directory to iSeries directory via FTP.
   /li
   li
  -Then go to iSeries command line :
  +Then go to the iSeries command line :
   /li
   /ul
   screen5250
  @@ -901,9 +908,9 @@
   typemake install/typebr/
   note Configure in the Apache sources: /note
   typecd /home/apache/apache_1.3.26/type
  -typeconfigure ... --enable-module=dir --disable-shared=dir \ /type
  -type  --activate-module=src/modules/jk/libjk.a \  /type
  -type  --disable-shared=jk/type
  

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
  
  Index: aphowto.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk/aphowto.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- aphowto.xml   10 Sep 2002 08:02:49 -  1.5
  +++ aphowto.xml   10 Sep 2002 08:38:27 -  1.6
  @@ -850,7 +850,7 @@
   note5250Launch the build/note5250
   type5250CALL MOD_JK/BLDJK/type5250br/
   note5250If the build if successfull, copy the new mod_jk module/note5250
  -type5250CRTDUPOBJ OBJ(MOD_JK) FROMLIB(MOD_JK) OBJTYPE(*SRVPGM) TOLIB(QHTTPSVR) 
NEWOBJ(QZTCJK)/type5250
  +type5250CRTDUPOBJ OBJ(MOD_JK) FROMLIB(MOD_JK) OBJTYPE(*SRVPGM) TOLIB(QHTTPSVR) 
NEWOBJ(MODJK)/type5250
   /screen5250
   p
   Next, you should restart your Apache 2.0 server and enjoy this piece of OpenSource 
on iSeries.
  
  
  

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




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

2002-09-10 Thread jfclere

jfclere 2002/09/10 04:15:15

  Modified:jk/xdocs/jk aphowto.xml
  Log:
  Add a session and 2 examples for the static linking of mod_jk.
  
  Revision  ChangesPath
  1.7   +63 -0 jakarta-tomcat-connectors/jk/xdocs/jk/aphowto.xml
  
  Index: aphowto.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk/aphowto.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- aphowto.xml   10 Sep 2002 08:38:27 -  1.6
  +++ aphowto.xml   10 Sep 2002 11:15:15 -  1.7
  @@ -857,4 +857,67 @@
   /p
   /section
   
  +section name=Getting mod_jk linked staticly with Apache
  +p
  +mod_jk allows to install mod_jk in the Apache source tree to get a staticly
  +linked mod_jk. Having mod_jk in the httpd executable brings some performance
  +improvements. The configure option --with-apache prepare mod_jk to install it
  +in the Apache source tree.
  +The option --with-apache works both for Apache-1.3 and Apache-2.0.
  +The examples below show how to get mod_jk in the httpd process.
  +/p
  +
  +subsection name=Installation in Apache-2.0
  +screen
  +note /home/apache20/httpd-2.0.40 is the directory where the httpd-2.0 sources
  +are located. /note
  +type./configure --with-apache=/home/apache20/httpd-2.0.40/typebr/
  +typemake/typebr/
  +noteInstall the mod_jk library and other files in
  +/home/apache20/httpd-2.0.40/modules: /note
  +typemake install/typebr/
  +note It is not possible to configure Apache directly because the config.m4 of 
mod_jk must
  +be added to the configure of httpd-2.0. /note
  +typecd /home/apache20/httpd-2.0.40/type
  +typesh buildconf/type
  +typeconfigure ... --with-mod_jk/type
  +typemake/type
  +typemake install/typebr/
  +/screen
  +p
  +The enable-jk=share and enable-jk=static are not supported. --with-mod_jk only
  +allow static linking of mod_jk.
  +/p
  +/subsection
  +
  +subsection name=Installation in Apache-1.3
  +screen
  +note /home/apache/apache_1.3.26 is the directory where the apache-1.3 sources
  +are located. /note
  +type./configure --with-apache=/home/apache/apache_1.3.26/typebr/
  +typemake/typebr/
  +noteInstall the libjk library, mod_jk.c, includes and other files in
  +/home/apache/apache_1.3.26/src/modules/jk: /note
  +typemake install/typebr/
  +note Configure in the Apache sources: /note
  +typecd /home/apache/apache_1.3.26/type
  +typeconfigure ... --enable-module=dir --disable-shared=dir \ /type
  +type  --activate-module=src/modules/jk/libjk.a \  /type
  +type  --disable-shared=jk/type
  +typemake/type
  +typemake install/typebr/
  +/screen
  +p
  +The --enable-shared=jk is also working and builds a dso file.
  +/p
  +screen
  +note Just change the configure in the Apache sources: /note
  +typeconfigure ... --enable-module=dir --enable-shared=dir \ /type
  +type  --activate-module=src/modules/jk/libjk.a \  /type
  +type  --enable-shared=jk/type
  +/screen
  +/subsection
  +
  +/section
  +
   /document
  
  
  

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




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
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk/aphowto.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- aphowto.xml   10 Sep 2002 11:15:15 -  1.7
  +++ aphowto.xml   10 Sep 2002 11:35:20 -  1.8
  @@ -857,9 +857,9 @@
   /p
   /section
   
  -section name=Getting mod_jk linked staticly with Apache
  +section name=Getting mod_jk linked statically with Apache
   p
  -mod_jk allows to install mod_jk in the Apache source tree to get a staticly
  +mod_jk allows to install mod_jk in the Apache source tree to get a statically
   linked mod_jk. Having mod_jk in the httpd executable brings some performance
   improvements. The configure option --with-apache prepare mod_jk to install it
   in the Apache source tree.
  
  
  

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




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
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk/aphowto.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- aphowto.xml   6 Sep 2002 12:24:32 -   1.2
  +++ aphowto.xml   9 Sep 2002 09:15:36 -   1.3
  @@ -281,9 +281,9 @@
   note# JkRequestLogFormat set the request format /note
   readJkRequestLogFormat %w %V %T/read
   note# Send servlet for context /examples to worker named worker1/note
  -readJkMout  /examples/servlet/* /read
  +readJkMout  /examples/servlet/* worker1/read
   note# Send JSPs  for context /examples to worker named worker1/note
  -readJkMount  /examples/*.jsp/read
  +readJkMount  /examples/*.jsp worker1/read
   /screen
   
   /subsection
  @@ -294,6 +294,19 @@
   We'll discuss here about mod_jk directives and details them
   /p
   
  +subsection name=Define workers
  +p
  +bJkWorkersFile/b specify the location where mod_jk will find the workers 
definitions.
  +
  +screen
  +readJkWorkersFile /etc/httpd/conf/workers.properties/read
  +/screen
  +
  +br/
  +br/
  +/p
  +/subsection
  +
   subsection name=Logging
   p
   bJkLogFile/b specify the location where mod_jk is going to place its log file.
  @@ -302,12 +315,18 @@
   readJkLogFile /var/log/httpd/mod_jk.log/read
   /screen
   
  +br/
  +br/
   /p
  +
   p
  -bJkLogLevel/b set the log level between :
  +bJkLogLevel/b
  +set the log level between :
  +/p
  +
   ul
   li
  -binfo/b log will contains standard mod_jk activity.
  +binfo/b log will contains standard mod_jk activity (default).
   /li
   li
   berror/b log will contains also error reports.
  @@ -317,25 +336,28 @@
   /li
   /ul
   
  -p
  -binfo/b should be your default selection for normal operations.
  -/p
  -
   screen
   readJkLogLevelinfo/read
   /screen
   
  +p
  +codeinfo/code should be your default selection for normal operations.
  +br/
  +br/
   /p
   
  -
   p
   bJkLogStampFormat/b will configure the date/time format found on mod_jk 
logfile. 
   Using the strftime() format string it's set by default to b[%a %b %d %H:%M:%S 
%Y]/b
  +/p
   
   screen
   readJkLogStampFormat [%a %b %d %H:%M:%S %Y] /read
   /screen
   
  +p
  +br/
  +br/
   /p
   
   p
  @@ -371,59 +393,119 @@
   readJkRequestLogFormat %w %V %T/read
   /screen
   
  +br/
  +br/
   /p
   
   /subsection
   
   subsection name=Forwarding
   p
  -The directive JkOptions allow you to set many forwarding options :
  +The directive JkOptions allow you to set many forwarding options which will enable 
(+)
  +or disable (-) following option.
  +br/
  +br/
   /p
   
   p
  -With bForwardKeySize/b,  you ask mod_jk, when using ajp13, to forward also the 
SSL Key Size  as 
  +JkOptions bForwardKeySize/b,  you ask mod_jk, when using ajp13, to forward also 
the SSL Key Size  as 
   required by Servlet API 2.3.
   This flag shouldn't be set when servlet engine is Tomcat 3.2.x (on by default).
  +
  +screen
  +readJkOptions +ForwardKeySize/read
  +/screen
  +
  +br/
  +br/
   /p
   
   p
  -With bForwardURICompat/b, you told mod_jk to send the URI to Tomcat normally, 
  +JkOptions bForwardURICompat/b, you told mod_jk to send the URI to Tomcat 
normally, 
   which is less spec compliant but mod_rewrite compatible, 
   use it for compatibility with Tomcat 3.2.x engines (on by default).
  +
  +screen
  +readJkOptions +ForwardURICompat/read
  +/screen
  +
  +br/
  +br/
  +/p
  +
  +p
  +JkOptions bForwardURICompatUnparsed/b, the forwarded URI 
  +is unparsed, it's spec compliant but broke mod_rewrite.
  +
  +screen
  +readJkOptions +ForwardURICompatUnparsed/read
  +/screen
  +
  +br/
  +br/
   /p
   
   p
  -With bForwardURICompatUnparsed/b, the forwarded URI is unparsed, it's spec 
compliant but broke mod_rewrite.
  +JkOptions bForwardURIEscaped/b, the forwarded URI is escaped and 
  +Tomcat (since 3.3 rc2) will do the decoding part.
  +
  +screen
  +readJkOptions +ForwardURIEscaped/read
  +/screen
  +
  +br/
  +br/
   /p
   
   p
  -With bForwardURIEscaped/b, the forwarded URI is escaped and Tomcat (since 3.3 
rc2) will do the decoding part.
  +JkOptions bForwardDirectories/b is used in conjunction with 
bDirectoryIndex/b 
  +directive of Apache web server. As such mod_dir should be available to Apache,
  +statically or dynamically (DSO)
  +br/
  +br/
   /p
   
   p
  -With bForwardDirectories/b, This option is used in conjunction with 
DirectoryIndex directive of Apache web
  -server. When DirectoryIndex is configured, Apache will create sub-requests for
  +When DirectoryIndex is configured, Apache will create sub-requests for
   each of the local-url's specified in the directive, to determine if there is 

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
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk/aphowto.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- aphowto.xml   5 Sep 2002 08:38:50 -   1.1
  +++ aphowto.xml   6 Sep 2002 12:24:32 -   1.2
  @@ -35,7 +35,7 @@
   /ul
   /p
   p
  -In all the examples in this document ${tomcat_home} will be 
bc:\jakarta-tomcat/b.
  +In all the examples in this document ${tomcat_home} will be b/var/tomcat3/b.
   A worker is defined to be a tomcat process that accepts work from the IIS server.
   /p
   /subsection
  @@ -127,6 +127,376 @@
   
   /subsection
   
  +/section
  +
  +section name=Obtaining mod_jk
  +p
  +mod_jk can be obtained in two formats - binary and source.  
  +Depending on the platform you are running your web server on, a binary version of 
mod_jk may be available.  
  +/p
  +
  +p
  +It is recommended to use the binary version if one is available.  
  +If the binary is not available, follow the instructions for building mod_jk from 
source.  
  +/p
  +
  +p
  +The binaries for mod_jk are now available, for several platforms, in a separate 
area as the Tomcat Binary Release.  
  +The binaries are located in subdirectories by platform.  
  +/p
  +
  +p
  +For some platforms, such as Windows, this is the typical way of obtaining mod_jk 
  +since most Windows systems do not have C compilers.
  +/p
  +
  +p
  +For others, the binary distribution of mod_jk offers simpler installation.
  +/p
  +
  +p
  +For example mod_jk 1.2.0 could be find a 
href=http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.0/bin/;
  +here/a and contains the following:
  +/p
  +
  +p
  +table
  +  trthLocation/ththContents/th/tr
  +  trtda 
href=http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.0/bin/iseries/;iseries/a/tdtdSAVF
 including mod_jk for Apache 2.0 for iSeries V5R1/V5R2/td/tr
  +  trtda 
href=http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.0/bin/linux/;linux/a/tdtdmod_jk.so
 (Apache 1.3 standard API and EAPI and Apache 2.0) for some Linux Archs/td/tr
  +  trtda 
href=http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.0/bin/macosx/;macosx/a/tdtdContains
 the mod_jk.so for MacOS X/td/tr
  +  trtda 
href=http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.0/bin/netware/;netware/a/tdtdmod_jk.nlm
 and nsapi.nlm for Netware/td/tr
  +  trtda 
href=http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.0/bin/rpms/;rpms/a/tdtdContains
 the rpms (including sources and i386/ppc architectures)/td/tr
  +  trtda 
href=http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.0/bin/solaris6/;solaris6/a/tdtdContains
 the mod_jk.so for Solaris 6/td/tr
  +  trtda 
href=http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.0/bin/solaris8/;solaris8/a/tdtdContains
 the mod_jk.so for Solaris 8/td/tr
  +  trtda 
href=http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.0/bin/win32/;win32/a/tdtdContains
 the mod_jk.dll for Windows as well as other useful binaries./td/tr
  +/table
  +/p
  +
  +p
  +If you don't see your Operating System here, the doc may be outdated so just go 
  +a 
href=http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.0/bin/;
  +here/a and check if one of the directory didn't cover your os
  +/p
  +
  +/section
  +
  +section name=Installation
  +p
  +mod_jk requires two entities:
  +
  +ul
  +li
  +bmod_jk.xxx/b - The Apache module, depending on your operating system, it will 
be mod_jk.so, mod_jk.dll, mod_jk,nlm or 
  +or QZTCJK.SRVPGM (see the build section).
  +/li
  +li
  +bworkers.properties/b - A file that describes the host(s) and port(s) used by 
the workers (Tomcat processes). 
  +A sample workers.properties can be found under the conf directory.
  +/li
  +/ul
  +/p
  +
  +p
  +Also as with other Apache modules, mod_jk should be first installed on the modules 
directory of your
  +Apache webserver, ie : /usr/lib/apache and you should update your bhttpd.conf/b 
file.
  +/p
  +
  +
  +subsection name=Disabling old mod_jserv
  +p
  +If you've previously configured Apache to use bmod_jserv/b, remove any 
bApJServMount/b directives 
  +from your httpd.conf. 
  +/p
  +
  +pIf you're including btomcat-apache.conf/b or btomcat.conf/b, you'll want 
to remove them as well - 
  +they are specific to bmod_jserv/b.  
  +/p
  +
  +p
  +The mod_jserv configuration directives are not compatible with mod_jk!
  +/p
  +/subsection
  +
  +subsection name=Using Tomcat auto-configure 
  +p
  +The simplest way to configure Apache