Tomcat - want to clear cache of app being undeployed

后端 未结 1 1015
轻奢々
轻奢々 2021-01-13 07:31

I\'ve got Tomcat6 running on my Ubuntu server 14.04 minimal platform and had deployed a .war file.

However, things did not go right during the initial setup of the a

1条回答
  •  时光取名叫无心
    2021-01-13 07:56

    In Tomcat you have a folder called "work".

    Go to /work/Catalina/
    

    In this location you will find your application. Delete the application from this location and try to redeploy your application and give a try !!!

    0 讨论(0)
提交回复
热议问题