how to refresh JSP pages?

help i cant get my JSP page to refresh..it keeps on displaying the old page even if i have edited the old one.im using tomcat 6.0 can someone help me please?
[178 byte] By [jayson17a] at [2007-11-27 9:11:46]
# 1
hi:if you want to updated your Jsp steps:*******delete your dir under tomcat x.0\work\standalone\localhost\(delete your dir )restart server....execute ur jsp page.. now it will display ur updated page...
drvijayy2k2a at 2007-7-12 21:57:37 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Simply republish the server.
BalusCa at 2007-7-12 21:57:37 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
thanks for the reply :)is there an easier way to do it? like tweaking the config files?
jayson17a at 2007-7-12 21:57:37 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 4
Some application servers have a development mode where they will check for updates on every request.
RaymondDeCampoa at 2007-7-12 21:57:37 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 5

I am not familiar with Tomcat, but for the App Server I have used before.

You have to remove the generated class file for the updated jsp files.

All jsp files will be generated as servlet class.

If there is an update on the file, you have to remove the class file to see the differences.

rym82a at 2007-7-12 21:57:37 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 6
In Eclipse, Window - Preferences - Server, you can set the server to automatically publish on save of an edited file.
BalusCa at 2007-7-12 21:57:37 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 7
In ur browser, make the seting for Check for newer versions of page as "Every visit to page" (this is for IE 6). or delete the temp. internet files. this will solve ur problem.
vinayak_ra at 2007-7-12 21:57:37 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 8
clear th cache then try
senthilmurugana at 2007-7-12 21:57:37 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...