c******n 发帖数: 4965 | 1 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 | m****i 发帖数: 712 | 2 try to clear your browser cache?
【在 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
| c******n 发帖数: 4965 | 3 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?
| m******o 发帖数: 774 | 4 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 发帖数: 78 | 5 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.
|
|