I edited my .jsp in the source code, made the .war, deployed, but I still see the old page in the browser, I looked into the tomcat/weblogs/my_application/WEB-INF/jsp page, the page is indeed changed. but why isn't tomcat refreshing it? where does tomcat keep its "cache"? I removed tomcat/work/Catalina , but after a few seconds, it regenerated the same old content thanks
【在 c******n 的大作中提到】 : I edited my .jsp in the source code, made the .war, deployed, : but I still see the old page in the browser, I looked into : the tomcat/weblogs/my_application/WEB-INF/jsp page, the page is indeed : changed. : but why isn't tomcat refreshing it? where does tomcat keep its "cache"? : I removed tomcat/work/Catalina , but after a few seconds, it regenerated : the same old content : thanks
done it, in fact if I remove the entire webapps/myproject the browser correctly gives some error saying server gave error
【在 m****i 的大作中提到】 : try to clear your browser cache?
w*2
8 楼
请问当时你的character reference都在哪里找到的?
m*o
9 楼
Do you see a 'work' directory under your tomcat? It should have a 'Catalina' subdirectory. If you do delete everything under Catalina.
【在 c******n 的大作中提到】 : I edited my .jsp in the source code, made the .war, deployed, : but I still see the old page in the browser, I looked into : the tomcat/weblogs/my_application/WEB-INF/jsp page, the page is indeed : changed. : but why isn't tomcat refreshing it? where does tomcat keep its "cache"? : I removed tomcat/work/Catalina , but after a few seconds, it regenerated : the same old content : thanks
i*l
10 楼
If this doesn't work, you should check your setting of Browsing history in IE, maybe you should reset the item of "Check for newer versions of stored pages"...
Catalina'
【在 m******o 的大作中提到】 : Do you see a 'work' directory under your tomcat? It should have a 'Catalina' : subdirectory. If you do delete everything under Catalina.