I switched from Eclipse to Jdeveloper. I had a strange problem that I could solve, but could not understand.
Whenever I made any changes to HTML in Jdeveloper web projects, the changes were not reflected when the HTML was re-run. Old web pages continued to flow into the web browser. The same source code. Same CSS / JS. I found that as long as my browser had proxy settings, the changes were not reflected. But if I turned off proxies, the changes made to HTML were reflected. The web page was displayed with the changes made for the last time.
By proxy set, I mean the proxy server settings located on the following Window → Start menu → Internet settings → Connections → LAN settings → Proxy server
I tried to run the resulting URL in Google Chrome, Firefox, and Internet explorer. While the web browser was using proxies, changes made to the HTML were not shown, starting it again.
In Eclipse Juno, I just needed to clear the Tomcat directory to display the changes.
Can anyone explain why this is happening?
java eclipse html proxy jdeveloper
Aseem bansal
source share