Hi,
i had set up Form authentication in tomcat.  I used
apache 1.3.17 + tomcat 3.2.1. And i added this line
---------------------------------------------------
JkMount /update/j_security_check Ajp12
---------------------------------------------------
to mod_jk.conf, which will forward all the login form
request to Ajp12 worker.

It works before. but now. all of a sudden, apache
return error message saying:
404 Not Found
The requested URL /update/null was not found on this
server.

That's very strange that j_security_check had changed
to null.

my form is like this:
<html>
<head>
</head>
<body>

<form method="POST" action="j_security_check">
Username<input type="text" name="j_username">
Password:<input type="password" name="j_password">
<input type="submit" value="login"
name="j_security_check">
</form>

</body>
</html>

Please help me out !!!!
thanks.

__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/

Reply via email to