nty wrote:
>
>
>
> > Date: Fri, 14 Feb 2014 14:19:04 -0800
> > Subject: Re: Eclipse: Server Tomcat v7.0 Server at localhost failed to
> start.
> > From: davek1...@gmail.com
> > To: users@tomcat.apache.org
> >
> > OK I added servlet-api.jar a
> Date: Fri, 14 Feb 2014 14:19:04 -0800
> Subject: Re: Eclipse: Server Tomcat v7.0 Server at localhost failed to start.
> From: davek1...@gmail.com
> To: users@tomcat.apache.org
>
> OK I added servlet-api.jar and jsp-api.jar to the
> Launch Configuration | Classpat
OK I added servlet-api.jar and jsp-api.jar to the
Launch Configuration | Classpath | Bootstrap Entries
and get the following error report:
HTTP Status 500 - java.lang.NoClassDefFoundError: javax/el/ELResolver
HTTP Status 500 - java.lang.NoClassDefFoundError: javax/el/ELResolver
2014-02-14 18:13 GMT+04:00 JB MORLA :
> Maybe you added a .jar file to the build path and there is a conflict with
> the jars already present in Eclipse and Tomcat.
> My solution was to remove the jars.
+1.
> On Thu, Feb 13, 2014 at 10:27 PM, Dave Kennedy wrote:
>
>> Env:
>> Windows 7
>> Java: j
Maybe you added a .jar file to the build path and there is a conflict with
the jars already present in Eclipse and Tomcat.
My solution was to remove the jars.
On Thu, Feb 13, 2014 at 10:27 PM, Dave Kennedy wrote:
> Env:
> Windows 7
> Java: jdk1.7.0_51
> STS 3.4.0.RELEASE (Based on Eclipse 4.3.
Env:
Windows 7
Java: jdk1.7.0_51
STS 3.4.0.RELEASE (Based on Eclipse 4.3.1)
Tomcat: apache-tomcat-7.0.50
Tomcat runs from the cmd line startup.bat
( JAVA_HOME=C:\Program Files (x86)\Java\jdk1.7.0_51),
but not from within Eclipse
Any help or suggestions on how to resolve this would be greatly appr