Locating servlets
I am a novice user, after trying for many hours, I posted this
I have installed my Sun one application server version 8, and tried with a sample application that I wrote, the issue is I was not able to access my servlet in WEB-INF directory.
I have tried all combinations in my html file to locate the file
<FORM METHOD="GET" ACTION="http://localhost:8080/<context-root>/servlet/<servletname>" >
/<context-root>/servlet/<servletname>
/servlet/<servletname>
/<context-root>/<servletname>
I know the that the first notation is correct, but no one has given anywhere that what would have gone wrong if it is not working.
This stopped me from going beyond..................

