funkman     2004/09/11 07:59:57

  Modified:    xdocs-faq classnotfound.xml connectors.xml database.xml
                        misc.xml unix.xml version.xml
  Log:
  Faq update.
  4.1 - not really under dev
  add 5.5 classloader howto link
  link to 5.0 AJP, HTTP Connectors for configuring address
  for 5.0.28 or better mention version.sh (version.bat)
  mention java.awt.headless
  
  Revision  Changes    Path
  1.5       +4 -2      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.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- classnotfound.xml 2 Mar 2004 17:04:01 -0000       1.4
  +++ classnotfound.xml 11 Sep 2004 14:59:57 -0000      1.5
  @@ -19,11 +19,13 @@
       very similar errors. It is strongly advised you read the following topics:
       <ul>
         <li>
  -        Classloader HOWTO pages: 
  +        Classloader HOWTO pages:
           <a 
href="http://jakarta.apache.org/tomcat/tomcat-4.1-doc/class-loader-howto.html";>
             Tomcat 4.1</a>,
           <a 
href="http://jakarta.apache.org/tomcat/tomcat-5.0-doc/class-loader-howto.html";>
  -          Tocmat 5.0</a>.
  +          Tocmat 5.0</a>,
  +        <a 
href="http://jakarta.apache.org/tomcat/tomcat-5.5-doc/class-loader-howto.html";>
  +          Tocmat 5.5</a>.
         </li>
         <li>
            <a href="http://marc.theaimsgroup.com/?t=104317529200004&amp;r=1&amp;w=2";>
  
  
  
  1.10      +8 -1      jakarta-tomcat-site/xdocs-faq/connectors.xml
  
  Index: connectors.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-site/xdocs-faq/connectors.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- connectors.xml    5 Apr 2004 17:01:20 -0000       1.9
  +++ connectors.xml    11 Sep 2004 14:59:57 -0000      1.10
  @@ -270,7 +270,7 @@
       </a>
     </question>
     <answer>
  -    Each Connector element allows an address property. For example:
  +    Each Connector element allows an <tt>address</tt> property. For example:
   <source>
   &lt;Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
              address="192.168.1.1"
  @@ -279,6 +279,13 @@
              acceptCount="100" debug="0" connectionTimeout="20000"
              useURIValidationHack="false" disableUploadTimeout="true" /&gt;
   </source>
  +
  +    For a more complete description of the Connector config,
  +    <a href="http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/http.html";>see 
the
  +    HTTP Connector docs</a>
  +    or the
  +    <a href="http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/http.html";>see 
the
  +    AJP Connector docs</a>.
   
   
     </answer>
  
  
  
  1.3       +1 -1      jakarta-tomcat-site/xdocs-faq/database.xml
  
  Index: database.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-site/xdocs-faq/database.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- database.xml      11 Jul 2003 01:57:39 -0000      1.2
  +++ database.xml      11 Sep 2004 14:59:57 -0000      1.3
  @@ -57,7 +57,7 @@
        <b>Other notes:</b>
       <ul>
         <li>
  -        Do not use JDBC-ODBC bundled with Sun's JDK with Tomcat. It was never
  +        <b>Do not use JDBC-ODBC bridge</b> bundled with Sun's JDK with Tomcat. It 
was never
           meant for a production server environment. If you ask a question about
           it, everyone will tell you to not use it. If you do need to use ODBC,
           there are 3rd party drivers which do a pretty good job at being thread
  
  
  
  1.23      +9 -2      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.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- misc.xml  7 Sep 2004 14:32:50 -0000       1.22
  +++ misc.xml  11 Sep 2004 14:59:57 -0000      1.23
  @@ -371,7 +371,14 @@
       <a name="version">How to I get Tomcat's version number?</a>
     </question>
     <answer>
  +    <p>
       <code>javax.servlet.ServletContext.getServerInfo();</code>
  +    </p>
  +    <p>
  +    Starting with tomcat 5.0.28 - there is now a <tt>version.sh</tt>
  +    (or <tt>version.bat</tt>)  program in the bin directory.
  +    It will print the version number of tomcat to Standard output.
  +    </p>
     </answer>
   
     <question>
  @@ -758,7 +765,7 @@
         <li><a href="http://www.friendster.com";>Friendster</a>.</li>
         <li><a href="http://www.webshots.com";>WebShots</a>.</li>
         <li><a 
href="http://marc.theaimsgroup.com/?l=tomcat-dev&amp;m=109396561900857&amp;w=2";>University
 of Florida</a>.</li>
  -      <li><a 
href="http://archives.real-time.com/pipermail/cocoon-users/2003-October/040770.html";>Various
 Cocoon on tomcat applications</a>.</li> 
  +      <li><a 
href="http://archives.real-time.com/pipermail/cocoon-users/2003-October/040770.html";>Various
 Cocoon on tomcat applications</a>.</li>
         <li><a 
href="http://marc.theaimsgroup.com/?l=tomcat-user&amp;m=108334244910127&amp;w=2";>Another
 mailing list thread with production system references...</a></li>
       </ul>
       This list is limited mostly by our free time.  There are numerous other
  @@ -769,7 +776,7 @@
       but please let us know (by sending a message to [EMAIL PROTECTED])
       if your site is using tomcat in production.
     </answer>
  - 
  +
     <question>
       <a name="commonsLoggingLog4j">
         How do I configure commons-logging and log4j in tomcat 5?
  
  
  
  1.3       +6 -0      jakarta-tomcat-site/xdocs-faq/unix.xml
  
  Index: unix.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-site/xdocs-faq/unix.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- unix.xml  11 Jul 2003 01:57:39 -0000      1.2
  +++ unix.xml  11 Sep 2004 14:59:57 -0000      1.3
  @@ -74,6 +74,7 @@
     </a>
     </question>
     <answer>
  +    <p>
       You either need to run headless or run an alternate X-server. Some more
       information can be found
       <a href="http://marc.theaimsgroup.com/?t=104803047600003&amp;r=1&amp;w=2";>
  @@ -86,6 +87,11 @@
       <a 
href="http://marc.theaimsgroup.com/?l=tomcat-user&amp;m=101614645312259&amp;w=2";>
           here
       </a>.
  +    </p>
  +
  +    <p> Or if your are using a JVM 1.4 or better, you can use the system property
  +        <tt>java.awt.headless=true</tt>
  +    </p>
     </answer>
   
     <question>
  
  
  
  1.6       +4 -5      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.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- version.xml       3 Dec 2003 23:41:03 -0000       1.5
  +++ version.xml       11 Sep 2004 14:59:57 -0000      1.6
  @@ -57,13 +57,12 @@
       </ul>
   
        As of December 3, 2003 Tomcat 5 has been declared stable.
  +
       <br/><br/>
   
  -     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 paid to Tomcat5.
  -     Version 4.0.X is only receiving security fixes. Both (4.0 and 4.1)
  -     are suitable for production.
  +     There are 2 flavors of Tomcat 4: 4.0.X and 4.1.X - both of which
  +     are not receiving enhancments. (Excluding security issues)
  +     Both (4.0 and 4.1) are suitable for production.
        Version 4.1.X is significantly faster than 4.0.X.
       <br/><br/>
   
  
  
  

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

Reply via email to