In my application, after making any changes to jsp file, changes are not picked up untill I do a refresh or clear cache.
I was wondering where is jsp stored in cache as I can see all .js, css , images files stored in temporary files folder of IE. But I could not find jsp files.
So if anyone can help me out in guiding about how the jsps are cached and where, that would be appreciated.
Update : I am only interested in knowing about the how cache works for jsp.
- Does it happen at client end or at server end.
- Is there any way to stop caching for jsps.
- Or whenever jsps are updated, latest copies should be fetched else they can be fetched from cache.