3 Replies Latest reply on Aug 13, 2004 1:48 AM by genman

    How to config Jboss to allow it access the server local file

    leeson1125

      Our web application (war) allows customer to download files from server. These files are created by other supporting application running on the same machine outside jboss.

      Supporting application will create the files and store all information of the files inside database. Web application should read the database according to the customer's requirement and display the link on web page to allow customer to download the file. I can't put the absolute path of files because of the security.

      I was lost because application is in WAR format, I am not sure about the relation between deployed path information and configuration path information.

      Can config web application to access the folder on server used by supporting application to store the created file?

      Can anyone give me a hint or light?
      Really thanks