Posted By:
Vidya_P
Posted On:
Monday, May 16, 2011 12:42 AM
Insert title here I have configured galileo 3.5.0 and tomcat server 6.0( on windows 7 os). I am trying to execute basic jsp file . I am not able to see the output of jsp. I am getting the 404 error. I have created the dynamic web project named MyWeb . Created the firstjsp.jsp file which has the following code %@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> hello world Tomcat is running able to open the tomcat home page. And I can see my MyWeb folder in tomcat deployed application . I am typing the url http://localhost:8080/MyWeb/firstjsp.jsp I get the following er
More>>
Insert title here
I have configured galileo 3.5.0 and tomcat server 6.0( on windows 7 os). I am trying to execute basic jsp file . I am not able to see the output of jsp. I am getting the 404 error. I have created the dynamic web project named MyWeb . Created the firstjsp.jsp file which has the following code
%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>
hello world
Tomcat is running able to open the tomcat home page. And I can see my MyWeb folder in tomcat deployed application .
I am typing the url http://localhost:8080/MyWeb/firstjsp.jsp
I get the following error
HTTP Status 404 - /MyWeb/
type Status report
message /MyWeb/
description The requested resource (/MyWeb/) is not available.
Apache Tomcat/6.0.32
<<Less