The Artima Developer Community
Sponsored Link

Java Answers Forum
Tomcat not recognizing servlets

2 replies on 1 page. Most recent reply: Jul 11, 2002 1:11 PM by Sylvia

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 2 replies on 1 page
Sylvia

Posts: 2
Nickname: sylviahc
Registered: Jul, 2002

Tomcat not recognizing servlets Posted: Jul 11, 2002 10:18 AM
Reply to this message Reply
Advertisement
Good Day All,
I'd much appreciate any help with this issue. I've installed Apache and Tomcat, and the Tomcat example servlets are functioning perfectly. My projects servlets however aren't. The errors I receive
are:
Exception Report:
javax.servlet.ServletException: Class pweb.UserLoginServlet is not a
Servlet
at org.apache.catalina.core.StandardWrapper.load
... <snip, snip>

Root Cause:
java.lang.ClassCastException: pweb.UserLoginServlet
at org.apache.catalina.core.StandardWrapper.load(Unknown Source)
... <snip, snip>

I'm using JDK1.3, and I've got JSDK in the WEB-INF/lib folder for my application. I have a sneaking suspicion that the problem arises from the libraries with which I'm building my project. I've tried everything I can think of, however the issue persists.


Thank you all in advance,
Sylvia


Matt Gerrans

Posts: 1153
Nickname: matt
Registered: Feb, 2002

Re: Tomcat not recognizing servlets Posted: Jul 11, 2002 11:49 AM
Reply to this message Reply
Are you extending javax.servlet.HttpServlet?

Sylvia

Posts: 2
Nickname: sylviahc
Registered: Jul, 2002

Re: Tomcat not recognizing servlets Posted: Jul 11, 2002 1:11 PM
Reply to this message Reply
Yep! Actually, the problem resolved itself when I took JSDK out of the WEB/lib directory.
Thanks for your reply Matt.

Sylvia

Flat View: This topic has 2 replies on 1 page
Topic: problem with ODBC data source Previous Topic   Next Topic Topic: Float Compare

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use