Two possibilities:
1) Deploy your application as an exploded directory
(
http://wiki.jboss.org/wiki/Wiki.jsp?page=ExplodedDeployment ). Then your code can upload
files into one of the directories within your app.
2) Place the images into a subdirectory of the server/default/data directory. You can use
the jboss.server.data.dir system property to locate the data directory.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4078378#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...