Mine is JSF 2.2 + primefaces based webapplication which gives facility to upload images. I am storing uploaded images in Resources/images folder of webapp.
When we redeploy new war file, all images are lost. How to solve this? images should be retained across deployments. I am using tomcat 8
please help
Thanks Bhargav