First, JBoss's JSF implementation differs from the Sun's implementation, which leads to the following error when we use MyEclipse to deploy JSF.
Com.sun.faces.config.ConfigurationException:CONFIGURATION failed!
The solution is:
1. Overwrite $jboss_home/server/$YOUR _config/deploy/jbossweb.sar/jsf-libs/package with the implementation of the Sun JSF
2. When the project refers to the package, it directly references the $jboss_home/server/$YOUR _config/deploy/jbossweb.sar/jsf-libs/these packets without Eclipse's own package, this will be successful deployment,
Note that the above path is only Jjboss 5.0.0 above the version of JBOSS 5.0.0 I'm not sure this article links http://www.cxybl.com/html/wyzz/JavaScript_Ajax/20130620/38735.html
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.