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

2001-10-25 Thread bugzilla

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

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED



--- Additional Comments From [EMAIL PROTECTED]  2001-10-24 14:00 ---
O.K. tnahks, loading the servlet.jar from 4.0.1 Final solves the problem. i 
already used the servlet.jar from 4.0 Final.



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

2001-10-24 Thread bugzilla

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 [EMAIL PROTECTED]  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).