Hi,

Refer to Tomcat documentation.


If you wish to use Jikes to compile JSP pages:

- Download and install jikes. jikes must support the -encoding option.
Execute jikes -help to verify that it was built with support for -encoding.
- Set the init parameter compiler to jikes.
- Define the property -Dbuild.compiler.emacs=true when starting Tomcat by
adding it to your CATALINA_OPTS environment variable. This changes how jikes
outputs error messages so that it is compatible with Jasper.
- If you get an error reporting that jikes can't use UTF8 encoding, try
setting the init parameter javaEncoding to ISO-8859-1.



Unfortunately, lastest Jikes binary release seem not support -encoding
option. So, I need helps. Does anyone know where to download Jikes binary
release both for Linux and Win32 which support -encoding option?


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

Reply via email to