2 Replies Latest reply on Mar 23, 2004 10:13 PM by verilet

    Extending /jboss/server/config/lib with sub-directories

    verilet

      I would like to place jars in a sub-directory /jboss/server/config/lib

      /jboss/server/config/lib
      /jboss/server/config/lib/foo/ ... jars ...
      /jboss/server/config/lib/bar/ ... more jars ...

      Will the classloader see these? If not is there a way to organize jars in sub-directories of the configuration directory? A classloader that would drill down a top-level jar looking for child jars would be very cool. The purpose of these jars are shared utilities across all of our products.