jfclere     2002/06/20 12:33:10

  Modified:    jk/xdocs menu.idx style.xsl.in
  Added:       jk/xdocs index.xml
  Log:
  Add index.xml and arrange the indexes in the left part of pages.
  
  Revision  Changes    Path
  1.2       +3 -0      jakarta-tomcat-connectors/jk/xdocs/menu.idx
  
  Index: menu.idx
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/menu.idx,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- menu.idx  26 May 2002 21:41:20 -0000      1.1
  +++ menu.idx  20 Jun 2002 19:33:10 -0000      1.2
  @@ -1,5 +1,8 @@
   <?xml version="1.0"?>
   
   <index>
  +  <document href="index.xml"/>
     <document href="AJPv13.xml"/>
  +  <document href="configtc.xml"/>
  +  <document href="configweb.xml"/>
   </index>
  
  
  
  1.2       +1 -1      jakarta-tomcat-connectors/jk/xdocs/style.xsl.in
  
  Index: style.xsl.in
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/style.xsl.in,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- style.xsl.in      1 Jun 2002 21:28:41 -0000       1.1
  +++ style.xsl.in      20 Jun 2002 19:33:10 -0000      1.2
  @@ -518,7 +518,7 @@
                 <xsl:value-of select="$file"/>
               </xsl:when>
               <xsl:otherwise>
  -              <xsl:value-of select="document($file)/document/@title"/>
  +              <xsl:value-of select="document($file)/document/properties/title"/>
               </xsl:otherwise>
             </xsl:choose>
           </xsl:if>
  
  
  
  1.1                  jakarta-tomcat-connectors/jk/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <document title="Introduction">
    <properties>
      <title>The mod_jk Module for the Apache Web Server</title>
      <author email="[EMAIL PROTECTED]">Jean-Frederic Clere</author>
    </properties>
  
    <section name="What is the mod_jk Module">
  
      <p>
        <b>mod_jk2</b> is originated back to the old <b>mod_jserv</b>.
        <b>mod_jk2</b> is a rewrite of <b>mod_jk</b>.
        The native part has been completly
        restructured and the configuration has been simplified a lot.
      </p>
  
    </section>
  
    <section name="Why should I use the mod_jk2 Module?">
  
      <p>
        Because it offers a lot of different and flexible communications
        between a Web Server and the Tomcat Servlet Engine. 
      </p>
  
  <!-- Pier's mod_webapp text we need our building.xml
      <p>
        If instead you're an adventurous geek who's up for a challenge, skip
        the rest of this document and go to the <a href="building.xml"/>
        section, there's where the fun starts.
      </p>
   -->
  
    </section>
  
  
    <section name="Are there alternative ways to connect Apache and Tomcat?">
  
      <p>
        The alternative ways are better described in <b>mod_webapp</b>
        documentation.
        Check there for it and then decide if you want to go on reading. 
        The big advantage of <b>mod_webapp</b> is that is very easy to configure,
        has a well defined protocol named <b>WARP</b>, does not care about the old
        crappy protocols used in Tomcat-3.x and so.
        But it would be possible to implement the <b>WARP</b> protocol in
        <b>mod_jk2</b> ;-))
      </p>
      
    </section>
  
  </document>
  
  
  

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

Reply via email to