Your message dated Tue, 12 Sep 2006 15:37:36 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Jikes Compiler misses rt.jar in classpath
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: tomcat4
Version: 4.0.3-3woody2

If the Jikes JSPCompilerPlugin is activated in web.xml tomcat cannot compile
jsp pages anymore, because it lacks "$JAVA_HOME"/jre/lib/rt.jar in the 
classpath.


The fix is to replace 

# Set standard CLASSPATH
CLASSPATH="$JAVA_HOME"/lib/tools.jar

with 

# Set standard CLASSPATH
CLASSPATH="$JAVA_HOME"/lib/tools.jar:"$JAVA_HOME"/jre/lib/rt.jar

in /usr/share/tomcat4/bin/setclasspath.sh

-- 
lg, Chris



--- End Message ---
--- Begin Message ---
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Tomcat4 has been removed

- --
  .''`.
 : :' :rnaud
 `. `'
   `-
Java Trap: http://www.gnu.org/philosophy/java-trap.html
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFBrgg4vzFZu62tMIRArO1AKC8hpfr5PkzXrYc2OyBt5y/mXPjiwCgj4bg
mJWFBt7qMiCjn8LIgRET7Jg=
=pQTF
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
pkg-java-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

Reply via email to