|
From: OMax <om...@uk...> - 2007-10-09 04:08:16
|
I want to start mvn jetty:run and be able to execute the following code setting root class loader for context: context.setClassLoader(Thread.currentThread().getContextClassLoader()); This is needed for native libraries that are loaded by root class loader with System.loadLibrary() didn't trhow errros when loading by context one after sources change and redeploy in development mode. I already posted an enhancement into JIRA: http://jira.codehaus.org/browse/JETTY-435 http://jira.codehaus.org/browse/JETTY-435 but wanted to quickly ask if there is not such hidden configuartion or any workaround already? Thanks, Oleksandr Maksymchuk http://omax.org.ua OMax -- View this message in context: http://www.nabble.com/Setting-root-for-context-class-loader-using-maven-tf4592021.html#a13108970 Sent from the Jetty Support mailing list archive at Nabble.com. |