problems with servlet based web application
Hi,
I got a problem with my web application, I'm developing a MVC (model view controller) application. I have the model, and I also tried the model with my own tester but when I tried to implement the controller my troubles begin.
I have a login page which has a html form that is pointing to the controller server, I have declared the name and mappings of my servlet, but when I press a submit button it seems like there is no valid URL, actually I got a 404 Http error.
127.0.0.1 - - [08/Jan/2004:01:09:28 -0500] "POST /servlet/controlador/Login/Submit HTTP/1.1" 404 672
as an aditional info I'm using Sun One Studio 4 Update 1 CE
If someone can give me some advise about MVC implementation I will appreciate.
Thanks in advance.

