Re: TC 5.5.17 problem with multiple webapps using JCE provider and security manager - RESOLVED

2006-06-02 Thread David Wall
On reading more in the release notes (http://tomcat.apache.org/tomcat-5.5-doc/RELEASE-NOTES.txt), I figured I'd give the shared/lib idea a try. I found that just by moving the BouncyCastle JCE jar into shared/lib and out of the WEB-INF/lib of the various webapps, all seems to work okay. Note

Re: TC 5.5.17 problem with multiple webapps using JCE provider and security manager

2006-05-30 Thread David Wall
Thought I'd post this one more time since doing so over the U.S. holiday weekend likely left a lot of folks out of the loop... I'm either left with running my webapps without a security manager, or staying on an older Tomcat that has other bugs that I need resolved by 5.5.17 (clearing of liste

TC 5.5.17 problem with multiple webapps using JCE provider and security manager

2006-05-29 Thread David Wall
Since upgrading from Tomcat from 5.5.9 to 5.5.17, I found that my two webapps that both need to use encryption via JCE providers are not working. Only the "first to load" webapp works as it installs the provider just fine, but the other cannot and then fails. It seems that a single JVM can on