1. Copy the file, for example: myjsp.jsp to the server in the $OA_HTML directory
2. Request it in the browser like http://myhost.mydomain:myport/OA_HTML/myjsp.jsp
After the above steps, the middle tier compiles the JSP automatically on first access and if you go to $COMMON_TOP/_pages directory, you could see the new .class file generated.
Same steps in R12 of Ebusiness will just show you a blank screen.
To change this behavior in R12, we can follow these steps:
1. Login into E-Business suite and select System Administrator responsibility
2. Select function AutoConfig (under Oracle Applications Manager)
3. For each AppsTier server perform the following:
3a Change the value for the entry s_jsp_main_mode from justrun to recompile
3b Confirm the Action and save.
3c Run AutoConfig to push the changes to
$INST_TOP/ora/10.1.3/j2ee/oacore/application-deployments/oacore/html/orion-web.xml
3d Verify that the changes have been made to orion-web.xml
4. Restart the Middle Tier Services
5. Clear your browser cache
6. Launch the new .jsp as
http://www.myhost.mydomain.com:myport/OA_HTML/myjsp.jsp