Tomcat 4.1 uses Jasper 2.

Jasper 2 was changed to use Ant to compile JSP pages and no longer supports
the config below for using Jikes.

But you can tell Ant to use jikes for compiling by defining the following
property to java when starting Tomcat:

-Dbuild.compiler=jikes

Regards,

Glenn

Zsolt Koppany wrote:
> Hi,
> 
> I try to configure tc-4.1.10 to use Jikes to compile jsp files. The configure 
> below in web.xml does work with tc-4.0.4. Why doesn't it work tc-4.1.10? I 
> don't have any errors, just jikes it not called.
> 
> <init-param>
>       <param-name>jspCompilerPlugin</param-name>
>       <param-value>org.apache.jasper.compiler.JikesJavaCompiler</param-value>
> </init-param>
> 
> Zsolt
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]
> 




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to