This is because Tomcat does not find the jasper compiler from the Java Development Toolkit:

$ cd /usr/share/tomcat5.5/common/lib/
$ ls -l jasper-compiler*
jasper-compiler.jar
jasper-compiler-jdt.jar -> ../../../java/ecj.jar

As a workaround, installing ecj-bootstrap should help (it does for me).

I don't know if the real fix is to add a dependency to ecj or include jasper-compiler-jdt.jar from tomcat into the package.

Best Regards,

Sven


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to