https://bz.apache.org/bugzilla/show_bug.cgi?id=57966

--- Comment #2 from Violeta Georgieva <violet...@apache.org> ---
Hi,

Please provide also a sample JSP that can be used to reproduce the issue.

I tested Tomcat 8.0.23 with Java SE 8.0.45 and also JSP Servlet configuration
below and Tomcat's JSP examples are working without any problems.

        <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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to