R12 E-Business Suite Applications Technology Stack Steps To Enable Automatic Compilation of JSP pages in R12 Environment
(Doc ID 458338.1)
Last updated on FEBRUARY 22, 2023
Applies to:
Oracle E-Business Suite Technology Stack - Version 12.1.3 to 12.2 [Release 12.1 to 12.2]Information in this document applies to any platform.
Goal
E-Business Suite R12 Applications Technology Stack, Jserv, JDK, JVM, JRE related issues
In Release 11i, the deployment of a (custom) JSP was done as follows:
- Copy the file (for example: custom.jsp) to the web tier in the $OA_HTML directory.
- Request it in the browser like URL> http://<myhost.mydomain>:<port>/OA_HTML/custom.jsp.
The result on the web tier is that:
- The custom.jsp was compiled
- Output files of the compilation _custom.class (and _custom.java) are saved under the _pages directory
- The custom.jsp page is shown in the browser
Performing the same steps in Release 12 environment just shows a blank screen and no compilation of the custom.jsp is done. The steps in this Note explain how the same behavior as in Release 11i can be achieved in Release 12.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
Release 12.0 and 12.1 using OC4J |
Release 12.2 using WLS |
References |