Changes in JSP page are not reflected
571164Apr 6 2007 — edited Apr 13 2007Hello all!
I created in JDeveloper 10.1.2.1 a simple JSP page. Then I ran the page using embedded oc4j - browser showed the page. That's OK. But when I update JSP code and run the page again I don't see any changes applied in browser!
It seems that page is downloaded from some cache. I can't understand from what one.
I'm sure it's not a browser - I cleared browser cache and inserted HTTP headers "Expires", "Pragma", "Cache-Control" in response but it didn't help. Besides I tested the same page with standalone oc4j - every time I change the page and refresh it in the browser I see new content.
Thank you in advance