Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change 
notification.

The "FAQ/Class_Not_Found" page has been changed by KonstantinKolinko:
http://wiki.apache.org/tomcat/FAQ/Class_Not_Found?action=diff&rev1=12&rev2=13

Comment:
Add Tomcat 7.0 documentation link

  
  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:
  
-   * Classloader HOWTO pages:  
[[http://tomcat.apache.org/tomcat-6.0-doc/class-loader-howto.html|Tomcat 6.0]], 
[[http://tomcat.apache.org/tomcat-5.5-doc/class-loader-howto.html|Tomcat 5.5]].
+   * Classloader HOWTO pages:  
[[http://tomcat.apache.org/tomcat-7.0-doc/class-loader-howto.html|Tomcat 7.0]], 
[[http://tomcat.apache.org/tomcat-6.0-doc/class-loader-howto.html|Tomcat 6.0]], 
[[http://tomcat.apache.org/tomcat-5.5-doc/class-loader-howto.html|Tomcat 5.5]].
    * [[http://marc.info/?t=104317529200004&r=1&w=2|Don't]] 
[[http://marc.info/?t=104380440100003&r=1&w=2|use]] 
[[http://marc.info/?t=96947656900002&r=1&w=2|packageless]] 
[[http://marc.info/?t=104491020100002&r=1&w=2|classes]] 
[[http://marc.info/?t=104265576200003&r=1&w=2|and]] 
[[http://marc.info/?t=104249748300001&r=1&w=2|declare]] 
[[http://marc.info/?t=102996950100003&r=1&w=2|all]] 
[[http://marc.info/?t=102922189400001&r=1&w=2|imported classes]]!
    * [[http://marc.info/?l=tomcat-user&m=103843452413727&w=2|Another answer to 
a classloader issue]]
  
@@ -23, +23 @@

  Make sure:
  
        * Your bean is packaged in a class.
-       * You have fully qualified your class name (eg:{{{ 
com.bar.package.MyClass }}}) OR
+       * You have fully qualified your class name (e.g.:{{{ 
com.bar.package.MyClass }}}) OR
-       * You have imported your class into your jsp (eg: {{{ <%@ page 
import="com.bar.package.MyClass"%> }}})
+       * You have imported your class into your jsp (e.g.: {{{ <%@ page 
import="com.bar.package.MyClass"%> }}})
  
  <<Anchor(Q2)>>'''Why do I get {{{ java.lang.NoClassDefFoundError: 
javax/servlet/Filter}}}?'''
  
@@ -35, +35 @@

  You have conflicting XML api jar files in your classpath. Read the README or 
RELEASE-NOTES for more information.
  
  ----
- [[CategoryFAQ|CategoryFAQ]]
+ [[CategoryFAQ]]
  

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

Reply via email to