Closed daust closed 2 years ago
suggestions for naming this additional directory:
... or something similar which makes it obvious that they are loaded at runtime by the J2EE application. It is an extension of the classpath.
Extending the class path at runtime is more difficult than anticipated.
We already have established ways of dealing with that:
/webapps/jri/WEB-INF/lib
directoryjri.war
permanently by unpacking, adding lib, packing the .war filelib/additional-war-libraries
. They will be added by the build process automatically.
I think it would be helpful to have an additional external directory from which the application could load additional jar files to enhance the reports. Then you wouldn't have to put them into the war file itself. Should also make upgrades easier in the future.
Not sure whether I can implement this, but building a class loader should be possible.