You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2015/01/29 10:24:18 UTC

[Bug 57508] tomcat-8.0.17 Unable to compile class for JSP on JDK8

https://issues.apache.org/bugzilla/show_bug.cgi?id=57508

--- Comment #1 from Violeta Georgieva <vi...@apache.org> ---
Hi,

Did you specify the init params below for the JSPServlet?

        <init-param>
            <param-name>compilerSourceVM</param-name>
            <param-value>1.8</param-value>
        </init-param>
        <init-param>
            <param-name>compilerTargetVM</param-name>
            <param-value>1.8</param-value>
        </init-param>


Regards,
Violeta

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org