Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » JavaServer Faces » Why is index.faces requested?
Why is index.faces requested? [message #608444] Sat, 24 March 2007 18:27
Eclipse UserFriend
Originally posted by: magnus.nospam.com

Hi,

I'm trying to create a JSF application and I've added an index.jsp file to
the WebContent directory containing one row:
<jsp:forward page="/login.faces" />

To start the web app in Eclipse using Apache Tomcat/5.5.23 I right click the
index.jsp file and select Run As->Run on Server. Then I get an error page
(HTTP Status 404) saying:
"The requested resource (/MyWebApp/index.faces) is not available."

Why is the non-existing page "index.faces" requested instead of
"login.faces"?

Thanks,
Magnus
Previous Topic:Extending the Visual Page Designer
Next Topic:Updating org.eclipse.jem to version 1.2.3
Goto Forum:
  


Current Time: Fri Apr 26 07:25:02 GMT 2024

Powered by FUDForum. Page generated in 0.03145 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top