Re: How to prevent tomcat from deleting a webapp on restart

2017-09-12 Thread James H. H. Lampert
On 9/11/17, 6:00 PM, Aryeh Friedman wrote: I have setup a webapp (main app) that is uploaded with a war file and second one ("images") that is just a dir in the webapp dir, no war file. Sometimes (not always) on tomcat restart/system reboot images gets deleted. How can I prevent this.

Re: How to prevent tomcat from deleting a webapp on restart

2017-09-11 Thread Olaf Kock
On 12.09.2017 03:00, Aryeh Friedman wrote: I have setup a webapp (main app) that is uploaded with a war file and second one ("images") that is just a dir in the webapp dir, no war file. Sometimes (not always) on tomcat restart/system reboot images gets deleted. How can I prevent this. That's