Hi,
You need to add
JkMount /secure/j_security_check ajp13 to httpd.conf
(or ajp12 if that is the connector you are using).
btw, this has been answered many times on the list. A search
of the archive at
http://www.mail-archive.com/[email protected]/
would have got you an answer in under a minute.
Don't mean to single you out Carlos. Just want to remind
everyone that a search of the archives before posting
can often solve the problem quicker and may provide you
with more info than a single post will.
andrew
On Thu, 16 Aug 2001, you wrote:
> Hi,
> I have a system based on win2k+Apache+Tomcat+MySQL.
> Now I have using Basic Authentication, all right.
> I would use FORM authentication, when I call a page like
> http://localhost:8080/secure/index.htm
> all right, bu if I call a page like http://localhost/secure/index.htm a
> message like this appear: "The requested URL /secure/j_security_check was
> not found on this server."
> Can I use Form authentication in Tomcat+Apache system?
> Thanks. Carlo Sorda.