On Wed, 22 Aug 2001, Nick Betteridge wrote:
> javax.servlet.ServletException: Class
> org.apache.jasper.servlet.JspServlet is not a Servlet
The only time I've seen this kind of thing happen is when servlet.jar is
loaded from the "wrong" class loader -- it needs to be visible to both
Catalina internal classes *and* web apps. In the usual stand-alone
configuration, this is accomplished by putting servlet.jar into the
$CATALINA_HOME/common/lib directory. Also, make sure servlet.jar is *not*
in your Java system extensions directory ($JAVA_HOME/jre/lib/ext) or on
the CLASSPATH.
Could you double check to see if any of those issues might be the problem?
> Nick
Craig