How to purge tomcat's cache when deploying a new .war file? Is there a config setting?

前端 未结 10 986
忘掉有多难
忘掉有多难 2020-12-09 14:43

I have a simple hello, world servlet application that I am just playing around with, and pushing it out to my tomcat server on a VPS.

When I make a change to my code

10条回答
  •  抹茶落季
    2020-12-09 15:22

    I encountered some weird behaviour that did not reflect the actual code base so after some time trying several solutions, my problem was solved by manually deleting everything under /var/cache/tomcat8/

提交回复
热议问题