Thursday, May 5, 2011

Plan : How to enable automatic compilation of JSP pages in R12

How to enable automatic compilation of JSP pages in R12
Step1 - Login into E-Business suite as SYSADMIN and select System Administrator
responsibility
Step2 -Select function AutoConfig (under Oracle Applications Manager)
For each web tier server, we need to perform the following:
click on pencil icon under Edit Parameters ,Select tab System and expand section jtff_server.
Step3 - Change value for the entry s_jsp_main_mode from justrun to recompile Confirm the change
by clicking Save button.
Step4 - Run AutoConfig to propagate the changes to the configuration files.Verify that the $INST_TOP/ora/10.1.3/j2ee/oacore/application-deployments/oacore/html/orion-web.xml has the following:
Check param-name "main_mode" under init-param variables .Its changed into "recompile"
Step5 - Restart the web tier services.