how to disable tomcat caching?

后端 未结 4 2095
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-08 12:16

how to disable tomcat caching? I use this -



        
4条回答
  •  既然无缘
    2020-12-08 13:08

    cachingAllowed did not help. I resolved this by modifying :

        $CATALINA_HOME/conf/Catalina/localhost/thewebapp.xml
    

    which is the cached file of context.xml

提交回复
热议问题