You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Bart N. Locanthi" <ba...@sabl.com> on 2000/07/11 17:08:08 UTC

using jikes to compile pages

Has anyone gotten Tomcat to buy into using Jikes for compiling pages?

Uncommenting the appropriate thing in web.xml does nothing for my setup.

Regardless of whether I use the original comment or one that refers to
the actual name of the JikesJavaCompiler class, eg

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