Hi,
I just installed Tomcat 5.5 and could see the default index page (with images missing)
Upon running the sample JSPs, I get the following-
HTTP Status 404 - Servlet default is not available
In the logs, I can see a Root Cause saying something like- "java.lang.NoClassDefFoundError: org/apache/naming/resources/Resource"
Basically, I get a 404 whenever I try to access any JSP or even an image (this I could gather from the fact that the images on the default index page)
Where am I going wrong? I am new to JSP