Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

First try at JSF http 404 error

843842Jan 16 2006 — edited Nov 4 2006
I new to JSF and am having trouble getting it to work. I've downloaded an example from the web from 222-128.ibm.com and am trying to build and execute it using NetBeans 4.1.

I get an http404 error "The requested resource (/progname/) is not available."

If I remove the remove the faces-config.xml file, put back the default web.xml file, remove JSF libraries and remove JSF tags from my JSPs, they display properly, so that much of the example works.

If I put back the faces-config.xml, web.xml and JSF tags in the JSP, I get a message indicating the java server faces servlet is not available.

If I add the JSF libraries, I get the error described above.

I am running this on windows XP with tomcat 5.5.7.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 2 2006
Added on Jan 16 2006
4 comments
254 views