Java 8 and Tomcat 7.0.55?

2014-08-29 Thread Jess Holle
I have a web application which runs fine with Tomcat 7.0.55 and Java 7 (various updates, including Update 65). When I keep everything else constant and use Java 8 Update 20, I get errors around JSP compilation, e.g.: * org.apache.jasper.compiler.JDTCompiler - Compilation error

Re: Java 8 and Tomcat 7.0.55?

2014-08-29 Thread Mark Thomas
On 29/08/2014 14:56, Jess Holle wrote: I have a web application which runs fine with Tomcat 7.0.55 and Java 7 (various updates, including Update 65). When I keep everything else constant and use Java 8 Update 20, I get errors around JSP compilation, e.g.: *

Re: Java 8 and Tomcat 7.0.55?

2014-08-29 Thread Jess Holle
Sorry for the false alarm. A little more digging showed that an old ECJ was getting used at runtime -- because it had been thwacked into the runtime classpath. [Don't ask.] It now works fine. On 8/29/2014 9:14 AM, Mark Thomas wrote: On 29/08/2014 14:56, Jess Holle wrote: I have a web