I'm using Netbeans 8.2. for JavaEE Webapp with a TomEE 1.7.xx Server. I need a folder with images, that is changed by the users. Therefore I can't have the folder within in my project, because with war deployment it would be overwritten all the time with my development files.
Does anyone know how I can handle this?