https://bz.apache.org/bugzilla/show_bug.cgi?id=62830
--- Comment #12 from Christopher Schultz <ch...@christopherschultz.net> --- Sorry... I must be missing something, here. System.loadLibrary isn't ClassLoader-specific... once the library has been loaded, it can't be loaded again at all. The code here is all fine, and using a Listener makes a lot of sense. But the documentation suggests that somehow loading a shared lib in a different ClassLoader changes something when it doesn't. Instead, you are asking Tomcat to load it *once* (at the server level) and then not again. If you try to use this <Listener> at the <Context> level, it will fail when re-deploying the <Context>, just like if the application had used -- 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