<h1>SecurityFilter Example Application: Login Form</h1>
<%@include file="/menu.jsp" %>
Login with username=<i>username</i> and password=<i>password</i>.
-<form action="j_security_check" method="POST">
+<form action="logMeIn" method="POST">
Username: <input type="text" name="j_username" value="username"><p>
Password: <input type="password" name="j_password" value="password"><p>
<input type="Submit">