Re: Tomcat 4.1.18 config for Servlet ...

2003-03-27 Thread Randal E. Curnutt
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

Re: url-pattern problem? Deployed servlet works in Tomcat 4.0.4 but fails in Tomcat 4.1.18

2003-03-26 Thread Randal E. Curnutt
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