funkman     2003/08/20 17:53:56

  Modified:    xdocs-faq bugs.xml classnotfound.xml memory.xml misc.xml
                        performance.xml security.xml version.xml
  Log:
  Per bz 22279 fix FAQ typos.
  
  Thanks to yannc76 at yahoo.de (Yann C?bron)
  html commit coming in sperate email since it usually get rejected
  
  Revision  Changes    Path
  1.3       +2 -2      jakarta-tomcat-site/xdocs-faq/bugs.xml
  
  Index: bugs.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-site/xdocs-faq/bugs.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- bugs.xml  11 Jul 2003 01:57:39 -0000      1.2
  +++ bugs.xml  21 Aug 2003 00:53:56 -0000      1.3
  @@ -78,7 +78,7 @@
           Can a developer <b>easily</b> reproduce the bug in their own environment?
         </li>
         <li>
  -        Have you provided a patch? Is against cvs? using the correct file? Using
  +        Have you provided a patch? Is it against cvs? Using the correct file? Using
           <code>cvs diff -u</code>
         </li>
         <li>
  @@ -90,7 +90,7 @@
       </ul>
   
       Some developers are uncomfortable submitting patches to code they are
  -    unfamiliar with. The committers are not experts in all areas of tomcat.
  +    unfamiliar with. The committers are not experts in all areas of Tomcat.
       It may be that the developer who has the ability to adequately review
       the patch may be too busy or unable to review the bug. That is the bad news,
       the good news is Tomcat is Open Source and you can build and use your own
  
  
  
  1.3       +5 -5      jakarta-tomcat-site/xdocs-faq/classnotfound.xml
  
  Index: classnotfound.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-site/xdocs-faq/classnotfound.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- classnotfound.xml 24 Jun 2003 02:07:01 -0000      1.2
  +++ classnotfound.xml 21 Aug 2003 00:53:56 -0000      1.3
  @@ -71,12 +71,12 @@
   <p>
     <ul>
       <li>
  -      <a href="#usebean">Why is <code>jsp:useBean</code> not working!</a>
  +      <a href="#usebean">Why is <code>jsp:useBean</code> not working?</a>
       </li>
       <li>
         <a href="#filter">
           Why do I get <code>java.lang.NoClassDefFoundError:
  -        javax/servlet/Filter</code>
  +        javax/servlet/Filter</code>?
           </a>
        </li>
       <li>
  @@ -101,7 +101,7 @@
           Your bean is packaged in a class.
         </li>
         <li>
  -        You have fully qualifies your class name
  +        You have fully qualified your class name
           (eg:<code>com.bar.package.MyClass</code>) OR
         </li>
         <li>
  @@ -115,7 +115,7 @@
       <question>
        <a name="filter">
          Why do I get <code>java.lang.NoClassDefFoundError:
  -       javax/servlet/Filter</code>
  +       javax/servlet/Filter</code>?
        </a>
       </question>
       <answer>
  @@ -129,7 +129,7 @@
       <question>
        <a name="xml">
          Why do I get <code>java.lang.NoClassDefFoundError:
  -       org/xml/sax/InputSource</code>
  +       org/xml/sax/InputSource</code>?
        </a>
       </question>
       <answer>
  
  
  
  1.3       +6 -6      jakarta-tomcat-site/xdocs-faq/memory.xml
  
  Index: memory.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-site/xdocs-faq/memory.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- memory.xml        11 Jul 2003 01:57:39 -0000      1.2
  +++ memory.xml        21 Aug 2003 00:53:56 -0000      1.3
  @@ -94,9 +94,9 @@
       Many reasons.
       <ul>
         <li>
  -          Your out of memory. Simple as that - add more to your heap.
  +          You're out of memory. Simple as that - add more to your heap.
         </li>
  -      <li>Your out of memory. You have code which is hanging onto object
  +      <li>You're out of memory. You have code which is hanging onto object
             references and the garbage collector can't do its job. Get a
             profiler to debug this one.
         </li>
  @@ -128,22 +128,22 @@
   
     <question>
       <a name="howmuch">
  -      How much memory is tomcat/webapp/??? using?
  +      How much memory is Tomcat/webapp/??? using?
       </a>
     </question>
     <answer>
       <ul>
         <li>
  -        To find out how much memory tomcat is using, you might be able to
  +        To find out how much memory Tomcat is using, you might be able to
           use the <code>Runtime</code> class provided by the JDK.
         </li>
         <li>
           You can't find out how much memory a webapp is using. The JVM
  -        doesn't give us this detail.
  +        doesn't give us these detail.
         </li>
         <li>
           You can't find out how much memory a <i>???</i> is using. The JVM
  -        doesn't give us this detail.
  +        doesn't give us these detail.
         </li>
         <li>
           That being said, a memory profiling tool might prove the above
  
  
  
  1.4       +9 -8      jakarta-tomcat-site/xdocs-faq/misc.xml
  
  Index: misc.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-site/xdocs-faq/misc.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- misc.xml  11 Jul 2003 01:57:39 -0000      1.3
  +++ misc.xml  21 Aug 2003 00:53:56 -0000      1.4
  @@ -238,7 +238,7 @@
   
       <br /><br />
   
  -    Evil because
  +    Evil because:
       <ul>
         <li>Security risk ... see links above</li>
         <li>
  @@ -262,7 +262,7 @@
           has a hole in it, bad things happen.
         </li>
         <li>
  -        Configuration hiding - its important enough to say twice. Explicit
  +        Configuration hiding - it's important enough to say twice. Explicit
           declaration while a PITA, will be more helpful in the maintenance
           scheme of your webapp.
         </li>
  @@ -346,7 +346,7 @@
     <answer>
       No. It was an experiment, it failed. (YMMV) The original purpose
       of LE was because jdk1.4 provides a LOT of standard functionality
  -    that Tomcat uses that was not in jdk 1.3. So to save some space
  +    that Tomcat uses that was not in jdk1.3. So to save some space
       two distributions were made to save some bandwidth. Since then,
       it has been an exercise in confusion. (Flame me if you disagree)
       <a 
href="http://marc.theaimsgroup.com/?l=tomcat-user&amp;=105341005928071&amp;w=2";>
  @@ -415,7 +415,7 @@
         </a>
     </question>
     <answer>
  -    This is done in TOMCAT_HOME/conf/web.xml by changing <code>listings</code>
  +    This is done in TOMCAT_HOME/conf/web.xml by changing the <code>listings</code>
       property for the <code>default</code> servlet.
     </answer>
   
  @@ -508,8 +508,8 @@
         </a>
     </question>
     <answer>
  -    There are the most commong reasons you can get an
  -    <code>java.lang.IllegalStateException</code>.
  +    These are the most common reasons how you can get an
  +    <code>java.lang.IllegalStateException</code>:
   
       <ul>
         <li>Calling <code>setBufferSize</code> and content has been written.</li>
  @@ -535,8 +535,9 @@
         </li>
       </ul>
   
  -    Remember that if that when you call <code>forward()</code> or
  -    <code>sendRedirect()</code>, any lines of code will still execute. For example:
  +    Remember that if you call <code>forward()</code> or
  +    <code>sendRedirect()</code>, any following lines of code will still execute.
  +    For example:
       <source>
           {
               ...
  
  
  
  1.3       +1 -1      jakarta-tomcat-site/xdocs-faq/performance.xml
  
  Index: performance.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-site/xdocs-faq/performance.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- performance.xml   11 Jul 2003 01:57:39 -0000      1.2
  +++ performance.xml   21 Aug 2003 00:53:56 -0000      1.3
  @@ -39,7 +39,7 @@
           <a href="http://httpd.apache.org/test/flood/";>flood</a>,
           and other tools. Google is your friend.
       </li><li>
  -      Tweak you UNIX box! Look at <code>ulimit</code> and kernel parameters.
  +      Tweak your UNIX box! Look at <code>ulimit</code> and kernel parameters.
       </li><li>
         Bad design will hurt performance.
       </li><li>
  
  
  
  1.3       +1 -1      jakarta-tomcat-site/xdocs-faq/security.xml
  
  Index: security.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-site/xdocs-faq/security.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- security.xml      11 Jul 2003 01:57:39 -0000      1.2
  +++ security.xml      21 Aug 2003 00:53:56 -0000      1.3
  @@ -61,7 +61,7 @@
       <ul>
         <li>
           <a href="http://marc.theaimsgroup.com/?t=104396653200003&amp;r=1&amp;w=2";>
  -          Possible too switch off tcp/ip server shutdown?</a>
  +          Possible to switch off tcp/ip server shutdown?</a>
         </li>
         <li>
           <a href="http://marc.theaimsgroup.com/?t=103126643200005&amp;r=1&amp;w=2";>
  
  
  
  1.4       +7 -7      jakarta-tomcat-site/xdocs-faq/version.xml
  
  Index: version.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-site/xdocs-faq/version.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- version.xml       11 Jul 2003 01:57:39 -0000      1.3
  +++ version.xml       21 Aug 2003 00:53:56 -0000      1.4
  @@ -16,10 +16,10 @@
   
   <section name="Preface">
     <p>
  -    This page discusses the differences between the different tomcat versions.
  +    This page discusses the differences between the different Tomcat versions.
       If you
       want to know more about which connector to use, see the
  -    <a href="connectors.html">connectors</a> section.
  +    <a href="connectors.html">Connectors</a> section.
     </p>
   </section>
   <section name="Questions">
  @@ -27,7 +27,7 @@
   
        <li>
          <a href="#which">
  -         Which tomcat version should I use?
  +         Which Tomcat version should I use?
          </a>
        </li>
   
  @@ -44,7 +44,7 @@
   <section name="Answers">
   
       <question>
  -      <a name="which">Which tomcat version should I use?</a>
  +      <a name="which">Which Tomcat version should I use?</a>
       </question>
       <answer>
       It depends on the version of the
  @@ -59,9 +59,9 @@
        Tomcat 5 is alpha quality. It isn't ready for production.
       <br/><br/>
   
  -     There are 2 flavors of Tomcat 4, 4.0.X and 4.1.X. The 4.1.x version is
  +     There are 2 flavors of Tomcat 4: 4.0.X and 4.1.X. The 4.1.x version is
        still slowly receiving new enhancements but this
  -     trend is subsiding while more attention is made on Tomcat5.
  +     trend is subsiding while more attention is paid to Tomcat5.
        Version 4.0.X is only receiving security fixes. Both (4.0 and 4.1)
        are suitable for production. (YMMV).
        Version 4.1.X is significantly faster than 4.0.X.
  @@ -71,7 +71,7 @@
        maintenance. AFAIK - it
        is still receiving security fixes. The
        <a href="http://jakarta.apache.org/tomcat/";>
  -      tomcat home page </a> should have the correct recommendation.
  +      Tomcat home page </a> should have the correct recommendation.
       </answer>
   
   
  
  
  

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

Reply via email to