Re: Tomcat not scanning WEB-INF/Tmp

2018-11-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Johan, On 11/30/18 05:13, Johan Compagner wrote: > Why are you writing stuff in the web app folder? Problem with this > is that the WAR doesn't even need to be extracted depending on > configuration. > > I would always try to avoid this and use jav

Re: Tomcat not scanning WEB-INF/Tmp

2018-11-30 Thread Arjuna Bandara
Hello, Hope you are looking for a similar answer like this.. https://stackoverflow.com/questions/1489665/is-it-possible-to-turn-off-taglib-scanning-in-tomcat Regards Arjuna On Fri, 30 Nov 2018 3:37 pm , wrote: > > > Hi, > > I have a problem in the start phase of Apache > Tomcat/7.0.90 > Insid

Re: Tomcat not scanning WEB-INF/Tmp

2018-11-30 Thread Johan Compagner
Why are you writing stuff in the web app folder? Problem with this is that the WAR doesn't even need to be extracted depending on configuration. I would always try to avoid this and use java's own tmp folder mechanism for a writeable folder Does the servlet spec also not have something like this?

Tomcat not scanning WEB-INF/Tmp

2018-11-30 Thread galli . tommaso
Hi, I have a problem in the start phase of Apache Tomcat/7.0.90 Inside the folder WEB-INF I have a subfolder called Tmp (application/WEB-INF/Tmp) where sometimes I put a lot of files and folders (more then 100.000) and after 24h I clean this folder. But if in the meantime I need to restart the