In Tomcat 4 and earlier, there is servlet.jar, which contains both servlet and JSP classes. In Tomcat 5, the servlet and JSP classes have been split into servlet-api.jar and jsp-api.jar.
Cheers, Larry > -----Original Message----- > From: Javier [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 06, 2003 11:01 AM > To: Tomcat Users List > Subject: Re[2]: How could I solve this error > > > On 06/11/2003 at 9:20 Shapira, Yoav wrote: > > >Howdy, > >This error happens when the HttpServlet class that was on > the classpath > >with the error-throwing servlet was compiled is not present > at runtime. > >The person may have installed tomcat improperly, accidentally removed > >$CATALINA_HOME/common/lib/servlet.jar, or added an older version of > >servlet.jar to his WEB-INF/lib directory. > > > > > I've a question: everybody mention a servlet.jar file...but I > only have a > file called servlet-api.jar... > > It's the same file that everybody mention ??? > > <jl> > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
