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.