hello
I am working with the daniwebjsptutorial the first one.
I have a src and in it I have the resource.dir. I have the HttpServlet.jar there.
I do not know how to get the LoginServlet class to find it using eclipse.
Is there a standard entry point for the web app. I have the web.xml and the LoginServlet.java
and I added a view.Main.java to call the init() yet it has a param requirment ServletConfig config
So baically I can not get the entry point or the HttpServlet.jar worked out.
Thanks