
04/01/2011, 20:30
|
 | | | Fecha de Ingreso: junio-2008 Ubicación: Trujillo
Mensajes: 93
Antigüedad: 16 años, 9 meses Puntos: 5 | |
Respuesta: Problema al hacer login con jsp y servlet Y si el lugar de
RequestDispatcher rd = getServletContext().getRequestDispatcher("/Menu.jsp");
rd.forward(request, response);
Lo cambias por
response.sendRedirect(request.getContextPath()+"/Menu.jsp"); |