Patricio Sanchez schrieb:
> Hi, I am starting to try myfaces, so I downloaded and
> deployed "blank.war" to test. After changing a single
> letter in a JSP page an redeploy, I keep getting the
> error:
>
> SEVERE: Error listener start
>
> Log file says:
>
> java.lang.ClassNotFoundException:
> org.apache.myfaces.component.html.util.ExtensionsFilter
> at
> org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1340)
> at
> org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1189)
>
> So I can not redeploy the application. I can't figure
> it out what am I doing wrong.
>
> Also I tried reinstalling J2SE 1.5.0 and Tomcat 5.0.28
> from scratch, but it doesn't work anyway.
>
> Thanks in advance,
> Patricio.
>
>
Tomcat 5.0 seems kindof old...
Try to use a newer tomcat version...
Although it should not make any difference, myfaces does not use
JDK5 constructs!