The conf/web.xml is no longer read by Tomcat 3.2.3.  You will
need to include those lines in the web.xml of each web application.
Should you decide to upgrade to Tomcat 3.3, switching to Jikes
is accomplished by adding:

    javaCompiler="jikes"

to the JspInterceptor element in server.xml.

Cheers,
Larry


> -----Original Message-----
> From: Robert Berger [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, October 30, 2001 3:03 PM
> To: Tomcat Users List
> Subject: Jikes and 3.2.3
> 
> 
> I am trying to use 3.2.3 with a JRE and can't get it to use the Jikes
> compiler. I uncommented the appropriate line in 
> tomcat/conf/web.xml, but
> it
> seems to have no effect.
> 
> I looked at the source for org.apache.tomcat.request.JspInterceptor
> and I cannot find any code that actually sets the jspCompilerPlugin
> variable
> in TomcatOptions.
> 
> Is there a way to get 3.2.3 to use Jikes?
> 
> --
> 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