Hi all!

How come would Tomcat (Apache?) return 404 Error while trying to
authenticate via form? apparently it does not recognise "j_security_check".
anybody has got any idea? 
here's my code (login.jsp):

<div align="center">
<form method="POST" action="j_security_check" >
<table cellspacing=4>
    <tr>
      <td colspan=2 class="aaa">Please log in</td>
    </tr>
    <tr>
      <td class="lewe">Username:</td>
      <td><input type="text" name="j_username"></td>
    </tr>
    <tr>
      <td class="lewe">Password:</td>
      <td><input type="password" name="j_password"></td>
    </tr>
    <tr>
      <td colspan=2 class="aaa"><input type="submit" value="Log in"
name="j_security_check"></td>
    </tr>
</table>
</form>
</div>

and i'm getting 404 Error. 

vVolf

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to