I found the same question in the mailing list but no answer yet.
I am trying jikes and everything works, but how can I tell if javac or jikes is used
to compile jsp?
I use Tomcat4.1.18 on RH Linux 7.0. I inserted the lines in web.xml and in
/usr/bin/dtomcat to instruct Tomcat to use jikes, as described in the documentation.
If I compile a jsp with a syntactic error, I get two different answers (more verbose
using javac). With jikes (supposing it is used) I get this:
Generated servlet error:
[javac] Compiling 1 source file
[javac]
/var/tomcat4/work/Standalone/localhost/commesse/varsess_jsp.java:69:3:69:13: Semantic
Error: Type org.apache.jsp.CommesseAMa was not found.
There is allways written [javac], so how should I be sure I am using jikes?
With the same configuration on Windows (catalina.bat + web.xml) I get an error saying
jikes does not support the "encoding" option, so perhaps this assures me that on Linux
I am using jikes.
Thank you, bye.
Marco.