Craig, Thank you for the feedback. This is my first Servlet / Tomcat
project and apparently I have some things confused. Within my web
application I do have a Servlet named, SAWSServlet.
It was my impression that when I export my application to a WAR file
that I should name it with the exact
I tried changing the URL Pattern as suggested below but that didn't fix
the problem. With regards to my code, I have a simple form in my JSP
which uses the "GET" method to send some form field values to my
servlet. I'll paste the code below.
UserId:
Password:
When I