Problem java.lang.NoClassDefFoundError: javax/el/ELResolver

2007-07-27 Thread Guto
Hi, When I run tomcat this problem happens. Could you help me? Thanks Guto SEVERE: Exception sending context initialized event to listener instance of class org.apache.myfaces.webapp.StartupServletContextListener java.lang.NoClassDefFoundError: javax/el/ELResolver These are my tomcat

Re: Problem java.lang.NoClassDefFoundError: javax/el/ELResolver

2007-07-27 Thread Matthias Wessendorf
you need servlet 2.5 / jsp 2.1 On 7/27/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I'm facing quite similar problems. For few days I'm trying to fire up my application using myfaces 1.2.0 and tomahawk 1.6 but I just cannot mange it. I had the same problem that you have, but I took

Re: Problem java.lang.NoClassDefFoundError: javax/el/ELResolver

2007-07-27 Thread Svilen Ivanov
You need tomcat 6.x. [EMAIL PROTECTED] wrote: Hi, I'm facing quite similar problems. For few days I'm trying to fire up my application using myfaces 1.2.0 and tomahawk 1.6 but I just cannot mange it. I had the same problem that you have, but I took the jar files from

Re: Problem java.lang.NoClassDefFoundError: javax/el/ELResolver

2007-07-27 Thread Pawel . Czerwinski
Hi, I'm facing quite similar problems. For few days I'm trying to fire up my application using myfaces 1.2.0 and tomahawk 1.6 but I just cannot mange it. I had the same problem that you have, but I took the jar files from thehttp://people.apache.org/~werpu/myfaces12custom.zip package,

Re: Problem java.lang.NoClassDefFoundError: javax/el/ELResolver

2007-07-27 Thread Matthias Wessendorf
hi tomcat 5.x doesn't impl. JSP 2.1 (which contains javax.el.***) in tomcat 6, it is the case. check werner's ZIPPY with the right jsft / standard jars and ensure, you have servler 2.5 / JSP 2.1 -M On 7/26/07, Guto [EMAIL PROTECTED] wrote: Hi, When I run tomcat this problem happens. Could