Apparently, yes, it is possible to use the jikes compiler:

open up the (tomcat-home)/conf/web.xml file and find this entry:

<!-- uncomment the following to use Jikes for JSP compilation

       <init-param>
           <param-name>jspCompilerPlugin</param-name>
           <param-value>org.apache.jasper.compiler.JikesJavaCompiler<
/param-value>
       </init-param>

-->

I hope this helps,

regards,
michael tiffany

Reply via email to