I have recently configured ICEfaces with Eclipse Helios and I want to create a JSP page and run it as a sample before I can use the other components. But, I'm not able to run a simple JSP page successfully. I get a HTTP Status 404 error page. I have attached the screenshot of the simple JSP page and also the error page that I get.
Please help me what should I do to successfully execute a JSP page in an ICEfaces project.
Hi kartik, you cannot access that jsp file by specifying the location in URL. you have to configure that page in web.xml. if you find any issues let me know..
Gvn Karthik
Greenhorn
Joined: Feb 07, 2011
Posts: 22
posted
0
My doubt is why is it that I need to configure it in web.xml. When I worked with JSF 1.2, I just created the JSP page and just ran my application.
Now in ICEaces, do I have to configure each and every JSP page of my application in web.xml?
Gvn Karthik
Greenhorn
Joined: Feb 07, 2011
Posts: 22
posted
0
If so, then how do I configure my JSP pages in web.xml ?