This content has been marked as final.
Show 4 replies
-
1. Re: Symbolic Linking in AS7
oourfali Jan 9, 2012 9:13 AM (in response to rpatrick)Hey,
Did you resolve this issue?
I have the same problem in my environment.
Thank you,
Oved
-
2. Re: Symbolic Linking in AS7
rpatrick Jan 9, 2012 1:47 PM (in response to oourfali)No, I have not had any response on this issue.
-
3. Re: Symbolic Linking in AS7
jwulf Jun 13, 2012 8:00 PM (in response to rpatrick)According to https://issues.jboss.org/browse/AS7-3357:
"This is not going to be supported, please try to deploy standard webapps instead."
-
4. Re: Symbolic Linking in AS7
arkhalil Aug 12, 2012 12:14 AM (in response to jwulf)I accomplished this by mounting file system directory to the directory in my web application running the following command:
sudo mount -o bind /home/uploadedfiles $JBOSS_HOME/standalone/deployments/myapp.war/uploadedfiles
Have a look at https://community.jboss.org/thread/203669?tstart=0
Thanks.