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?