pessoal, estou tentando mexer com hibernate, não estou conseguindo gravar na tabela
página jsp
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<body>
<form name="frmInserirESD" action="gravar" method="post">
<table>
<tr>
<td>
esd_num:
</td>
<td>
<input type='text' name='esd.esd_num' value=''>
</td>
</tr>
<tr>
<td>
esd_dt:
</td>
<td>
<input type='text' name='esd.esd_dt' value=''>
</td>
</tr>
<tr>
<td>
<input name="Submit" type="submit" class="botao" value="Gravar">
<input type="reset" value="Limpar">
</td>
</tr>
</table>
</form>
</body>
</html>
da o erro: The requested resource (/contenciosohib/gravar) is not available.
tenho o HibernateUtil.java, o hibernate.cfg.xml, o arquivo hbm.xml, o DAO e o controle…
estou a 2 dias procurando respostas na internet e não acho nada
se alguem souber como resolver agradeço



