You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by yo...@apache.org on 2004/10/29 21:53:04 UTC

cvs commit: jakarta-tomcat-site/xdocs-faq index.xml

yoavs       2004/10/29 12:53:04

  Modified:    docs/faq index.html
               docs/faq/printer index.html
               xdocs-faq index.xml
  Log:
  One more update.
  
  Revision  Changes    Path
  1.12      +86 -86    jakarta-tomcat-site/docs/faq/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-site/docs/faq/index.html,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- index.html	14 Sep 2004 00:04:44 -0000	1.11
  +++ index.html	29 Oct 2004 19:53:04 -0000	1.12
  @@ -1,87 +1,87 @@
  -<html><head><META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><title>Tomcat FAQ - Table of Contents</title><meta value="Tim Funk" name="author"><meta value="funkman@apache.org" name="email"><meta value="Yoav Shapira" name="author"><meta value="yoavs@apache.org" name="email"><style>
  -      dt { font-size : larger;  font-weight : bold }
  -      dd {padding-bottom : 10px;}
  -    </style></head><body vlink="#525D76" alink="#525D76" link="#525D76" text="#000000" bgcolor="#ffffff"><table cellspacing="4" width="100%" border="0"><!--PAGE HEADER--><tr><td colspan="2"><!--JAKARTA LOGO--><a href="http://jakarta.apache.org/"><img border="0" alt="The Jakarta Project" align="left" src="http://jakarta.apache.org//images/jakarta-logo.gif"></a><!--PROJECT LOGO--><a href="http://jakarta.apache.org/tomcat/"><img border="0" alt="
  -      Tomcat FAQ
  -    " align="right" src="../images/tomcat.gif"></a></td></tr><!--HEADER SEPARATOR--><tr><td colspan="2"><hr size="1" noshade=""></td></tr><tr><!--LEFT SIDE NAVIGATION--><td nowrap="true" valign="top" width="20%"><p><strong>Links</strong></p><ul><li><a href="..">Tomcat Home</a></li><li><a href="index.html">FAQ Home</a></li></ul><p><strong>Contents</strong></p><ul><li><a href="bugs.html">Bugs</a></li><li><a href="classnotfound.html">Class Not Found</a></li><li><a href="connectors.html">Connectors</a></li><li><a href="database.html">Database</a></li><li><a href="deployment.html">Deployment</a></li><li><a href="http://wiki.apache.org/jakarta-tomcat/HowTo">How do I</a></li><li><a href="unix.html">Linux / Unix</a></li><li><a href="logging.html">Logging</a></li><li><a href="os2.html">OS/2, z/OS</a></li><li><a href="memory.html">Memory</a></li><li><a href="meta.html">Meta</a></li><li><a href="misc.html">Miscellaneous</a></li><li><a href="performance.html">Monitoring / Performance</a></li><li><a href="http://wiki.apache.org/jakarta-tomcat/UsefulLinks">Other Resources</a></li><li><a href="security.html">Security</a></li><li><a href="version.html">Which Version</a></li><li><a href="tomcatuser.html">Tomcat User List</a></li><li><a href="http://wiki.apache.org/jakarta-tomcat/">Wiki</a></li><li><a href="windows.html">Windows</a></li></ul></td><!--RIGHT SIDE MAIN BODY--><td align="left" valign="top" width="80%"><table cellspacing="4" width="100%" border="0"><tr><td nowrap="true" valign="top" align="left"><h1>Tomcat FAQ</h1><h2>Table of Contents</h2></td><td nowrap="true" valign="top" align="right"><small><a href="printer/index.html"><img alt="Printer Friendly Version" border="0" src="../images/printer.gif"><br>print-friendly<br>version
  -                    </a></small></td></tr></table><table cellpadding="2" cellspacing="0" border="0"><tr><td bgcolor="#525D76"><font face="arial,helvetica.sanserif" color="#ffffff"><a name="Preface"><strong>Preface</strong></a></font></td></tr><tr><td><blockquote>
  -  <p>
  -    Welcome to the Tomcat FAQ. In conjunction with this FAQ we strongly emphasis
  -    doing the following:
  -
  -   <ul>
  -    <li>
  -      Read the docs. Most answers are already documented.
  -    </li>
  -    <li>
  -      Know the <a href="http://java.sun.com/products/servlet/">Servlet</a>
  -      and <a href="http://java.sun.com/products/jsp/">JSP</a> specification.
  -      Many answers are not documented by the Tomcat team since they are
  -      generic and already defined by the specs. Know the specs, they let you
  -      ensure your webapps are portable across different servlet containers.
  -    </li>
  -    <li>
  -        Please do some research. Use a search engine.
  -        It is frustrating to see questions
  -        which can be answered with a simple
  -      <a href="http://www.google.com/">Google</a> search (or your
  -        favorite search engine).
  -    </li>
  -    <li>
  -      <a href="tomcatuser.html">Browse</a> the tomcat-user archives.
  -    </li>
  -   </ul>
  -
  -</p>
  -</blockquote></td></tr></table><table cellpadding="2" cellspacing="0" border="0"><tr><td bgcolor="#525D76"><font face="arial,helvetica.sanserif" color="#ffffff"><a name="Table of Contents"><strong>Table of Contents</strong></a></font></td></tr><tr><td><blockquote>
  -
  -  <p>
  -   For your convenience, we have tried to break the FAQ out into multiple
  -   sections consisting of the following topics:
  - </p>
  -
  -<ul>
  -
  -<li><a href="bugs.html">Bugs</a> -
  -    You think you have a bug or there is a difference in
  -    behavior with another servlet container.</li>
  -<li><a href="classnotfound.html">Class Not Found</a> -
  -    What to do with Class Not Found errors.</li>
  -<li><a href="connectors.html">Connectors</a> -
  -    You want to connect tomcat to Apache, IIS, or have questions
  -    about tomcat-standalone.</li>
  -<li><a href="database.html">Database</a> -
  -    Getting tomcat to talk to a database.</li>
  -<li><a href="deployment.html">Deployment</a> -
  -    Questions related to web application deployment.</li>
  -<li><a href="http://nagoya.apache.org/wiki/apachewiki.cgi?Tomcat/Howto">How To</a> -
  -    Miscellaneous common how to's. </li>
  -<li><a href="unix.html">Linux / Unix</a> -
  -    Common questions for Linux / Unix related platforms. </li>
  -<li><a href="logging.html">Logging</a> -
  -    Common questions related to logging in Tomcat. </li>
  -<li><a href="os2.html">OS/2, z/OS</a> -
  -    Common questions for OS/2, z/OS and related platforms. </li>
  -<li><a href="memory.html">Memory</a> -
  -    Common memory related questions. </li>
  -<li><a href="meta.html">Meta</a> -
  -    About Tomcat and this FAQ. </li>
  -<li><a href="misc.html">Miscellaneous</a> -
  -    Miscellaneous questions that weren't categorized. </li>
  -<li><a href="performance.html">Monitoring &amp; Performance</a> -
  -    Monitoring and Performance questions. </li>
  -<li><a href="http://nagoya.apache.org/wiki/apachewiki.cgi?Tomcat/Links">Other Resources</a> -
  -    A lot of links to tomcat related documentation and experiences. </li>
  -<li><a href="security.html">Security</a> -
  -    Common security issues. </li>
  -<li><a href="version.html">Version</a> -
  -    About the different tomcat versions. </li>
  -<li><a href="tomcatuser.html">Tomcat User</a> -
  -    More information about the tomcat-user list. </li>
  -<li><a href="windows.html">Windows</a> -
  -    Common Windows questions. </li>
  -</ul>
  -
  -</blockquote></td></tr></table></td></tr><!--FOOTER SEPARATOR--><tr><td colspan="2"><hr size="1" noshade=""></td></tr><!--PAGE FOOTER--><tr><td colspan="2"><div align="center"><font size="-1" color="#525D76"><em>
  -        Copyright &copy; 1999-2003, Apache Software Foundation
  +<html><head><META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><title>Tomcat FAQ - Table of Contents</title><meta value="Tim Funk" name="author"><meta value="funkman@apache.org" name="email"><meta value="Yoav Shapira" name="author"><meta value="yoavs@apache.org" name="email"><style>
  +      dt { font-size : larger;  font-weight : bold }
  +      dd {padding-bottom : 10px;}
  +    </style></head><body vlink="#525D76" alink="#525D76" link="#525D76" text="#000000" bgcolor="#ffffff"><table cellspacing="4" width="100%" border="0"><!--PAGE HEADER--><tr><td colspan="2"><!--JAKARTA LOGO--><a href="http://jakarta.apache.org/"><img border="0" alt="The Jakarta Project" align="left" src="http://jakarta.apache.org//images/jakarta-logo.gif"></a><!--PROJECT LOGO--><a href="http://jakarta.apache.org/tomcat/"><img border="0" alt="
  +      Tomcat FAQ
  +    " align="right" src="../images/tomcat.gif"></a></td></tr><!--HEADER SEPARATOR--><tr><td colspan="2"><hr size="1" noshade=""></td></tr><tr><!--LEFT SIDE NAVIGATION--><td nowrap="true" valign="top" width="20%"><p><strong>Links</strong></p><ul><li><a href="..">Tomcat Home</a></li><li><a href="index.html">FAQ Home</a></li></ul><p><strong>Contents</strong></p><ul><li><a href="bugs.html">Bugs</a></li><li><a href="classnotfound.html">Class Not Found</a></li><li><a href="connectors.html">Connectors</a></li><li><a href="database.html">Database</a></li><li><a href="deployment.html">Deployment</a></li><li><a href="http://wiki.apache.org/jakarta-tomcat/HowTo">How do I</a></li><li><a href="unix.html">Linux / Unix</a></li><li><a href="otherOperatingSystems.html">Other Operating Systems</a></li><li><a href="logging.html">Logging</a></li><li><a href="memory.html">Memory</a></li><li><a href="meta.html">Meta</a></li><li><a href="misc.html">Miscellaneous</a></li><li><a href="performance.html">Monitoring / Performance</a></li><li><a href="http://wiki.apache.org/jakarta-tomcat/UsefulLinks">Other Resources</a></li><li><a href="security.html">Security</a></li><li><a href="version.html">Which Version</a></li><li><a href="tomcatuser.html">Tomcat User List</a></li><li><a href="http://wiki.apache.org/jakarta-tomcat/">Wiki</a></li><li><a href="windows.html">Windows</a></li></ul></td><!--RIGHT SIDE MAIN BODY--><td align="left" valign="top" width="80%"><table cellspacing="4" width="100%" border="0"><tr><td nowrap="true" valign="top" align="left"><h1>Tomcat FAQ</h1><h2>Table of Contents</h2></td><td nowrap="true" valign="top" align="right"><small><a href="printer/index.html"><img alt="Printer Friendly Version" border="0" src="../images/printer.gif"><br>print-friendly<br>version
  +                    </a></small></td></tr></table><table cellpadding="2" cellspacing="0" border="0"><tr><td bgcolor="#525D76"><font face="arial,helvetica.sanserif" color="#ffffff"><a name="Preface"><strong>Preface</strong></a></font></td></tr><tr><td><blockquote>
  +  <p>
  +    Welcome to the Tomcat FAQ. In conjunction with this FAQ we strongly emphasis
  +    doing the following:
  +
  +   <ul>
  +    <li>
  +      Read the docs. Most answers are already documented.
  +    </li>
  +    <li>
  +      Know the <a href="http://java.sun.com/products/servlet/">Servlet</a>
  +      and <a href="http://java.sun.com/products/jsp/">JSP</a> specification.
  +      Many answers are not documented by the Tomcat team since they are
  +      generic and already defined by the specs. Know the specs, they let you
  +      ensure your webapps are portable across different servlet containers.
  +    </li>
  +    <li>
  +        Please do some research. Use a search engine.
  +        It is frustrating to see questions
  +        which can be answered with a simple
  +      <a href="http://www.google.com/">Google</a> search (or your
  +        favorite search engine).
  +    </li>
  +    <li>
  +      <a href="tomcatuser.html">Browse</a> the tomcat-user archives.
  +    </li>
  +   </ul>
  +
  +</p>
  +</blockquote></td></tr></table><table cellpadding="2" cellspacing="0" border="0"><tr><td bgcolor="#525D76"><font face="arial,helvetica.sanserif" color="#ffffff"><a name="Table of Contents"><strong>Table of Contents</strong></a></font></td></tr><tr><td><blockquote>
  +
  +  <p>
  +   For your convenience, we have tried to break the FAQ out into multiple
  +   sections consisting of the following topics:
  + </p>
  +
  +<ul>
  +
  +<li><a href="bugs.html">Bugs</a> -
  +    You think you have a bug or there is a difference in
  +    behavior with another servlet container.</li>
  +<li><a href="classnotfound.html">Class Not Found</a> -
  +    What to do with Class Not Found errors.</li>
  +<li><a href="connectors.html">Connectors</a> -
  +    You want to connect tomcat to Apache, IIS, or have questions
  +    about tomcat-standalone.</li>
  +<li><a href="database.html">Database</a> -
  +    Getting tomcat to talk to a database.</li>
  +<li><a href="deployment.html">Deployment</a> -
  +    Questions related to web application deployment.</li>
  +<li><a href="http://nagoya.apache.org/wiki/apachewiki.cgi?Tomcat/Howto">How To</a> -
  +    Miscellaneous common how to's. </li>
  +<li><a href="unix.html">Linux / Unix</a> -
  +    Common questions for Linux / Unix related platforms. </li>
  +<li><a href="otherOperatingSystems.html">Other Operating Systems</a> -
  +    Information about scripts and support for other operating systems. </li>
  +<li><a href="logging.html">Logging</a> -
  +    Common questions related to logging in Tomcat. </li>
  +<li><a href="memory.html">Memory</a> -
  +    Common memory related questions. </li>
  +<li><a href="meta.html">Meta</a> -
  +    About Tomcat and this FAQ. </li>
  +<li><a href="misc.html">Miscellaneous</a> -
  +    Miscellaneous questions that weren't categorized. </li>
  +<li><a href="performance.html">Monitoring &amp; Performance</a> -
  +    Monitoring and Performance questions. </li>
  +<li><a href="http://nagoya.apache.org/wiki/apachewiki.cgi?Tomcat/Links">Other Resources</a> -
  +    A lot of links to tomcat related documentation and experiences. </li>
  +<li><a href="security.html">Security</a> -
  +    Common security issues. </li>
  +<li><a href="version.html">Version</a> -
  +    About the different tomcat versions. </li>
  +<li><a href="tomcatuser.html">Tomcat User</a> -
  +    More information about the tomcat-user list. </li>
  +<li><a href="windows.html">Windows</a> -
  +    Common Windows questions. </li>
  +</ul>
  +
  +</blockquote></td></tr></table></td></tr><!--FOOTER SEPARATOR--><tr><td colspan="2"><hr size="1" noshade=""></td></tr><!--PAGE FOOTER--><tr><td colspan="2"><div align="center"><font size="-1" color="#525D76"><em>
  +        Copyright &copy; 1999-2003, Apache Software Foundation
           </em></font></div></td></tr></table></body></html>
  
  
  
  1.9       +85 -85    jakarta-tomcat-site/docs/faq/printer/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-site/docs/faq/printer/index.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- index.html	11 Sep 2004 15:00:52 -0000	1.8
  +++ index.html	29 Oct 2004 19:53:04 -0000	1.9
  @@ -1,86 +1,86 @@
  -<html><head><META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><title>Tomcat FAQ - Table of Contents</title><meta value="Tim Funk" name="author"><meta value="funkman@apache.org" name="email"><meta value="Yoav Shapira" name="author"><meta value="yoavs@apache.org" name="email"><style>
  -      dt { font-size : larger;  font-weight : bold }
  -      dd {padding-bottom : 10px;}
  -    </style></head><body vlink="#525D76" alink="#525D76" link="#525D76" text="#000000" bgcolor="#ffffff"><table cellspacing="4" width="100%" border="0"><!--PAGE HEADER--><tr><td colspan="2"><!--JAKARTA LOGO--><a href="http://jakarta.apache.org/"><img border="0" alt="The Jakarta Project" align="left" src="http://jakarta.apache.org//images/jakarta-logo.gif"></a><!--PROJECT LOGO--><a href="http://jakarta.apache.org/tomcat/"><img border="0" alt="
  -      Tomcat FAQ
  -    " align="right" src="../../images/tomcat.gif"></a></td></tr><!--HEADER SEPARATOR--><tr><td colspan="2"><hr size="1" noshade=""></td></tr><tr><!--RIGHT SIDE MAIN BODY--><td align="left" valign="top" width="80%"><table cellspacing="4" width="100%" border="0"><tr><td nowrap="true" valign="top" align="left"><h1>Tomcat FAQ</h1><h2>Table of Contents</h2></td><td nowrap="true" valign="top" align="right"><img border="0" hspace="0" vspace="0" height="1" width="1" src="../../images/void.gif"></td></tr></table><table cellpadding="2" cellspacing="0" border="0"><tr><td bgcolor="#525D76"><font face="arial,helvetica.sanserif" color="#ffffff"><a name="Preface"><strong>Preface</strong></a></font></td></tr><tr><td><blockquote>
  -  <p>
  -    Welcome to the Tomcat FAQ. In conjunction with this FAQ we strongly emphasis
  -    doing the following:
  -
  -   <ul>
  -    <li>
  -      Read the docs. Most answers are already documented.
  -    </li>
  -    <li>
  -      Know the <a href="http://java.sun.com/products/servlet/">Servlet</a>
  -      and <a href="http://java.sun.com/products/jsp/">JSP</a> specification.
  -      Many answers are not documented by the Tomcat team since they are
  -      generic and already defined by the specs. Know the specs, they let you
  -      ensure your webapps are portable across different servlet containers.
  -    </li>
  -    <li>
  -        Please do some research. Use a search engine.
  -        It is frustrating to see questions
  -        which can be answered with a simple
  -      <a href="http://www.google.com/">Google</a> search (or your
  -        favorite search engine).
  -    </li>
  -    <li>
  -      <a href="tomcatuser.html">Browse</a> the tomcat-user archives.
  -    </li>
  -   </ul>
  -
  -</p>
  -</blockquote></td></tr></table><table cellpadding="2" cellspacing="0" border="0"><tr><td bgcolor="#525D76"><font face="arial,helvetica.sanserif" color="#ffffff"><a name="Table of Contents"><strong>Table of Contents</strong></a></font></td></tr><tr><td><blockquote>
  -
  -  <p>
  -   For your convenience, we have tried to break the FAQ out into multiple
  -   sections consisting of the following topics:
  - </p>
  -
  -<ul>
  -
  -<li><a href="bugs.html">Bugs</a> -
  -    You think you have a bug or there is a difference in
  -    behavior with another servlet container.</li>
  -<li><a href="classnotfound.html">Class Not Found</a> -
  -    What to do with Class Not Found errors.</li>
  -<li><a href="connectors.html">Connectors</a> -
  -    You want to connect tomcat to Apache, IIS, or have questions
  -    about tomcat-standalone.</li>
  -<li><a href="database.html">Database</a> -
  -    Getting tomcat to talk to a database.</li>
  -<li><a href="deployment.html">Deployment</a> -
  -    Questions related to web application deployment.</li>
  -<li><a href="http://nagoya.apache.org/wiki/apachewiki.cgi?Tomcat/Howto">How To</a> -
  -    Miscellaneous common how to's. </li>
  -<li><a href="unix.html">Linux / Unix</a> -
  -    Common questions for Linux / Unix related platforms. </li>
  -<li><a href="logging.html">Logging</a> -
  -    Common questions related to logging in Tomcat. </li>
  -<li><a href="os2.html">OS/2, z/OS</a> -
  -    Common questions for OS/2, z/OS and related platforms. </li>
  -<li><a href="memory.html">Memory</a> -
  -    Common memory related questions. </li>
  -<li><a href="meta.html">Meta</a> -
  -    About Tomcat and this FAQ. </li>
  -<li><a href="misc.html">Miscellaneous</a> -
  -    Miscellaneous questions that weren't categorized. </li>
  -<li><a href="performance.html">Monitoring &amp; Performance</a> -
  -    Monitoring and Performance questions. </li>
  -<li><a href="http://nagoya.apache.org/wiki/apachewiki.cgi?Tomcat/Links">Other Resources</a> -
  -    A lot of links to tomcat related documentation and experiences. </li>
  -<li><a href="security.html">Security</a> -
  -    Common security issues. </li>
  -<li><a href="version.html">Version</a> -
  -    About the different tomcat versions. </li>
  -<li><a href="tomcatuser.html">Tomcat User</a> -
  -    More information about the tomcat-user list. </li>
  -<li><a href="windows.html">Windows</a> -
  -    Common Windows questions. </li>
  -</ul>
  -
  -</blockquote></td></tr></table></td></tr><!--FOOTER SEPARATOR--><tr><td colspan="2"><hr size="1" noshade=""></td></tr><!--PAGE FOOTER--><tr><td colspan="2"><div align="center"><font size="-1" color="#525D76"><em>
  -        Copyright &copy; 1999-2003, Apache Software Foundation
  +<html><head><META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><title>Tomcat FAQ - Table of Contents</title><meta value="Tim Funk" name="author"><meta value="funkman@apache.org" name="email"><meta value="Yoav Shapira" name="author"><meta value="yoavs@apache.org" name="email"><style>
  +      dt { font-size : larger;  font-weight : bold }
  +      dd {padding-bottom : 10px;}
  +    </style></head><body vlink="#525D76" alink="#525D76" link="#525D76" text="#000000" bgcolor="#ffffff"><table cellspacing="4" width="100%" border="0"><!--PAGE HEADER--><tr><td colspan="2"><!--JAKARTA LOGO--><a href="http://jakarta.apache.org/"><img border="0" alt="The Jakarta Project" align="left" src="http://jakarta.apache.org//images/jakarta-logo.gif"></a><!--PROJECT LOGO--><a href="http://jakarta.apache.org/tomcat/"><img border="0" alt="
  +      Tomcat FAQ
  +    " align="right" src="../../images/tomcat.gif"></a></td></tr><!--HEADER SEPARATOR--><tr><td colspan="2"><hr size="1" noshade=""></td></tr><tr><!--RIGHT SIDE MAIN BODY--><td align="left" valign="top" width="80%"><table cellspacing="4" width="100%" border="0"><tr><td nowrap="true" valign="top" align="left"><h1>Tomcat FAQ</h1><h2>Table of Contents</h2></td><td nowrap="true" valign="top" align="right"><img border="0" hspace="0" vspace="0" height="1" width="1" src="../../images/void.gif"></td></tr></table><table cellpadding="2" cellspacing="0" border="0"><tr><td bgcolor="#525D76"><font face="arial,helvetica.sanserif" color="#ffffff"><a name="Preface"><strong>Preface</strong></a></font></td></tr><tr><td><blockquote>
  +  <p>
  +    Welcome to the Tomcat FAQ. In conjunction with this FAQ we strongly emphasis
  +    doing the following:
  +
  +   <ul>
  +    <li>
  +      Read the docs. Most answers are already documented.
  +    </li>
  +    <li>
  +      Know the <a href="http://java.sun.com/products/servlet/">Servlet</a>
  +      and <a href="http://java.sun.com/products/jsp/">JSP</a> specification.
  +      Many answers are not documented by the Tomcat team since they are
  +      generic and already defined by the specs. Know the specs, they let you
  +      ensure your webapps are portable across different servlet containers.
  +    </li>
  +    <li>
  +        Please do some research. Use a search engine.
  +        It is frustrating to see questions
  +        which can be answered with a simple
  +      <a href="http://www.google.com/">Google</a> search (or your
  +        favorite search engine).
  +    </li>
  +    <li>
  +      <a href="tomcatuser.html">Browse</a> the tomcat-user archives.
  +    </li>
  +   </ul>
  +
  +</p>
  +</blockquote></td></tr></table><table cellpadding="2" cellspacing="0" border="0"><tr><td bgcolor="#525D76"><font face="arial,helvetica.sanserif" color="#ffffff"><a name="Table of Contents"><strong>Table of Contents</strong></a></font></td></tr><tr><td><blockquote>
  +
  +  <p>
  +   For your convenience, we have tried to break the FAQ out into multiple
  +   sections consisting of the following topics:
  + </p>
  +
  +<ul>
  +
  +<li><a href="bugs.html">Bugs</a> -
  +    You think you have a bug or there is a difference in
  +    behavior with another servlet container.</li>
  +<li><a href="classnotfound.html">Class Not Found</a> -
  +    What to do with Class Not Found errors.</li>
  +<li><a href="connectors.html">Connectors</a> -
  +    You want to connect tomcat to Apache, IIS, or have questions
  +    about tomcat-standalone.</li>
  +<li><a href="database.html">Database</a> -
  +    Getting tomcat to talk to a database.</li>
  +<li><a href="deployment.html">Deployment</a> -
  +    Questions related to web application deployment.</li>
  +<li><a href="http://nagoya.apache.org/wiki/apachewiki.cgi?Tomcat/Howto">How To</a> -
  +    Miscellaneous common how to's. </li>
  +<li><a href="unix.html">Linux / Unix</a> -
  +    Common questions for Linux / Unix related platforms. </li>
  +<li><a href="otherOperatingSystems.html">Other Operating Systems</a> -
  +    Information about scripts and support for other operating systems. </li>
  +<li><a href="logging.html">Logging</a> -
  +    Common questions related to logging in Tomcat. </li>
  +<li><a href="memory.html">Memory</a> -
  +    Common memory related questions. </li>
  +<li><a href="meta.html">Meta</a> -
  +    About Tomcat and this FAQ. </li>
  +<li><a href="misc.html">Miscellaneous</a> -
  +    Miscellaneous questions that weren't categorized. </li>
  +<li><a href="performance.html">Monitoring &amp; Performance</a> -
  +    Monitoring and Performance questions. </li>
  +<li><a href="http://nagoya.apache.org/wiki/apachewiki.cgi?Tomcat/Links">Other Resources</a> -
  +    A lot of links to tomcat related documentation and experiences. </li>
  +<li><a href="security.html">Security</a> -
  +    Common security issues. </li>
  +<li><a href="version.html">Version</a> -
  +    About the different tomcat versions. </li>
  +<li><a href="tomcatuser.html">Tomcat User</a> -
  +    More information about the tomcat-user list. </li>
  +<li><a href="windows.html">Windows</a> -
  +    Common Windows questions. </li>
  +</ul>
  +
  +</blockquote></td></tr></table></td></tr><!--FOOTER SEPARATOR--><tr><td colspan="2"><hr size="1" noshade=""></td></tr><!--PAGE FOOTER--><tr><td colspan="2"><div align="center"><font size="-1" color="#525D76"><em>
  +        Copyright &copy; 1999-2003, Apache Software Foundation
           </em></font></div></td></tr></table></body></html>
  
  
  
  1.8       +2 -2      jakarta-tomcat-site/xdocs-faq/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-site/xdocs-faq/index.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- index.xml	7 Sep 2004 14:36:41 -0000	1.7
  +++ index.xml	29 Oct 2004 19:53:04 -0000	1.8
  @@ -74,10 +74,10 @@
       Miscellaneous common how to's. </li>
   <li><a href="unix.html">Linux / Unix</a> -
       Common questions for Linux / Unix related platforms. </li>
  +<li><a href="otherOperatingSystems.html">Other Operating Systems</a> -
  +    Information about scripts and support for other operating systems. </li>
   <li><a href="logging.html">Logging</a> -
       Common questions related to logging in Tomcat. </li>
  -<li><a href="os2.html">OS/2, z/OS</a> -
  -    Common questions for OS/2, z/OS and related platforms. </li>
   <li><a href="memory.html">Memory</a> -
       Common memory related questions. </li>
   <li><a href="meta.html">Meta</a> -
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org