According to the configurations you posted, the full path of your login
servlet is /smsinfo/smsinfo/login. I doubt that was what you were
really after. The URL mapping in web.xml is relative to the webapp, not
the root.
Also, if this is tomcat 5.x, you should put your definition in
it's ow
I had this all working with some basic jsp pages and a (one) servlet. I went
to continue to build on my application, and all of a sudden, it broke again.
I changed a lot of code (html, jsp, and java), but none of the configuration
files,
I don't think (but, you know how that goes). All of a sud