Re: Eclipse: Server Tomcat v7.0 Server at localhost failed to start.

2014-02-17 Thread Dave Kennedy
...@hotmail.com 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 and jsp-api.jar to the Launch Configuration | Classpath

RE: Eclipse: Server Tomcat v7.0 Server at localhost failed to start.

2014-02-15 Thread Martin Gainty
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 | Classpath | Bootstrap Entries and get

Re: Eclipse: Server Tomcat v7.0 Server at localhost failed to start.

2014-02-14 Thread 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. On Thu, Feb 13, 2014 at 10:27 PM, Dave Kennedy davek1...@gmail.com wrote: Env: Windows 7 Java: jdk1.7.0_51 STS 3.4.0.RELEASE (Based

Re: Eclipse: Server Tomcat v7.0 Server at localhost failed to start.

2014-02-14 Thread Konstantin Kolinko
2014-02-14 18:13 GMT+04:00 JB MORLA jbmo...@gmail.com: 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 davek1...@gmail.com wrote:

Re: Eclipse: Server Tomcat v7.0 Server at localhost failed to start.

2014-02-14 Thread Dave Kennedy
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

Eclipse: Server Tomcat v7.0 Server at localhost failed to start.

2014-02-13 Thread Dave Kennedy
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