https://bz.apache.org/bugzilla/show_bug.cgi?id=60721
Mark Thomas <ma...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #1 from Mark Thomas <ma...@apache.org> --- You are having class loader issues because you are registering a web application provided library (loaded with the web application class loader) with a JVM wide registry and then trying to use that library in a different web application (with a different class loader). That is never going to work. This is not a Tomcat bug. Static installation is one solution. Moving the Bouncy Castle JAR(s) to $CATALINA_BASE/lib should also work. If you want to discuss your options further, the users@ list is the place to do that. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org