What culprits are the most likely to cause a 404 resource not found
error when a page in a given .WAR, autocreated by Sun's J2EE deploytool
, is trying to load a Servlet in the same .WAR file?
Eg:
HTTP Status 404 - /MyServlet/MyServlet
type Status report
message /MyServlet/MyServlet
description The requested resource (/MyServlet/MyServlet) is not available.
Related: Of these, how many would you expect to be server specific? eg: Sun Java Application Server vs Tomcat & Catalina ?