kamranzafar / JCL

Jar Class Loader, a configurable and dynamic custom classloader designed to create, manage and manipulate isolated Java classloaders in IoC frameworks and web applications.
http://kamranzafar.github.com/
579 stars 161 forks source link

loading all classes needed for a jsp #68

Open dineshkannaa opened 5 years ago

dineshkannaa commented 5 years ago

Hi , Im forwarding a request from a servlet to jsp . the libraries needed to run the jsp are in "WEB-INF/dk" to avoid jar conflicts .As I dont have control of the jsp , I want to load all jars in "dk" before calling the jsp . Im finding it difficult to do it . Please help me in this case .