Posted By:
tim_fox
Posted On:
Tuesday, April 12, 2011 12:08 PM
Pete,
You may actually have a caching problem as opposed to a file system or server config issue. When you build JSP's that will likely display different data each time they are displayed, you need to tell both your browser and your server not to cache the page. Off the top of my head, I can't remember the HTML tags you need, but they are easy to find using our best friend Google. Make sure you use BOTH the client and server-side commands to disable caching of the pages.
Good Luck!
TGF