Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to force Tomcat to reload a JSP

843836May 30 2004 — edited May 31 2004
I have to test my JSP code on a remote host (my deployment server) which operates Tomcat. Though I am testing my codes locally too, there are limitations as the database and folder structures are not entirely replicable. So I too often need to upload my codes for final check.
But the problem is most of the time, Tomcat returns the result from the previous code. Is there a way, apart from restarting Tomcat, to force Tomcat to load the newest code each time a client requests?
I tried by deleting the contents of tomcat/work folder, but doesn't work.
Or is my browser setting has something to do with this?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 28 2004
Added on May 30 2004
3 comments
704 views