|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here! |
|
#1
|
||||
|
||||
|
JSP page not refreshing in browser
Everytime I edit a JSP file, and try to refresh the JSP in the browser, I don't get an updated version... just the original page that I viewed first. Anyone got a solution?
I tried deleting the work directory under the %tomcatHome% directory, and that seems to work until I view the page, and tomcat creates this work directory again. So when I try to refresh the page, because the work folder is still there, the page does not get refreshed. Weird... any solutions? Thanks again. |
|
#2
|
|||
|
|||
|
Check your browser settingsd as well; things like page-caching can cause your problem.
Erwin |
|
#3
|
|||
|
|||
|
Also consider the behavior of Tomcat in Windows.
WAR files are locked from other threads while the server is up. To replace a deployed WAR you can either bounce the server or use the bundled manager application. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Java Help > JSP page not refreshing in browser |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|