Bug 3907 - Servlet threw a load() exception Class xxx.xxx not a Servlet
Summary: Servlet threw a load() exception Class xxx.xxx not a Servlet
Status: RESOLVED DUPLICATE of bug 3896
Alias: None
Product: Tomcat 4
Classification: Unclassified
Component: Webapps:Examples (show other bugs)
Version: 4.0 Final
Hardware: All Linux
: P3 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-01 11:32 UTC by Todd Davis
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Todd Davis 2001-10-01 11:32:19 UTC
I have a webapp called idasp.  The servlet is com.msfw.imageserver.HttpServer
which extends javax.servlet.http.HttpServlet and is mapped to /ImageServlet in
web.xml.  Everything works fine under Tomcat 3.2, but whenever I try to use it
on Tomcat 4.0 (on a different machine), I get the following in the logs...

2001-10-01 12:36:02 StandardWrapper[/idasp:ImageServlet]: Marking servlet
ImageServlet as unavailable
2001-10-01 12:36:02 StandardContext[/idasp]: Servlet /idasp threw load() exception
javax.servlet.ServletException: Class com.msfw.imageserver.HttpServer is not a
Servlet
	at org.apache.catalina.core.StandardWrapper.load(Unknown Source)
	at org.apache.catalina.core.StandardContext.loadOnStartup(Unknown Source)

  ....  remainder of StackTrace cut out ...

Any ideas or suggestions?
Comment 1 Amy Roh 2001-10-01 12:37:38 UTC
Duplicate of Bug 3896.  See comments under Bug#3896.

*** This bug has been marked as a duplicate of 3896 ***