6 Replies Latest reply on Jun 11, 2013 9:24 AM by peterj

    Map external folder into web app

    jarakamandan

      Hi,

       

      Here's a newbie question for you!

       

      I would like to map an afs folder into a web app running on JBoss AS 4.2.3.GA, so that it can serve up static content from there. We deploy the app using a WAR inside a EAR, so I can't simply put a soft link in the root folder (since that folder will be in a temp dir somewhere).

       

      One option would be to write a JSP page that uses <c:import> or something to get the files, but that seems like bit of a hack.

       

      Is there some setting that I can use!?

       

      Many thanks,

       

      Micke