i\'ve a JSF2 (Richfaces 4.1.0) project running in eclipse. I\'m trying to run it on WAS 8.5 using mojarra jsf implementation (2.2.0). Then lib are provided with maven but th
Check this page Configuring JavaServer Faces implementation. It explains in details what you have to configure (basically isolated shared library and configure JSF settings)
I wrote this blog to demonstrate how to make websphere 8.5 use mojarra not myfaces.
<listener><listener-class>com.sun.faces.config.ConfigureListener</listener-class></listener>