I study servlets and follow this tutorial (I follow step by step, but I named the project "SampleServlet" instead of "de.vogella.wtp.filecounter"). When I start the server (step 5.4), I get a 404 page error:
HTTP Status 404 - /SampleServlet/servlet/de.vogella.wtp.filecounter.servlets.FileCounter type Status report message /SampleServlet/servlet/de.vogella.wtp.filecounter.servlets.FileCounter description The requested resource (/SampleServlet/servlet/de.vogella.wtp.filecounter.servlets.FileCounter) is not available.
Where to start debugging? There were several βINFOsβ in the console when the server started and one warning:
29.08.2011 21:03:44 org.apache.tomcat.util.digester.SetPropertiesRule begin WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:SampleServlet' did not find a matching property.
Do I need to change any settings?
source share