| Author |
externalize resources from webapp
|
Adrian Precub
Greenhorn
Joined: Jan 31, 2008
Posts: 11
|
|
Hello,
I have a web app in which the user uploads some images to the server.
Currently the upload is done in the deployed dir of the war file and every time i restart the server i lose all the uploaded pictures.
I understand that JBoss AS has a directory name data in server/default/data in which i can save the pictures and i do that.
My problem is that i don't know how to retrive those pictures and display them in a jsp.
From the servlet i set a bean on the request that contains a name a price and i want it to contain a path to an image in the data folder .
Can you please tell me how i can do that?
Thank you
|
SCJP 1.5 SCWCD 5
|
 |
Adrian Precub
Greenhorn
Joined: Jan 31, 2008
Posts: 11
|
|
Never mind, i solved the problem
If anyone is interested i found the solution here http://community.jboss.org/wiki/ExternalDirectories
|
 |
 |
|
|
subject: externalize resources from webapp
|
|
|