This content has been marked as final.
Show 3 replies
-
2. Re: JBoss AS 7.1.1 - Symbolic Links within deployed war
arkhalil Aug 8, 2012 5:26 AM (in response to jfclere)Thanks for your replay. Is there any alternative way to access File System resources in web application context?
-
3. Re: JBoss AS 7.1.1 - Symbolic Links within deployed war
arkhalil Aug 11, 2012 3:10 PM (in response to arkhalil)1 of 1 people found this helpfulI accomplished it by mounting file system directory to the directory in my web application by running the following command:
sudo mount -o bind /home/uploadedfiles $JBOSS_HOME/standalone/deployments/myapp.war/uploadedfiles
Thanks.