Re: How to configure tc-4.1.10 to use Jikes?

2002-09-08 Thread Glenn Nielsen
I found a few problems using jikes with Jasper 2. These have been fixed and should be in the new nightly build and will be in the next Tomcat 4.1.x release. Refer to the comments in conf/web.xml for configuring jikes. The jspCompilerPlugin init paramter no longer exists. You now use the

Re: How to configure tc-4.1.10 to use Jikes?

2002-09-08 Thread Brian Millett
On Sun, 2002-09-08 at 08:39, Glenn Nielsen wrote: I found a few problems using jikes with Jasper 2. These have been fixed and should be in the new nightly build and will be in the next Tomcat 4.1.x release. Refer to the comments in conf/web.xml for configuring jikes. The jspCompilerPlugin

Re: How to configure tc-4.1.10 to use Jikes?

2002-09-08 Thread Glenn Nielsen
Brian Millett wrote: On Sun, 2002-09-08 at 08:39, Glenn Nielsen wrote: I found a few problems using jikes with Jasper 2. These have been fixed and should be in the new nightly build and will be in the next Tomcat 4.1.x release. Refer to the comments in conf/web.xml for configuring jikes.

How to configure tc-4.1.10 to use Jikes?

2002-09-07 Thread Zsolt Koppany
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-namejspCompilerPlugin/param-name

Re: How to configure tc-4.1.10 to use Jikes?

2002-09-07 Thread Glenn Nielsen
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