| Author |
JSF Configuration problem
|
Asheesh Nehra
Ranch Hand
Joined: Jun 25, 2009
Posts: 35
|
|
I am new to JSF , try to deploy first simple project and facing configuration error.
I also added this listener but error remains the same and using Tomcat 5.5 web server.
Please help me out.
error is
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14491
|
|
In JEE 5 servers like JBoss and Glassfish, the jsf-impl classes are provided by the server. However, with Tomcat, you have to include a jsf-impl.jar in your WAR. In Tomcat 5.5, I think you may also need an el-impl jar (Tomcat 6 provides one, but not Tomcat 5.5).
You can use any JSF standard core implementation to provide the jsf-impl jar. I've used both the Run RI and Apache MyFaces. Either one works well.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
 |
|
|
subject: JSF Configuration problem
|
|
|