<html>
<body>
<h1>Login page for examples</h1>

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

</body>
</html>
