Hello Friends,
Is build.xml really necessary and can someone pliz explain to me what the code is all about.
I have asked where should i place MyServlet.java?My web.xml is in webapps/sample/WEB_INF/ and MyServlet.class is in webapps/sample/WEB_INF/ classes.Where should i place MyServlet .java?
Im asking this because im getting this error message:
HTTP status 404: “The requested resource (/tomcat/webapps/sample/WEB-INF/classes/servlets/MyServlet) is not available”.
NB: MyServlet.java is in webapps/sample/WEB-INF/classes/servlets at the moment.
Cheers!