First, if you are running Tomcat under Windows you can quit thinking about using Jikes right now because of a number of bugs (search the list). If you are running under Linux, keep reading.

First, install Jikes and put it in the path for you shell. Also put tools.jar, rt.jar and dt.jar in your CLASSPATH:

Put the following in CATALINA_OPTS:

-Dbuild.compiler.emacs=true

now go into the default web.xml and add the following to the jsp servlet:

<init-param>
<param-name>compiler</param-name>
<param-value>jikes</param-value>
</init-param>
<init-param>
<!-- use this only if you get errors
reporting that jikes can't use
UTF-8 -->
<param-name>javaEncoding</param-name>
<param-value>ISO-8859-1</param-value>
</init-param>

That should be about it.

Jake

At 02:31 PM 11/15/2002 +0100, you wrote:
Hello,

could somebody explain me or give me the instruction for the file web.xml
in order to use jikes with Tomcat 4.1.12 ?

thank you in advance,

greetings,

Salutations,

Christophe BAROIN
JP Services
16, Rue de Moronval
28100 DREUX

T�l.   : 02.37.38.92.12
Fax   : 02.37.42.87.58
E Mail :[EMAIL PROTECTED]
Visiter notre site sur http://www.jpservices.fr

Reply via email to