首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > J2EE开发 >

jsf入门有关问题,郁闷啊(The requested resource (/jsfdemo/userLogin.faces) is not available

2012-03-22 
jsf入门问题,郁闷啊:(The requested resource (/jsfdemo/userLogin.faces) is not available.按照入门教程

jsf入门问题,郁闷啊:(The requested resource (/jsfdemo/userLogin.faces) is not available.
按照入门教程在eclipse中建立了一个jsfdemo,输入http://localhost:8080/jsfdemo/userLogin.faces出现The requested resource (/jsfdemo/userLogin.faces) is not available.错误

http://localhost:8080/jsfdemo/index.jsp还是能够访问的。

麻烦各位高手帮我分析下,原因可能出现在哪个地方。

由于不能传附件,我把我的工程包放在资源里面了。
http://download.csdn.net/source/1315920

谢谢大家了。



[解决办法]
<url-pattern>*.faces </url-pattern> 
少了横线 你加人 /*.faces 
就OK了!。
[解决办法]

热点排行