I'm using Jetty 9, embedded, and would like to have webapps use a custom classloader.

It's easy to set the classloader on a WebAppContext, but I'm also using WebAppProvider to scan a directory, and that class lacks the .setClassLoader() method. Should I just subclass WebAppProvider and override createContextHandler() to add my own classloader? Or is there an easier way?

_______________________________________________
jetty-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/jetty-users

Reply via email to