yoavs       2004/07/21 11:06:13

  Modified:    webapps/docs changelog.xml
               jk/xdocs/jk iishowto.xml
  Log:
  Addressed Bugzilla 30239, out-of-date docs for IIS how-to.
  
  Revision  Changes    Path
  1.71      +26 -1     jakarta-tomcat-catalina/webapps/docs/changelog.xml
  
  Index: changelog.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/changelog.xml,v
  retrieving revision 1.70
  retrieving revision 1.71
  diff -u -r1.70 -r1.71
  --- changelog.xml     17 Jun 2004 01:26:20 -0000      1.70
  +++ changelog.xml     21 Jul 2004 18:06:13 -0000      1.71
  @@ -14,13 +14,38 @@
   
   <body>
   
  +<section name="Tomcat 5.0.28 (yoavs)">
  +  <subsection name="General">
  +    <changelog>
  +      <fix>
  +        <bug>30239</bug>: Updated IIS how-to to link to Wiki page with instrutions 
for IIS 5 and IIS 6 configurations. (yoavs)
  +      </fix>
  +    </changelog>
  +  </subsection>
  +
  +  <subsection name="Catalina">
  +  </subsection>
  +
  +  <subsection name="Coyote">
  +  </subsection>
  +  
  +  <subsection name="Jasper">
  +  </subsection>
  +  
  +  <subsection name="Cluster">
  +  </subsection>
  +
  +  <subsection name="Webapps">
  +  </subsection>
  +</section>
  +
   <section name="Tomcat 5.0.27 (yoavs)">
     <subsection name="General">
       <changelog>
         <update>Updated dependencies on commons-dbcp (to 1.2.1), commons-pool (to 
1.2), and commons-logging (to 1.0.4). (yoavs)
         </update>
         <fix>
  -        <bug>29368</bug>: Replaced references to xmlParserAPIs.jar with 
xml-apis.jar, as the former is now deprecated in Xerces.  Users wishing to use old 
versions of Xerces that don't have xml-apis.jar can still do so without a problem.  
Users wishing to build tomcat using xmlParserAPIs.jar instead of xml-apis.jar can also 
do so with a trivial edit in the build.xml file.
  +        <bug>29368</bug>: Replaced references to xmlParserAPIs.jar with 
xml-apis.jar, as the former is now deprecated in Xerces.  Users wishing to use old 
versions of Xerces that don't have xml-apis.jar can still do so without a problem.  
Users wishing to build tomcat using xmlParserAPIs.jar instead of xml-apis.jar can also 
do so with a trivial edit in the build.xml file. (yoavs)
         </fix>
       </changelog>
     </subsection>
  
  
  
  1.7       +11 -3     jakarta-tomcat-connectors/jk/xdocs/jk/iishowto.xml
  
  Index: iishowto.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk/iishowto.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- iishowto.xml      4 Mar 2004 04:46:34 -0000       1.6
  +++ iishowto.xml      21 Jul 2004 18:06:13 -0000      1.7
  @@ -19,6 +19,7 @@
   <title>IIS HowTo</title>
   <author email="[EMAIL PROTECTED]">Henri Gomez</author>
   <author email="[EMAIL PROTECTED]">Gal Shachor</author>
  +<author email="[EMAIL PROTECTED]">Yoav Shapira</author>
   <date>$Date$</date>
   </properties>
   
  @@ -71,10 +72,10 @@
   WinNT4.0-i386 SP4/SP5/SP6a (should be able to work with other service packs), Win2K 
and WinXP and Win98
   </li>
   <li>
  -IIS4.0 and PWS4.0
  +IIS4.0 and PWS4.0 (numerous people have working IIS 5 and IIS 6 configurations)
   </li>
   <li>
  -Tomcat 3.2.x, Tomcat 3.3.x, Tomcat 4.0.x, Tomcat 4.1.x and Tomcat 5
  +Tomcat 3.2 and later, Tomcat 4.x and Tomcat 5
   </li>
   </ul>
   </p>
  @@ -85,6 +86,13 @@
   </p>
   </subsection>
   
  +<subsection name="IIS 5 and 6 Notes">
  +<p>
  +There are extra steps you need to take for configuring Tomcat with IIS 5 and 6.  
Please see the appropriate links from 
  +<a href="http://wiki.apache.org/jakarta-tomcat/Tomcat_2fLinks";>Tomcat Useful 
Links</a>.
  +</p>
  +</subsection>
  +
   <subsection name="Who support ajp protocols ?">
   <p>
   The ajp12 protocol is only available in Tomcat 3.2.x and 3.3.x.
  @@ -92,7 +100,7 @@
   
   <p>
   The <b>ajp12</b> has been <b>deprecated</b> with Tomcat 3.3.x and you should use 
instead 
  -<b>ajp13</b> which is the only ajp protocol known by Tomcat 4.0.x, 4.1.x and 5.
  +<b>ajp13</b> which is the only ajp protocol known by Tomcat 4.x and 5.
   </p>
   
   <p>
  
  
  

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

Reply via email to