IDP metadata in 3.0

Tom Zeller tzeller at dragonacea.biz
Wed Jan 14 15:42:59 EST 2015


On Wed, Jan 14, 2015 at 2:39 PM, Cantor, Scott <cantor.2 at osu.edu> wrote:
> On 1/14/15, 8:16 PM, "Jacob Lundberg" <jacob at collegenet.com> wrote:
>>
>>For JSPs the code has to pass the JSP engine.  F.e. our Tomcat
>>deployments use Jasper, which appears to use the Eclipse JDT as its
>>default compiler.  Some versions in Tomcat 7 do not support all Java 7
>>features.
>>
>>http://tomcat.apache.org/tomcat-7.0-doc/jasper-howto.html
>>This page states the default JDK is 1.6 but I tried overriding it with
>>1.7 and 7 and it did not resolve the problem.  I will include the
>>resulting log output at the bottom of this e-mail.
>
> I'll see what Tomcat 8 says about it, and if need be we'll change the JSP
> code. This is basically an offshoot, I guess, of this whole "run JSP
> without a JDK" concept. I knew that was a bad idea, but I didn't really
> think about why until now.

I think Tomcat 7 ships with different versions of ECJ (the Eclipse JDT
Core Batch Compiler), which needs to be 3.7.1+ (not exactly sure of
the version) to support Java 7.


More information about the users mailing list