Hi,
I have an app that allows users to upload images to a the server.
Where should I place the images directory? If I use a directory outside of the webapps directory , I can’t use relative urls to show the images in jsp pages. If I use a directory under the webapps directory, it is destroyed with each rebuild of the app.
Maybe I could prevent the images folder being deleted during rebuilds? But how?
Thanks,
John Pedersen