mturk       2005/03/28 01:56:02

  Modified:    jk/xdocs/install apache1.xml apache2.xml
  Log:
  Update apache build instructions.
  
  Revision  Changes    Path
  1.7       +18 -18    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.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- apache1.xml       23 Feb 2005 08:10:20 -0000      1.6
  +++ apache1.xml       28 Mar 2005 09:56:02 -0000      1.7
  @@ -17,24 +17,6 @@
   <p>
   The mod_jk build use the widely used configure system.
   </p>
  -<subsection name="Prepare your mod_jk configure from CVS">
  -<p>
  -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.
  -</p>
  -<p>
  -To create the configure script just type :
  -<screen>
  -<read />
  -<type>./buildconf.sh</type>
  -</screen>
  -</p>
  -</subsection>
  -
   <subsection name="Using configure to build mod_jk">
   <p>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 @@
   
   </subsection>
   
  +<subsection name="Prepare your mod_jk configure from CVS">
  +<p>
  +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.
  +</p>
  +<p>
  +To create the configure script just type :
  +<screen>
  +<read />
  +<type>./buildconf.sh</type>
  +</screen>
  +</p>
  +</subsection>
  +
   </section>
   
   <section name="Building mod_jk for Apache on Windows NT/2K/XP">
  
  
  
  1.8       +27 -26    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.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- apache2.xml       23 Dec 2004 13:52:00 -0000      1.7
  +++ apache2.xml       28 Mar 2005 09:56:02 -0000      1.8
  @@ -8,7 +8,7 @@
   
       <properties>
           <author email="[EMAIL PROTECTED]">Mladen Turk</author>
  -        <title>Installation for Apache 2.0.x</title>
  +        <title>Installation for Apache 2.x</title>
       </properties>
   
   <body>
  @@ -17,25 +17,6 @@
   <p>
   The mod_jk build use the widely used configure system.
   </p>
  -<subsection name="Prepare your mod_jk configure from CVS">
  -<p>
  -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.
  -</p>
  -
  -<p>
  -To create the configure script just type :
  -<screen>
  -<read />
  -<type>./buildconf.sh</type>
  -</screen>
  -</p>
  -</subsection>
  -
   <subsection name="Using configure to build mod_jk">
   <p>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 @@
   </screen>
   
   <p>
  -If you want to build mod_jk for 2.0, you should 
  +If you want to build mod_jk for 2.x, you should 
   <ul>
   <li>
  -use configure and indicate Apache 2.0 apxs location,
  +use configure and indicate Apache 2.x apxs location,
   </li>
   <li>
   then make.
  @@ -115,14 +96,14 @@
   <p>Examples of configure use :</p>
   
   <screen>
  -<note>Apache 2.0 build</note>
  -<type>./configure --with-apxs=/opt/apache2/bin/apxs</type><br/>
  +<note>Apache 2.x build</note>
  +<type>./configure --with-apxs=/usr/sbin/apxs</type><br/>
   <type>make</type><br/>
  -<type>make install</type><br/>
  +<type>su -c 'make install'</type><br/>
   </screen>
   
   <screen>
  -<note>Apache 2.0 build with JNI support</note>
  +<note>Apache 2.x build with JNI support</note>
   <type>./configure --with-apxs=/opt/apache2/bin/apxs \</type>
   <typenext>--with-java-home=${JAVA_HOME} --with-java-platform=2 \</typenext>
   <typenext>--enable-jni</typenext><br/>
  @@ -130,6 +111,26 @@
   
   </subsection>
   
  +<subsection name="Prepare your mod_jk configure from CVS">
  +<p>
  +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.
  +</p>
  +
  +<p>
  +To create the configure script just type :
  +<screen>
  +<read />
  +<type>./buildconf.sh</type>
  +</screen>
  +</p>
  +</subsection>
  +
  +
   </section>
   
   <section name="Building mod_jk for Apache on Windows NT/2K/XP">
  
  
  

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

Reply via email to