Adding entire directory tree to tomcat shared classloader

71 Views Asked by At

For example Ant provides option to add entire directory tree to classpath with configuration like "**/*.jar in fileset/include tag. Is it possible in tomcat that all jar files in entire directory tree with subdirectories are scanned for *.jar files and added to classloader Caucho Resin www.caucho.com has option in configuration file. one can add tree-loader tag to include entire directory in classloader.

1

There are 1 best solutions below

0
On

Tomcat does not support this out of the box.