You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2001/10/24 20:44:44 UTC

DO NOT REPLY [Bug 4392] - Classes not in WEB-INF/classes not recognized as a Servlet

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4392>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4392

Classes not in WEB-INF/classes not recognized as a Servlet





------- Additional Comments From remm@apache.org  2001-10-24 11:44 -------
Usually, ClassCasts are caused because you have an older servlet API JAR 
somewhere else. Since here it's integrated with VAJ, you have to check that it 
doesn't include servlet.jar (and if it does, replace it with the new one).