"Starsinic, Frank" <[EMAIL PROTECTED]> writes: > i've always loved the ease of use of tomcat until i tried tomcat 4. > > i deployed a simple web application and none of the > servlet, jasper or catalina jar files seem to get loaded. > > i was surprised to see a ton of... > > import javax.servlet.xxx ... not found > > type errors when i tested a jsp page. > > do you have any idea why this would happen?
The JAR file containing the Servlet 2.3 API is missing from Catalina's lib directory. -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
