mturk       2004/11/25 02:10:26

  Modified:    jk/xdocs index.xml project.xml style.xsl
  Added:       jk/xdocs changelog.xml
  Log:
  Add changelog.xml to documentation, so that users can trace things down :).
  
  Revision  Changes    Path
  1.22      +4 -0      jakarta-tomcat-connectors/jk/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/index.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- index.xml 25 Nov 2004 09:22:15 -0000      1.21
  +++ index.xml 25 Nov 2004 10:10:26 -0000      1.22
  @@ -118,6 +118,10 @@
   <p>
   </p>
   </li>
  +<li><a href="changelog.html"><b>Details the changes made to JK</b></a>
  +<p>
  +</p>
  +</li>
   
   </ul>
   
  
  
  
  1.2       +1 -0      jakarta-tomcat-connectors/jk/xdocs/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml       18 Nov 2004 18:27:48 -0000      1.1
  +++ project.xml       25 Nov 2004 10:10:26 -0000      1.2
  @@ -26,6 +26,7 @@
           <item name="AJPv13 Protocol"       href="common/ajpv13a.html"/>
           <item name="HowTo"                 href="howto/index.html"/>
           <item name="Frequently asked questions"  href="faq.html"/>
  +        <item name="Changelog"             href="changelog.html"/> 
       </menu>
   
   </body>
  
  
  
  1.7       +7 -7      jakarta-tomcat-connectors/jk/xdocs/style.xsl
  
  Index: style.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/style.xsl,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- style.xsl 19 Nov 2004 09:33:22 -0000      1.6
  +++ style.xsl 25 Nov 2004 10:10:26 -0000      1.7
  @@ -399,7 +399,7 @@
     <xsl:template match="changelog/add">
       <tr>
         <xsl:variable name="src"><xsl:value-of 
select="$relative-path"/>/images/add.gif</xsl:variable>
  -      <td><img alt="add" class="icon" src="{$src}"/></td>
  +      <td valign="top"><img alt="add" class="icon" src="{$src}"/></td>
         <td><xsl:apply-templates/></td>
       </tr>
     </xsl:template>
  @@ -407,7 +407,7 @@
     <xsl:template match="changelog/update">
       <tr>
         <xsl:variable name="src"><xsl:value-of 
select="$relative-path"/>/images/update.gif</xsl:variable>
  -      <td><img alt="update" class="icon" src="{$src}"/></td>
  +      <td valign="top"><img alt="update" class="icon" src="{$src}"/></td>
         <td><xsl:apply-templates/></td>
       </tr>
     </xsl:template>
  @@ -415,7 +415,7 @@
     <xsl:template match="changelog/design">
       <tr>
         <xsl:variable name="src"><xsl:value-of 
select="$relative-path"/>/images/design.gif</xsl:variable>
  -      <td><img alt="design" class="icon" src="{$src}"/></td>
  +      <td valign="top"><img alt="design" class="icon" src="{$src}"/></td>
         <td><xsl:apply-templates/></td>
       </tr>
     </xsl:template>
  @@ -423,7 +423,7 @@
     <xsl:template match="changelog/docs">
       <tr>
         <xsl:variable name="src"><xsl:value-of 
select="$relative-path"/>/images/docs.gif</xsl:variable>
  -      <td><img alt="docs" class="icon" src="{$src}"/></td>
  +      <td valign="top"><img alt="docs" class="icon" src="{$src}"/></td>
         <td><xsl:apply-templates/></td>
       </tr>
     </xsl:template>
  @@ -431,7 +431,7 @@
     <xsl:template match="changelog/fix">
       <tr>
         <xsl:variable name="src"><xsl:value-of 
select="$relative-path"/>/images/fix.gif</xsl:variable>
  -      <td><img alt="fix" class="icon" src="{$src}"/></td>
  +      <td valign="top"><img alt="fix" class="icon" src="{$src}"/></td>
         <td><xsl:apply-templates/></td>
       </tr>
     </xsl:template>
  @@ -439,7 +439,7 @@
     <xsl:template match="changelog/scode">
       <tr>
         <xsl:variable name="src"><xsl:value-of 
select="$relative-path"/>/images/code.gif</xsl:variable>
  -      <td><img alt="code" class="icon" src="{$src}"/></td>
  +      <td valign="top"><img alt="code" class="icon" src="{$src}"/></td>
         <td><xsl:apply-templates/></td>
       </tr>
     </xsl:template>
  
  
  
  1.1                  jakarta-tomcat-connectors/jk/xdocs/changelog.xml
  
  Index: changelog.xml
  ===================================================================
  <?xml version="1.0"?>
  <!DOCTYPE document [
    <!ENTITY project SYSTEM "project.xml">
  ]>
  <document url="changelog.html">
  
    &project;
  
    <properties>
      <author email="[EMAIL PROTECTED]">Mladen Turk</author>
      <title>Changelog</title>
    </properties>
  
  <body>
  
  <section name="Preface">
    <p>
    This is the Changelog for Jakarta Tomcat Connectors. This changelog
    does not contain all updates and fixes to the Tomcat connectors (yet).
    It should contain fixes made only after November 10th 2004, when the
    new documentation project for JK has been started.
    </p>
  </section>
  
  <section name="JK 1">
    <br />
    <subsection name="Native">
      <changelog>
        <update>
        Rewrite the logging by adding Trace options. (mturk)
        </update>
        <update>
        Added socket_timeout property that sets the timeout
        for the socket itself. (mturk)
        </update>
        <update>
        Changed socket_timeout property to recycle_timeout. This better
        explains what the directive actually does. (mturk)
        </update>
        <fix>
          Changed the load balancer algorithm.
          The idea behind this new scheduler is the following:

          lbfactor is <i>how much we expect this worker to work</i>,
          or <i>the worker's work quota</i>.

          lbstatus is <i>how urgent this worker has to work to fulfill its quota

          of work</i>. We distribute each worker's work quota to the worker, 
and then look

          which of them needs to work most urgently (biggest lbstatus).  This

          worker is then selected for work, and its lbstatus reduced by the

          total work quota we distributed to all workers.  Thus the sum of all

          lbstatus does not change.(*)

          If some workers are disabled, the others will

          still be scheduled correctly. (mturk)
        </fix>
      </changelog>
    </subsection>
  </section>
  <section name="JK 2">
  <p>JK2 has been put in maintainer mode and no further development will take 
place.
  The reason for shutting down JK2 development was the lack of developers 
interest.
  Other reason was lack of users interest in adopting JK2, caused by 
configuration
  complexity when compared to JK. 

  </p>
  </section>
  
  </body>
  </document>
  
  
  

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

Reply via email to