Hi,

we've some very simple JSP pages that compile and work fine on Tomcat 8.0.11. However they don't compile and run on Tomcat 8.0.20. All running on Windows 7.

We get the following errors:

org.apache.jasper.JasperException: Unable to compile class for JSP:

An error occurred at line: [19] in the generated java file: [C:\Program 
Files\Apache Software Foundation\Tomcat 
8.0\work\Catalina\localhost\Legato\org\apache\jsp\Info_jsp.java]
The type Info_jsp must implement the inherited abstract method 
JspSourceImports.getPackageImports()

An error occurred at line: [19] in the generated java file: [C:\Program 
Files\Apache Software Foundation\Tomcat 
8.0\work\Catalina\localhost\Legato\org\apache\jsp\Info_jsp.java]
The type Info_jsp must implement the inherited abstract method 
JspSourceImports.getClassImports()

An error occurred at line: [28] in the generated java file: [C:\Program 
Files\Apache Software Foundation\Tomcat 
8.0\work\Catalina\localhost\Legato\org\apache\jsp\Info_jsp.java]
The type Set is not generic; it cannot be parameterized with arguments <String>

..... and myn more

Was there anything changed from 8.0.11 to 8.0.20 that affects JSP compilation?


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to