https://bz.apache.org/bugzilla/show_bug.cgi?id=69837
--- Comment #4 from [email protected] --- Regarding to point 1) It does not matter what version of source you use in compilerSourceVM e.g. 17 Regarding to point 2) e.g. 10.1.44, but anything after 10.1.40 where feature is done as I guess there is no change done "org.apache.jasper.compiler.JavaCompiler". Regarding to point 3) Setting a compilerClassName to "org.apache.jasper.compiler.JavaCompiler" for jsp servlet in web.xml so you can see: https://tomcat.apache.org/tomcat-10.1-doc/jasper-howto.html (even it is not updated properly) OR https://tomcat.apache.org/tomcat-10.1-doc/changelog.html#Tomcat_10.1.47_(schultz) Regarding to point 4) I think that should be enough what was provided if you correct construction of compile classpath used in org.apache.jasper.compiler.JavaCompiler in method "generateClass" e.g. during debug then compilation is done without no error and any even hello-world page is shown. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
