I'm getting the following exception:
 
2007-04-25 13:04:04 StandardContext[/HMDA]: Exception sending context 
initialized event to listener instance of class 
org.apache.myfaces.webapp.StartupServletContextListener
java.lang.NoClassDefFoundError: javax/servlet/jsp/el/ELException
 at 
org.apache.myfaces.config.FacesConfigurator.feedStandardConfig(FacesConfigurator.java:149)
 at 
org.apache.myfaces.config.FacesConfigurator.configure(FacesConfigurator.java:126)
 at 
org.apache.myfaces.webapp.StartupServletContextListener.initFaces(StartupServletContextListener.java:66)
 at 
org.apache.myfaces.webapp.StartupServletContextListener.contextInitialized(StartupServletContextListener.java:49)
 
All I've done is add the myfaces jars to my web-inf/lib. I have not configured 
anything. My plan is to use facelets, not jsp because of the version of the 
servlet spec supported by Tomcat 4. 
 
Why do I still need to include the jar that contains the ELException class (I 
believe it's jsp-api.jar)?
 
Thanks...

Reply via email to