1 Reply Latest reply on May 28, 2004 4:34 PM by starksm64

    accessing a directory outside of a war file

    lords_diakonos

      I am trying to use a image uploader with a wysiwyg for a CMS I am building. The image uploader need a directory where it can copy files to. The directory needs to be relative to the site root. I have the site built as a war file.
      1. How can I accomplish this in Jboss?
      2. Is there a way to put a mapping or something in so when I goto /images it acceses a directory outside of the war? Where would I put this directory?