hi,
Couple of possibilities.
1) You are trying to go directly to the login form rather than having it
thrown up automatically when you try to access a protected resource
2) You are running apache which doesn't know to pass the handling
of j_security_check to tomact. If so add following line to httpd.conf
JkMount /examples/jsp/security/login/j_security_check ajp12
(or I think ajp13 if you are using mod_jk)
hope this helps
andrew
On Thu, 10 May 2001, you wrote:
> Hi all,
>
> I'm trying to set up form-based authentication on Tomcat 3.2.1. I've been trying out
>the example that comes with tomcat but when I
> submit the login-form I received a 404 stating that j_security_check can not be
>found.
>
> I know enough by now to realize that there isn't really a j_security_check servlet
>and that I probably have a configuration problem,
> but I'm completely in the dark as to what I need to do to fix it.
>
> Anyone?
>
> thanx,
>
> Dante
--