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/03/02 18:04:01 UTC

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

yoavs       2004/03/02 09:04:01

  Modified:    docs/faq classnotfound.html
               docs/faq/printer classnotfound.html
               xdocs-faq classnotfound.xml
  Log:
  Added classloader how-to link for tomcat 5.0 besides existing link for 4.1
  
  Revision  Changes    Path
  1.7       +5 -3      jakarta-tomcat-site/docs/faq/classnotfound.html
  
  Index: classnotfound.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-site/docs/faq/classnotfound.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- classnotfound.html	26 Aug 2003 09:08:17 -0000	1.6
  +++ classnotfound.html	2 Mar 2004 17:04:01 -0000	1.7
  @@ -3,15 +3,17 @@
         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="http://nagoya.apache.org/wiki/apachewiki.cgi?Tomcat/Howto">How do I</a></li><li><a href="unix.html">Linux / Unix</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://nagoya.apache.org/wiki/apachewiki.cgi?Tomcat/Links">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="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>Class Not Found Issues</h2></td><td nowrap="true" valign="top" align="right"><small><a href="printer/classnotfound.html"><img alt="Printer Friendly Version" border="0" src="../images/printer.gif"><br>print-friendly<br>version
  +    " 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://nagoya.apache.org/wiki/apachewiki.cgi?Tomcat/Howto">How do I</a></li><li><a href="unix.html">Linux / Unix</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://nagoya.apache.org/wiki/apachewiki.cgi?Tomcat/Links">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="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>Class Not Found Issues</h2></td><td nowrap="true" valign="top" align="right"><small><a href="printer/classnotfound.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>
       This page discusses the various ways you see Class Not Found errors or
       very similar errors. It is strongly advised you read the following topics:
       <ul>
         <li>
  +        Classloader HOWTO pages: 
           <a href="http://jakarta.apache.org/tomcat/tomcat-4.1-doc/class-loader-howto.html">
  -          Tomcat 4.1 Classloader HOWTO
  -        </a>
  +          Tomcat 4.1</a>,
  +        <a href="http://jakarta.apache.org/tomcat/tomcat-5.0-doc/class-loader-howto.html">
  +          Tocmat 5.0</a>.
         </li>
         <li>
            <a href="http://marc.theaimsgroup.com/?t=104317529200004&r=1&w=2">
  
  
  
  1.5       +4 -2      jakarta-tomcat-site/docs/faq/printer/classnotfound.html
  
  Index: classnotfound.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-site/docs/faq/printer/classnotfound.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- classnotfound.html	26 Aug 2003 09:08:17 -0000	1.4
  +++ classnotfound.html	2 Mar 2004 17:04:01 -0000	1.5
  @@ -8,9 +8,11 @@
       very similar errors. It is strongly advised you read the following topics:
       <ul>
         <li>
  +        Classloader HOWTO pages: 
           <a href="http://jakarta.apache.org/tomcat/tomcat-4.1-doc/class-loader-howto.html">
  -          Tomcat 4.1 Classloader HOWTO
  -        </a>
  +          Tomcat 4.1</a>,
  +        <a href="http://jakarta.apache.org/tomcat/tomcat-5.0-doc/class-loader-howto.html">
  +          Tocmat 5.0</a>.
         </li>
         <li>
            <a href="http://marc.theaimsgroup.com/?t=104317529200004&r=1&w=2">
  
  
  
  1.4       +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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- classnotfound.xml	21 Aug 2003 00:53:56 -0000	1.3
  +++ classnotfound.xml	2 Mar 2004 17:04:01 -0000	1.4
  @@ -19,9 +19,11 @@
       very similar errors. It is strongly advised you read the following topics:
       <ul>
         <li>
  +        Classloader HOWTO pages: 
           <a href="http://jakarta.apache.org/tomcat/tomcat-4.1-doc/class-loader-howto.html">
  -          Tomcat 4.1 Classloader HOWTO
  -        </a>
  +          Tomcat 4.1</a>,
  +        <a href="http://jakarta.apache.org/tomcat/tomcat-5.0-doc/class-loader-howto.html">
  +          Tocmat 5.0</a>.
         </li>
         <li>
            <a href="http://marc.theaimsgroup.com/?t=104317529200004&amp;r=1&amp;w=2">
  
  
  

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