hi
i have the following
servlet which seems to compile though the command prompt displays nothing when i compile it in the
tomcat webapps/test/WEB-INF/classes directory
here is the
jsp page i'm using
i'm getting a 404 saying the /servlet/ExampServlet
description The requested resource (/servlet/ExampServlet) is not available.
and the page is trying to go to the url -
http://localhost:8080/servlet/ExampServlet how is it going there ? is it ok to compile servlet
java files in the WEB-INF/classes directory of an application ?
cheers
chris