Hi,
GNU Crypto has been merged into Kaffe CVS a while ago, and 1.1.4.PRECVS-20040721 (in Debian experimental) works fine with tomcat now, without hacking on the javax.security.auth.Subject class. The latest procedure to run tomcat 5.0.x is: 1. Edit bin/catalina.sh to include jmx.jar in $CLASSPATH ÂÂÂ (See http://issues.apache.org/bugzilla/show_bug.cgi?id=29258 ) 2. export JAVA_OPTS="-Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog" ÂÂÂ (if you want to see the info output) 3. bin/startup.sh The performance is a bit worried - 7174 ms in kaffe vs. 4166 ms in Sun J2SDK 1.4.2_04 - on the first execution. --Â
Regards, Alan |