[Tomcat Wiki] Trivial Update of FAQ/Class_Not_Found by KonstantinKolinko

2011-07-29 Thread Apache Wiki
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=diffrev1=12rev2=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=10431752924r=1w=2|Don't]] 
[[http://marc.info/?t=10438044013r=1w=2|use]] 
[[http://marc.info/?t=9694765692r=1w=2|packageless]] 
[[http://marc.info/?t=10449102012r=1w=2|classes]] 
[[http://marc.info/?t=10426557623r=1w=2|and]] 
[[http://marc.info/?t=10424974831r=1w=2|declare]] 
[[http://marc.info/?t=10299695013r=1w=2|all]] 
[[http://marc.info/?t=10292218941r=1w=2|imported classes]]!
* [[http://marc.info/?l=tomcat-userm=103843452413727w=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



[Tomcat Wiki] Trivial Update of FAQ/Class_Not_Found by KonstantinKolinko

2010-03-28 Thread Apache Wiki
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.
The comment on this change is: Add category link.
http://wiki.apache.org/tomcat/FAQ/Class_Not_Found?action=diffrev1=10rev2=11

--

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

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



[Tomcat Wiki] Trivial Update of FAQ/Class_Not_Found by KonstantinKolinko

2010-03-27 Thread Apache Wiki
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.
The comment on this change is: Removed obsolete TC 4.1 documentation link..
http://wiki.apache.org/tomcat/FAQ/Class_Not_Found?action=diffrev1=9rev2=10

--

  
  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-4.1-doc/class-loader-howto.html|Tomcat 4.1]], 
 [[http://tomcat.apache.org/tomcat-5.5-doc/class-loader-howto.html|Tomcat 
5.5]], [[http://tomcat.apache.org/tomcat-6.0-doc/class-loader-howto.html|Tomcat 
6.0]].
+   * 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]].
* [[http://marc.theaimsgroup.com/?t=10431752924r=1w=2|Don't]] 
[[http://marc.theaimsgroup.com/?t=10438044013r=1w=2|use]] 
[[http://marc.theaimsgroup.com/?t=9694765692r=1w=2|packageless]] 
[[http://marc.theaimsgroup.com/?t=10449102012r=1w=2|classes]] 
[[http://marc.theaimsgroup.com/?t=10426557623r=1w=2|and]] 
[[http://marc.theaimsgroup.com/?t=10424974831r=1w=2|declare]] 
[[http://marc.theaimsgroup.com/?t=10299695013r=1w=2|all]] 
[[http://marc.theaimsgroup.com/?t=10292218941r=1w=2|imported classes]]!
* 
[[http://marc.theaimsgroup.com/?l=tomcat-userm=103843452413727w=2|Another 
answer to a classloader issue]]
  
@@ -32, +32 @@

  
  Anchor(Q3)'''Why do I get {{{ java.lang.NoClassDefFoundError: 
org/xml/sax/InputSource }}}?'''
  
-  You have conflicting XML api jar files in your classpath. Read the README or 
RELEASE-NOTES for more information.
+ You have conflicting XML api jar files in your classpath. Read the README or 
RELEASE-NOTES for more information.
  

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