How to run jsp page

I am using eclipse europa and jsf 1.2 i have just added one jsp page and i want to run this pagebut i ma getting http 404 errorhow to run it ?i have to make any changes in web.xml?
[208 byte] By [NikisinProblema] at [2007-11-27 10:02:00]
# 1

I don't have any about JSF. But the error 404 states that the resource is missing on the server side. So try to fix the URL.. Below i am giving some pointers which may help in solving the problem.

Suppose the app structure is as below.

APPROOT

- WEB-INF

- Pages

- ting.jsp

-tong.jsp

Then to access ting.jsp the URL will be

http://server:port/APPROOT/pages/ting.jsp

similary to access tong.jsp

http://server:port/APPROOT/tong.jsp

Regards,

Vishwas

Vishwas_Prasannaa at 2007-7-13 0:36:11 > top of Java-index,Java Essentials,New To Java...
# 2
@Op. Please ask your JSP questions in the JSP forum: http://forum.java.sun.com/forum.jspa?forumID=45
kajbja at 2007-7-13 0:36:11 > top of Java-index,Java Essentials,New To Java...