jfclere     2002/09/12 05:39:12

  Modified:    jk/xdocs/jk2 configweb.xml
  Added:       jk/xdocs/jk2 installhowto.xml
  Log:
  Start to describe the installation of mod_jk2.
  
  Revision  Changes    Path
  1.2       +0 -5      jakarta-tomcat-connectors/jk/xdocs/jk2/configweb.xml
  
  Index: configweb.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk2/configweb.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- configweb.xml     29 Aug 2002 11:04:34 -0000      1.1
  +++ configweb.xml     12 Sep 2002 12:39:12 -0000      1.2
  @@ -15,11 +15,6 @@
     where ${serverRoot} is something like /opt/apache.
   </p>
       </section>
  -    <section name="Installation">
  -        <subsection name="Apache 1"/>
  -        <subsection name="Apache 2"/>
  -        <subsection name="IIS"/>
  -    </section>
       <section name="Config file">
           <p> The default config file is user editable, but mod_jk will persist the 
   changes requested by protocol( not implemented). If you manually change the file 
while jk2 is 
  
  
  
  1.1                  jakarta-tomcat-connectors/jk/xdocs/jk2/installhowto.xml
  
  Index: installhowto.xml
  ===================================================================
  <?xml version="1.0"?>
  <document>
    <properties>
      <title>Installation of mod_jk2 in the Web Server</title>
      <author email="[EMAIL PROTECTED]">Jean-Frederic Clere</author>
    </properties>
    <section name="Installation">
      <p>
        The actual build mechanism creates the dso files in the
        build/jk2/${servername} subdirectory of the jakarta-tomcat-connectors/jk.
        When configure --with-jni is used 2 dso files are created.
        These files have to be copied in the right location of the web server
        installation.
      </p>
      <subsection name="Apache 1"/>
      <subsection name="Apache 2">
        <p>
          In the following example Apache-2.0 is installed in
          /home/apache20/apache40 and the commands are excuted in
          the jakarta-tomcat-connectors directory.
        </p>
        <screen>
          <note>Copy the dso files in the modules location:</note>
          <type>cp jk/build/jk2/apache2/mod_jk2.so 
/home/apache20/apache40/modules</type>
          <type>cp jk/build/jk2/apache2/jkjni.so /home/apache20/apache40/modules</type>
          <note>Add mod_jk2 loading in the httpd.conf:</note>
          <read>LoadModule jk2_module modules/mod_jk2.so</read>
        </screen>
      </subsection>
      <subsection name="IIS"/>
    </section>
  </document>
  
  
  

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

Reply via email to