> Most likely the JSF Jar file in your classpath.
Lew wrote:
>> Most likely the JSF Jar file in your classpath [is missing].
> I added jar's to WEB-INF/lib (I have them in my classpath), but I got an
> tomcat error:
[quoted text clipped - 4 lines]
> com.sun.faces.config.ConfigureListener
> java.lang.NoClassDefFoundError: com/sun/org/apache/commons/digester/RuleSet
Which JARs, specifically, are in the application WEB-INF/lib/? This error
seems to indicate that commons-digester is not in there.
Or perhaps the message is not coming from your application. Are there other
applications mounted in the same application server?

Signature
Lew
milan.behera@gmail.com - 23 Jul 2007 14:35 GMT
> Lew wrote:
> >> Most likely the JSF Jar file in your classpath [is missing].
[quoted text clipped - 15 lines]
> --
> Lew
Hi,
I am also getting the same error message:
org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsf/core
cannot be resolved in either web.xml or the jar files deployed with
this application
I have the myfaces-api.jar and the myfaces-impl.jar in my WEB-INF\lib
folder.
Milan