- Go to the Oracle Internet Application Server site. Click on the Downloads tab and all available Application Server 10g Release 3 (10.1.3.x) Downloads will be displayed.
- Scroll down until you reach the Oracle Containers for J2EE section and click on Pure Java. The Oracle Application Server 10g Software Downloads will be displayed.
- Accept the License Agreement, then click on the Oracle Containers for J2EE 10g (OC4J) link. The download of the oc4j_extended_101350.zip file will start. Save this zip file on your workstation.
Install
- In your ${user.home} directory, create the directories oc4j/10.1.3.5.0/and unzip oc4j_extended_101350.zip file to the ${user.home}/oc4j/10.3.5.0 directory. The Create a system environmental variable ORACLE_HOME and set it to ${user.home}/oc4j/10.3.5.0. The full directory path ${user.home}/oc4j/10.3.5.0 will be your ORACLE_HOME.
For example: if ${user.home}=/users/rstone, the ORACLE_HOME=/user/rstone/oc4j/10.1.3.5.0.
- the configur
|