This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes JSF and the fly likes 404 error in jsf demo app Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSF
Reply Bookmark "404 error in jsf demo app" Watch "404 error in jsf demo app" New topic
Author

404 error in jsf demo app

sonia pandit
Ranch Hand

Joined: Apr 19, 2008
Posts: 137
I am trying to build a demo app before I do the real thing.
I am getting a 404.

Please help.

My web.xml



my faces config:




Thanks,

Sonia
T Rai
Greenhorn

Joined: Apr 16, 2002
Posts: 20
Sonia,
How are you accessing jsf application?
Make sure your url does have the faces it it. for example:
http://localhost:[port]/[context]/faces/xxxx.jsf or .jsp
Thanks.
TRai
sonia pandit
Ranch Hand

Joined: Apr 19, 2008
Posts: 137
Now I am getting a different exception; See this

webpage
Teena George
Ranch Hand

Joined: May 01, 2008
Posts: 82

Where is your View.jsf located? Is it directly under webapps or in some folder? give the complete path in the welcome-file-list.
Try running the View.jsf to see if you can access it.

Regards,
Teena
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: 404 error in jsf demo app
 
Similar Threads
Problem Running MyFaces Trinidad Application
My Tomcat does not build my URL
cant deploy my application,please help
Error while accessing hibernate session through JSF
Session managing in JSF