If you are running JBoss AS 5.0 or greater, copy the jars to <JBOSS_HOME>/server/default/deploy/jbossweb.sar/jsf-libs.
I did that. But then i am facing an error due to a web.xml file missing from a project. (i have several projects in my enterprise application). That project is not a web app and does not need a web.xml file.
Here is the error I get :
How can i fix this ? Apparently it's a known issue. Thanks for helping.
SCJP 1.4, SCWCD 1.4, SCBCD 1.3, SCBCD 5
Visit my blog
Even if the project is not a webapp, I did try to add a WEB-INF/web.xml and it is still not working (i get another type of errors, this project being an EJB project).
Is this really jboss-5.0.0.CR1? If so, this is a very ancient version of Jboss AS and there were significant changes between CR1 and GA. The statement that JSF 2.0.1 can be applied to JBoss AS 5.0 probably does not apply to CR1! You will need at least 5.0.0.GA.