How to disable caching of JSP's after compiling with ojspCompile.pl and restarting oc4j+httpd
Dear all,
with our developers we are facing tedious cache effects after modifying and compiling JSP's in our eBS R12 installation based on iAS 10.1.3.
We are modifying the JSP HelloWorld.jsp in directory /opt/oracle/HDEV01/apps/apps_st/comn/webapps/oacore/html on the server. Let's say, we just add a HTML comment to it.
Then we compile the file (with success, according to the log) and restart oc4j and the httpd with the following commands:
with our developers we are facing tedious cache effects after modifying and compiling JSP's in our eBS R12 installation based on iAS 10.1.3.
We are modifying the JSP HelloWorld.jsp in directory /opt/oracle/HDEV01/apps/apps_st/comn/webapps/oacore/html on the server. Let's say, we just add a HTML comment to it.
Then we compile the file (with success, according to the log) and restart oc4j and the httpd with the following commands:
- $FND_TOP/patch/115/bin/ojspCompile.pl --compile --flush -s HelloWorld.jsp
- adopmnctl.sh restartproc process-type=OC4J:oacore
- adopmnctl.sh restartproc process-type=HTTP_Server
Tagged:
0