2 Replies Latest reply on Feb 27, 2008 8:05 AM by djkrite

    recursiveTreeNodesAdaptor: help setting source directory out

    djkrite

      I would like to set the source directory of my recursiveTreeNodesAdaptor to a folder outside of my web-application folder. Right now I have this:

      private static String SRC_PATH = "/download/";
      

      which maps to: "$JBOSS_HOME/server/default/deploy/webapp.war/web/download".

      I need it to map to this: "/home/jboss/download"

      I've tried links, but they don't seem to work. Does anyone have a suggestion?

      TK