由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - J2EE: why is my .jsp not refreshed?
相关主题
HTTP Status 404 The requested resource (/abc/index.jsp) is not available.j2ee启动时, 启动了tomcat吗?
Run Servlet with Tomcat想试试Jboss,下乃个?
大家愿意讨论一下log4j么in eclipse EE , how to build a tomcat/web application?
求助!Tomcat下设置servlets的问题大家都是怎么自学J2EE的
tomcat 访问硬盘文件的问题, 3x问一个J2EE和Tomcat问题
tomcat连接mysql求助Eclipse EE
菜鸟请教版上大虾--如何用Java建一个连接Dababase的Tomcat网页关于Jsp timeout
servlet-mapping causing http 404 errorTomcat Hot deployment
相关话题的讨论汇总
话题: tomcat话题: jsp话题: catalina话题: j2ee话题: refreshed
进入Java版参与讨论
1 (共1页)
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.

1 (共1页)
进入Java版参与讨论
相关主题
Tomcat Hot deploymenttomcat 访问硬盘文件的问题, 3x
Re: Desperately need help on DB2 connection through jdbc in jsp pagetomcat连接mysql求助
[转载] Urgent Help needed about Java Servlet?菜鸟请教版上大虾--如何用Java建一个连接Dababase的Tomcat网页
still web.xml questionservlet-mapping causing http 404 error
HTTP Status 404 The requested resource (/abc/index.jsp) is not available.j2ee启动时, 启动了tomcat吗?
Run Servlet with Tomcat想试试Jboss,下乃个?
大家愿意讨论一下log4j么in eclipse EE , how to build a tomcat/web application?
求助!Tomcat下设置servlets的问题大家都是怎么自学J2EE的
相关话题的讨论汇总
话题: tomcat话题: jsp话题: catalina话题: j2ee话题: refreshed