I'm using
tomcat and looking at creating Form Based Authentication as described in the the chanpetr on security in HeadFirst.
I've also looked at the tomcat example as described in the Documentation 6) Realms and AAA. This works fine, but my own version which identically follows theirs doesn't and produces the following error when attempting to login.
type Status report
message /test/j_security_check
description The requested resource (/test/j_security_check) is not available.
I must be missing something.
Can anybody help - it would be nice to get it working,
Thanks - Peter