cvs commit: jakarta-tomcat-connectors/jk/xdocs/install apache1.xml apache2.xml iis.xml project.xml

2005-07-04 Thread jfclere
jfclere 2005/07/04 03:18:29

  Removed: jk/xdocs/install apache1.xml apache2.xml iis.xml project.xml
  Log:
  Those files have been included in howto's we should n't duplicate the
  information.

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



cvs commit: jakarta-tomcat-connectors/jk/xdocs/install apache1.xml apache2.xml

2005-04-04 Thread pero
pero2005/04/04 23:32:55

  Modified:jk/xdocs changelog.xml
   jk/xdocs/install apache1.xml apache2.xml
  Log:
  add doc for apache --enable-prefork configure switch
  
  Revision  ChangesPath
  1.20  +10 -0 jakarta-tomcat-connectors/jk/xdocs/changelog.xml
  
  Index: changelog.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/changelog.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- changelog.xml 30 Mar 2005 06:21:19 -  1.19
  +++ changelog.xml 5 Apr 2005 06:32:55 -   1.20
  @@ -21,6 +21,16 @@
 new documentation project for JK has been started.
 
   
  +
  +  
  +  
  +
  +  
  +Add --enable-prefork to the documentation (pero)
  +  
  +
  +  
  +
   
 
 
  
  
  
  1.8   +3 -0  jakarta-tomcat-connectors/jk/xdocs/install/apache1.xml
  
  Index: apache1.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/install/apache1.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- apache1.xml   28 Mar 2005 09:56:02 -  1.7
  +++ apache1.xml   5 Apr 2005 06:32:55 -   1.8
  @@ -80,6 +80,9 @@
 
 Build mod_jk enabling maintainer or DEBUG mode.
 
  +  
  +  Build mod_jk without all the pthread code, better support apache 
prefork mode.
  +  
   
   
   JNI related parameters :
  
  
  
  1.9   +3 -0  jakarta-tomcat-connectors/jk/xdocs/install/apache2.xml
  
  Index: apache2.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/install/apache2.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- apache2.xml   28 Mar 2005 09:56:02 -  1.8
  +++ apache2.xml   5 Apr 2005 06:32:55 -   1.9
  @@ -66,6 +66,9 @@
 
 Build mod_jk enabling maintainer or DEBUG mode.
 
  +  
  +  Build mod_jk without all the pthread code, better support apache 
prefork mode.
  +  
   
   
   JNI related parameters :
  
  
  

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



cvs commit: jakarta-tomcat-connectors/jk/xdocs/install apache1.xml apache2.xml

2005-03-28 Thread mturk
mturk   2005/03/28 01:56:02

  Modified:jk/xdocs/install apache1.xml apache2.xml
  Log:
  Update apache build instructions.
  
  Revision  ChangesPath
  1.7   +18 -18jakarta-tomcat-connectors/jk/xdocs/install/apache1.xml
  
  Index: apache1.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/install/apache1.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- apache1.xml   23 Feb 2005 08:10:20 -  1.6
  +++ apache1.xml   28 Mar 2005 09:56:02 -  1.7
  @@ -17,24 +17,6 @@
   
   The mod_jk build use the widely used configure system.
   
  -
  -
  -In case you get source from CVS, ie without an existing configure script,
  -you should have autoconf for configuration and installation.
  -To create jakarta-tomcat-connectors's autoconf script, you will need libtool 
1.3.3 or higher, 
  -and autoconf 2.13 or newer.
  -Those tools will not be required if you are just using a package downloaded 
from apache.org, 
  -they are only required for developers.
  -
  -
  -To create the configure script just type :
  -
  -
  -./buildconf.sh
  -
  -
  -
  -
   
   The configure file produced using buildconf script will create all 
necesary make files.
   Here's how to use configure to prepare mod_jk for building, just type: 
  @@ -137,6 +119,24 @@
   
   
   
  +
  +
  +In case you get source from CVS, ie without an existing configure script,
  +you should have autoconf for configuration and installation.
  +To create jakarta-tomcat-connectors's autoconf script, you will need libtool 
1.3.3 or higher, 
  +and autoconf 2.13 or newer.
  +Those tools will not be required if you are just using a package downloaded 
from apache.org, 
  +they are only required for developers.
  +
  +
  +To create the configure script just type :
  +
  +
  +./buildconf.sh
  +
  +
  +
  +
   
   
   
  
  
  
  1.8   +27 -26jakarta-tomcat-connectors/jk/xdocs/install/apache2.xml
  
  Index: apache2.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/install/apache2.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- apache2.xml   23 Dec 2004 13:52:00 -  1.7
  +++ apache2.xml   28 Mar 2005 09:56:02 -  1.8
  @@ -8,7 +8,7 @@
   
   
   Mladen Turk
  -Installation for Apache 2.0.x
  +Installation for Apache 2.x
   
   
   
  @@ -17,25 +17,6 @@
   
   The mod_jk build use the widely used configure system.
   
  -
  -
  -In case you get source from CVS, ie without an existing configure script,
  -you should have autoconf for configuration and installation.
  -To create jakarta-tomcat-connectors's autoconf script, you will need libtool 
1.3.3 or higher, 
  -and autoconf 2.13 or newer.
  -Those tools will not be required if you are just using a package downloaded 
from apache.org, 
  -they are only required for developers.
  -
  -
  -
  -To create the configure script just type :
  -
  -
  -./buildconf.sh
  -
  -
  -
  -
   
   The configure file produced using buildconf script will create all 
necesary make files.
   Here's how to use configure to prepare mod_jk for building, just type: 
  @@ -55,10 +36,10 @@
   
   
   
  -If you want to build mod_jk for 2.0, you should 
  +If you want to build mod_jk for 2.x, you should 
   
   
  -use configure and indicate Apache 2.0 apxs location,
  +use configure and indicate Apache 2.x apxs location,
   
   
   then make.
  @@ -115,14 +96,14 @@
   Examples of configure use :
   
   
  -Apache 2.0 build
  -./configure --with-apxs=/opt/apache2/bin/apxs
  +Apache 2.x build
  +./configure --with-apxs=/usr/sbin/apxs
   make
  -make install
  +su -c 'make install'
   
   
   
  -Apache 2.0 build with JNI support
  +Apache 2.x build with JNI support
   ./configure --with-apxs=/opt/apache2/bin/apxs \
   --with-java-home=${JAVA_HOME} --with-java-platform=2 \
   --enable-jni
  @@ -130,6 +111,26 @@
   
   
   
  +
  +
  +In case you get source from CVS, ie without an existing configure script,
  +you should have autoconf for configuration and installation.
  +To create jakarta-tomcat-connectors's autoconf script, you will need libtool 
1.3.3 or higher, 
  +and autoconf 2.13 or newer.
  +Those tools will not be required if you are just using a package downloaded 
from apache.org, 
  +they are only required for developers.
  +
  +
  +
  +To create the configure script just type :
  +
  +
  +./buildconf.sh
  +
  +
  +
  +
  +
   
   
   
  
  
  

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



cvs commit: jakarta-tomcat-connectors/jk/xdocs/install apache1.xml apache2.xml

2004-12-23 Thread mturk
mturk   2004/12/23 05:52:00

  Modified:jk/xdocs/howto apache.xml
   jk/xdocs/install apache1.xml apache2.xml
  Log:
  From 1.2.8 the default extension module name is using Apache
  convetion and that is .so.
  
  Revision  ChangesPath
  1.2   +5 -5  jakarta-tomcat-connectors/jk/xdocs/howto/apache.xml
  
  Index: apache.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/howto/apache.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- apache.xml18 Nov 2004 18:30:36 -  1.1
  +++ apache.xml23 Dec 2004 13:52:00 -  1.2
  @@ -199,7 +199,7 @@
   
   
   
  -mod_jk.xxx - The Apache module, depending on your operating system, 
it will be mod_jk.so, mod_jk.dll, mod_jk,nlm or 
  +mod_jk.xxx - The Apache module, depending on your operating system, 
it will be mod_jk.so, mod_jk.nlm or 
   or QZTCJK.SRVPGM (see the build section).
   
   
  @@ -788,7 +788,7 @@
   A mod_jk module for Apache 2.0 build will require APACHE2_HOME 
environment variable to be set. 
   
   
  -Copy mod_jk.dll to Apache's modules directory.
  +Copy mod_jk.so to Apache's modules directory.
   
   
   
  @@ -802,7 +802,7 @@
   Build the sources using MSDEV
   MSDEV mod_jk.dsp /MAKE ALL
   Copy the dll to your apache modules directory
  -cp release\mod_jk.dll c:\apache13\modules\
  +cp release\mod_jk.so c:\apache13\modules\
   
   
   
  @@ -816,7 +816,7 @@
   Build the sources using MSDEV
   MSDEV mod_jk.dsp /MAKE ALL
   Copy the dll to your apache modules directory
  -cp release\mod_jk.dll c:\apache20\modules\
  +cp release\mod_jk.so c:\apache20\modules\
   
   
   
  
  
  
  1.5   +2 -2  jakarta-tomcat-connectors/jk/xdocs/install/apache1.xml
  
  Index: apache1.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/install/apache1.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- apache1.xml   21 Dec 2004 16:22:48 -  1.4
  +++ apache1.xml   23 Dec 2004 13:52:00 -  1.5
  @@ -168,7 +168,7 @@
   
   
   
  -Copy mod_jk.dll to Apache's modules directory.
  +Copy mod_jk.so to Apache's modules directory.
   
   
   
  @@ -182,7 +182,7 @@
   Build the sources using MSDEV
   MSDEV mod_jk.dsp /MAKE ALL
   Copy the dll to your apache modules directory
  -cp release\mod_jk.dll c:\apache13\modules\
  +cp release\mod_jk.so c:\apache13\modules\
   
   
   
  
  
  
  1.7   +2 -2  jakarta-tomcat-connectors/jk/xdocs/install/apache2.xml
  
  Index: apache2.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/install/apache2.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- apache2.xml   21 Dec 2004 16:22:49 -  1.6
  +++ apache2.xml   23 Dec 2004 13:52:00 -  1.7
  @@ -161,7 +161,7 @@
   
   
   
  -Copy mod_jk.dll to Apache's modules directory.
  +Copy mod_jk.so to Apache's modules directory.
   
   
   
  @@ -176,7 +176,7 @@
   Build the sources using MSDEV
   MSDEV mod_jk.dsp /MAKE ALL
   Copy the dll to your apache modules directory
  -cp release\mod_jk.dll c:\apache20\modules\
  +cp release\mod_jk.so c:\apache20\modules\
   
   
   
  
  
  

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



cvs commit: jakarta-tomcat-connectors/jk/xdocs/install apache1.xml apache2.xml iis.xml

2004-12-21 Thread mturk
mturk   2004/12/21 08:22:49

  Modified:jk/xdocs/install apache1.xml apache2.xml iis.xml
  Log:
  Fix some typos.
  
  Revision  ChangesPath
  1.4   +2 -2  jakarta-tomcat-connectors/jk/xdocs/install/apache1.xml
  
  Index: apache1.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/install/apache1.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- apache1.xml   21 Dec 2004 16:07:14 -  1.3
  +++ apache1.xml   21 Dec 2004 16:22:48 -  1.4
  @@ -159,11 +159,11 @@
   You can use the free Microsoft tools for building mod_jk. You will need to 
download the
   http://www.microsoft.com/msdownload/platformsdk/sdkupdate/";>Platform 
SDK and
   http://msdn.microsoft.com/visualc/vctoolkit2003/";>Microsoft Visual 
C++ Toolkit 2003
  -You will have to copy the nmake.exe from PlatformSDK\bin\Win64 to 
PlatformSDK\bin.
  +Copy the nmake.exe from PlatformSDK\bin\Win64 to PlatformSDK\bin.
   
   Apache 1.3 build on WIN32 using free VCToolkit
   C:\Vctoolkit\vcvars32.bat
  -C:\PlatformSDK\vcvars32.bat
  +C:\PlatformSDK\setenv.bat
   nmake -f Makefile.vc
   
   
  
  
  
  1.6   +2 -2  jakarta-tomcat-connectors/jk/xdocs/install/apache2.xml
  
  Index: apache2.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/install/apache2.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- apache2.xml   21 Dec 2004 16:07:14 -  1.5
  +++ apache2.xml   21 Dec 2004 16:22:49 -  1.6
  @@ -152,11 +152,11 @@
   You can use the free Microsoft tools for building mod_jk. You will need to 
download the
   http://www.microsoft.com/msdownload/platformsdk/sdkupdate/";>Platform 
SDK and
   http://msdn.microsoft.com/visualc/vctoolkit2003/";>Microsoft Visual 
C++ Toolkit 2003
  -You will have to copy the nmake.exe from PlatformSDK\bin\Win64 to 
PlatformSDK\bin.
  +Ccopy the nmake.exe from PlatformSDK\bin\Win64 to PlatformSDK\bin.
   
   Apache 2.0 build on WIN32 using free VCToolkit
   C:\Vctoolkit\vcvars32.bat
  -C:\PlatformSDK\vcvars32.bat
  +C:\PlatformSDK\setenv.bat
   nmake -f Makefile.vc
   
   
  
  
  
  1.4   +8 -8  jakarta-tomcat-connectors/jk/xdocs/install/iis.xml
  
  Index: iis.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/install/iis.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- iis.xml   21 Dec 2004 16:07:14 -  1.3
  +++ iis.xml   21 Dec 2004 16:22:49 -  1.4
  @@ -48,10 +48,16 @@
   
   
   
  -You can use the free Microsoft tools for building mod_jk. You will need to 
download the
  +If msdev is not in your path, enter the full path to msdev.exe. 
  +This will build both release and debug versions of the redirector plugin.
  +An alternative will be to open the isapi workspace file (isapi.dsw) in msdev 
and 
  +build it using the build menu.
  +
  +
  +You can also use the free Microsoft tools for building mod_jk. You will need 
to download the
   http://www.microsoft.com/msdownload/platformsdk/sdkupdate/";>Platform 
SDK and
   http://msdn.microsoft.com/visualc/vctoolkit2003/";>Microsoft Visual 
C++ Toolkit 2003
  -You will have to copy the nmake.exe from PlatformSDK\bin\Win64 to 
PlatformSDK\bin.
  +Copy the nmake.exe from PlatformSDK\bin\Win64 to PlatformSDK\bin.
   
   Change directory to the isapi plugins source directory
   C:\Vctoolkit\vcvars32.bat
  @@ -60,12 +66,6 @@
   
   
   
  -
  -If msdev is not in your path, enter the full path to msdev.exe. 
  -This will build both release and debug versions of the redirector plugin.
  -An alternative will be to open the isapi workspace file (isapi.dsw) in msdev 
and 
  -build it using the build menu.
  -
   
   

   

  
  
  

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



cvs commit: jakarta-tomcat-connectors/jk/xdocs/install apache1.xml apache2.xml iis.xml

2004-12-21 Thread mturk
mturk   2004/12/21 08:07:15

  Modified:jk/xdocs/install apache1.xml apache2.xml iis.xml
  Log:
  Add notes how to build JK on WIN32 using
  free Platform SDK and Visual C++ Toolkit.
  
  Revision  ChangesPath
  1.3   +12 -0 jakarta-tomcat-connectors/jk/xdocs/install/apache1.xml
  
  Index: apache1.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/install/apache1.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- apache1.xml   18 Dec 2004 12:58:32 -  1.2
  +++ apache1.xml   21 Dec 2004 16:07:14 -  1.3
  @@ -156,6 +156,18 @@
   to where your Apache 1.3 is installed.
   
   
  +You can use the free Microsoft tools for building mod_jk. You will need to 
download the
  +http://www.microsoft.com/msdownload/platformsdk/sdkupdate/";>Platform 
SDK and
  +http://msdn.microsoft.com/visualc/vctoolkit2003/";>Microsoft Visual 
C++ Toolkit 2003
  +You will have to copy the nmake.exe from PlatformSDK\bin\Win64 to 
PlatformSDK\bin.
  +
  +Apache 1.3 build on WIN32 using free VCToolkit
  +C:\Vctoolkit\vcvars32.bat
  +C:\PlatformSDK\vcvars32.bat
  +nmake -f Makefile.vc
  +
  +
  +
   Copy mod_jk.dll to Apache's modules directory.
   
   
  
  
  
  1.5   +12 -0 jakarta-tomcat-connectors/jk/xdocs/install/apache2.xml
  
  Index: apache2.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/install/apache2.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- apache2.xml   18 Dec 2004 12:58:32 -  1.4
  +++ apache2.xml   21 Dec 2004 16:07:14 -  1.5
  @@ -149,6 +149,18 @@
   to where your Apache 2.0 is installed.
   
   
  +You can use the free Microsoft tools for building mod_jk. You will need to 
download the
  +http://www.microsoft.com/msdownload/platformsdk/sdkupdate/";>Platform 
SDK and
  +http://msdn.microsoft.com/visualc/vctoolkit2003/";>Microsoft Visual 
C++ Toolkit 2003
  +You will have to copy the nmake.exe from PlatformSDK\bin\Win64 to 
PlatformSDK\bin.
  +
  +Apache 2.0 build on WIN32 using free VCToolkit
  +C:\Vctoolkit\vcvars32.bat
  +C:\PlatformSDK\vcvars32.bat
  +nmake -f Makefile.vc
  +
  +
  +
   Copy mod_jk.dll to Apache's modules directory.
   
   
  
  
  
  1.3   +13 -0 jakarta-tomcat-connectors/jk/xdocs/install/iis.xml
  
  Index: iis.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/install/iis.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- iis.xml   17 Dec 2004 09:19:33 -  1.2
  +++ iis.xml   21 Dec 2004 16:07:14 -  1.3
  @@ -48,6 +48,19 @@
   
   
   
  +You can use the free Microsoft tools for building mod_jk. You will need to 
download the
  +http://www.microsoft.com/msdownload/platformsdk/sdkupdate/";>Platform 
SDK and
  +http://msdn.microsoft.com/visualc/vctoolkit2003/";>Microsoft Visual 
C++ Toolkit 2003
  +You will have to copy the nmake.exe from PlatformSDK\bin\Win64 to 
PlatformSDK\bin.
  +
  +Change directory to the isapi plugins source directory
  +C:\Vctoolkit\vcvars32.bat
  +C:\PlatformSDK\vcvars32.bat
  +nmake -f Makefile.vc
  +
  +
  +
  +
   If msdev is not in your path, enter the full path to msdev.exe. 
   This will build both release and debug versions of the redirector plugin.
   An alternative will be to open the isapi workspace file (isapi.dsw) in msdev 
and 
  
  
  

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



cvs commit: jakarta-tomcat-connectors/jk/xdocs/install apache1.xml apache2.xml

2004-12-18 Thread mturk
mturk   2004/12/18 04:58:32

  Modified:jk/xdocs/install apache1.xml apache2.xml
  Log:
  Update apache build documentation.
  
  Revision  ChangesPath
  1.2   +8 -3  jakarta-tomcat-connectors/jk/xdocs/install/apache1.xml
  
  Index: apache1.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/install/apache1.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- apache1.xml   18 Nov 2004 18:31:37 -  1.1
  +++ apache1.xml   18 Dec 2004 12:58:32 -  1.2
  @@ -95,6 +95,9 @@
   "this module might crash under EAPI!" when loading mod_jk.so in httpd.
   Not needed when --with-apxs has been used.
 
  +  
  +  Build mod_jk enabling maintainer or DEBUG mode.
  +  
   
   
   JNI related parameters :
  @@ -126,7 +129,9 @@
   
   
   Apache 1.3 build without JNI support
  -./configure --with-apxs=/usr/sbin/apxs
  +./configure --with-apxs=/opt/apache1/bin/apxs
  +make
  +make install
   
   
   
  @@ -189,10 +194,10 @@
   
   
   For Apache 1.3:
  -./configure --with-apxs=/usr/sbin/apxs
  +./configure --with-apxs=/opt/apache1/bin/apxs
   cd apache-1.3
   make -f Makefile.apxs
  -cp mod_jk.so /etc/libexec/httpd
  +make -f Makefile.apxs install
   
   
   
  
  
  
  1.4   +7 -3  jakarta-tomcat-connectors/jk/xdocs/install/apache2.xml
  
  Index: apache2.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/install/apache2.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- apache2.xml   30 Nov 2004 07:35:37 -  1.3
  +++ apache2.xml   18 Dec 2004 12:58:32 -  1.4
  @@ -51,7 +51,7 @@
   
   
   
  -LDFLAGS=-lc ./configure -with-apxs=/home2/local/apache/bin/apxs
  +LDFLAGS=-lc ./configure 
-with-apxs=/path-to-the-apache2-nstallation/bin/apxs
   
   
   
  @@ -82,6 +82,9 @@
   DIR is something like: /home/apache/apache_1.3.33
   It builds a static Apache module.
 
  +  
  +  Build mod_jk enabling maintainer or DEBUG mode.
  +  
   
   
   JNI related parameters :
  @@ -113,9 +116,9 @@
   
   
   Apache 2.0 build
  -./configure --with-apxs=/usr/sbin/apxs2
  +./configure --with-apxs=/opt/apache2/bin/apxs
   make
  -cp ./apache-2.0/mod_jk.so /usr/lib/apache2
  +make install
   
   
   
  @@ -260,6 +263,7 @@
   ./configure --with-apxs=/usr/local/apache2/bin/apxs
   (you should point to the directory where you installed Apache 
2.0)
   cd apache-2.0
  +make -f Makefile.apxs
   make -f Makefile.apxs install
   
   
  
  
  

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



cvs commit: jakarta-tomcat-connectors/jk/xdocs/install apache1.xml apache2.xml iis.xml project.xml

2004-11-18 Thread mturk
mturk   2004/11/18 10:31:37

  Added:   jk/xdocs/install apache1.xml apache2.xml iis.xml project.xml
  Log:
  Add new installation documents
  
  Revision  ChangesPath
  1.1  jakarta-tomcat-connectors/jk/xdocs/install/apache1.xml
  
  Index: apache1.xml
  ===
  
  
  ]>
  
  
  &project; 
  
  
  Mladen Turk
  Installation for Apache 1.3.x
  
  
  
  

  
  
  The mod_jk build use the widely used configure system.
  
  
  
  In case you get source from CVS, ie without an existing configure script,
  you should have autoconf for configuration and installation.
  To create jakarta-tomcat-connectors's autoconf script, you will need libtool 
1.3.3 or higher, 
  and autoconf 2.13 or newer.
  Those tools will not be required if you are just using a package downloaded 
from apache.org, 
  they are only required for developers.
  
  
  To create the configure script just type :
  
  
  ./buildconf.sh
  
  
  
  
  
  The configure file produced using buildconf script will create all 
necesary make files.
  Here's how to use configure to prepare mod_jk for building, just type: 
  
  
  ./configure [autoconf arguments] [jakarta-tomcat-connectors 
arguments]
  
  
  
  
  
  You could set CFLAGS and LDFLAGS to add some platform specifics:
  
  
  LDFLAGS=-lc ./configure -with-apxs=/home2/local/apache/bin/apxs
  
  
  
  
  If you want to build mod_jk for Apache 1.3, you should 
  
  
  use configure and indicate Apache 1.3 apxs location (--with-apxs)
  
  
  use make
  
  
  copy the mod_jk binary to the apache modules location
  
  
  make clean (to remove all previously compiled modules)
  
  
  then make.
  
  
  
  
  
  
  
  Apache related parameters :
  

FILE is the location of the apxs tool. Default is finding apxs in PATH.
  It builds a shared Apache module. It detects automaticly the Apache version.
  


DIR is the path where apache sources are located.
  The apache sources should have been configured before configuring mod_jk.
  DIR is something like: /home/apache/apache_1.3.33
  It builds a static Apache module.


This parameter is needed when using Apache-1.3 and mod_ssl, otherwise 
you will get the error message:
  "this module might crash under EAPI!" when loading mod_jk.so in httpd.
  Not needed when --with-apxs has been used.

  
  
  JNI related parameters :
  

Build the JNI worker and so the build process will require 
  some informations about your Java Environment. Most of the options are
  autodetected.


DIR is the  patch to the JDK root directory. Something like: 
/opt/java/jdk12


SUBDIR is the os-type subdirectory, 
configure should guess it correctly.


SUBDIR is the arch subdirectory, 
configure should guess it correctly.


VAL is the Java platform 1 is 1.1.x and 2 is for 1.2 anf higher, 
configure should guess it correctly.


  
  
  Examples of configure use :
  
  
  Apache 1.3 build without JNI support
  ./configure --with-apxs=/usr/sbin/apxs
  
  
  
  
  
  
  
  
  
  The module was developed using Visual C++ version 6.0, so having this 
environment is a prerequisite 
  if you want to perform a custom build.
  
  
  The steps that you need to take are:
  
  
  
  Change directory to the apache 1.3 source directory.
  
  
  If you want to build mod_jk for Apache 1.3, set an APACHE1_HOME 
environment variable which points 
  to where your Apache 1.3 is installed.
  
  
  Copy mod_jk.dll to Apache's modules directory.
  
  
  
  An example on how to build mod_jk for Apache 1.3:
  
  
  Set location for Apache 1.3 sources
  set APACHE1_HOME=c:\apache13
  Change directory to the mod_jk module for Apache 1.3
  cd c:\home\apache\jk\native\apache-1.3
  Build the sources using MSDEV
  MSDEV mod_jk.dsp /MAKE ALL
  Copy the dll to your apache modules directory
  cp release\mod_jk.dll c:\apache13\modules\
  
  
  
  If msdev is not in your path, enter the full path to msdev.exe. 
  Also, ApacheCore.lib is expected to exist in the 
${APACHEX_HOME}\src\CoreD and 
  ${APACHEX_HOME}\src\CoreR directories before linking will succeed.
  You will need to build enough of the Apache source to create these libraries.
  This will build both release and debug versions of the redirector plug-in 
(mod_jk).
  An alternative will be to open mod_jk.dsp in msdev and build it using the 
build menu.
  
  
  
  
  
  
  The configure file produced using buildconf script will create all necesary 
make files.
  The build process is the same as for Unix platforms. Here are the Mac OS X 
(10.2.x) build notes :
  
  
  Assuming that you are root :
  
  
  For Apache 1.3:
  ./configure --with-apxs=/usr/sbin/apxs
  cd apache-1.3
  make -f Makefile.apxs
  cp mod_jk.so /etc/libexec/httpd
  
  
  
  
  
  mod_jk allows to install mod_jk in the Apache source tree to get a statically
  linked