Tema: tomcat y JSP
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 30/01/2009, 10:12
yomedi
 
Fecha de Ingreso: junio-2008
Mensajes: 49
Antigüedad: 15 años, 11 meses
Puntos: 0
Exclamación Respuesta: tomcat y JSP

ahora intente crear un jsp sencillo hola mundo con notepad este es el codigo

Código:
<html>
<body>
<% out.println("Hola mundo"); %>
</body>
</html>
para verlo uso este link
http://localhost:8080/prueba.jsp

y ahora me muestra el siguiente error
Código:
HTTP Status 404 - /prueba.jsp

--------------------------------------------------------------------------------

type Status report

message /prueba.jsp

description The requested resource (/prueba.jsp) is not available.
alguien puede ayudarme por favor es urgente!!!