<html>
<head>
<title>Area Restrita</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<p align="center"/>
<img src="http://4.bp.blogspot.com/-vy4EuaNfQ8A/TftT4wsHfbI/AAAAAAAAARo/7espbSSGm-c/s250/area_restrita.gif"/>
<form id="form1" name="form1" method="post" action="-">
<table width="200" border="0" align="center">
<tr>
<td>Login:
<td>
<input type="text" name="login" id="login" />
</label>
</tr>
<tr>
<td>Senha:
<td>
<input type="password" name="senha" id="senha" />
</label>
</tr>
<tr>
<td>
<td>
<input type="submit" name="button" id="button" value="Logar" />
<input type="reset" name="button" id="button" value="Limpar"/>
</label>
</tr>
</table>
</form>
</body>
</html>
<%@page contentType="text/html" pageEncoding="UTF-8"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Logado</title>
</head>
<body>
<h1>Hello World!</h1>
</body>
</html>
tela de erro
<html>
<head>
<title>Pagina de Erro</title>
</head>
<body bgcolor="white">
Usuario ou senha inválidos!!!<a href= "index.jsp">Tente outra vez</a>.
</body>
</html>
agora preciso fazer um usuario admin e senha admin sem bd para efutar login caso nao for o admin ir para a tela de erro oq devo fazer