Installing Oracle ADF (11g Only)
For WebLogic 11g, install Oracle ADF as follows:
- Download ADF:
- Go to: http://www.oracle.com/technetwork/developer-tools/adf/downloads/index.html
- Select Application Development Runtime and download ADF 11.1.1.7 version.
- Install ADF into the same WebLogic Middleware Home directory where Gateway is installed as follows:
- Change to the Disk1 directory:
cd Disk1
- Run the installer:
On Linux and Solaris: ./runInstaller,
and then enter the path to the JDK.
On Windows: setup -jreLoc <JAVA_HOME>
where <JAVA_HOME> is the path to the JDK. For example, /unit/u01/java/jdk1.7.0_75.
Note: The JDK folder name must not contain spaces.
- On the Welcome screen, select Next.
Note: Click Next on each screen to advance to the next step.
- Skip all Software updates.
- If all prerequisite checks pass, select Next.
- On the Specify Installation Location screen enter the location of the Middleware_Home to install ADF.
You maybe warned about existing oracle_common being detected. Select Yes, if you are sure this is the correct Middleware_Home.
- On the Application Server screen, select WebLogic.
- On the Installation Summary screen, confirm all settings are correct and select Install.
- When install is complete, select Finish.
- Proceed to run the RCU. For more details, see Running the Repository Creation Utility (RCU).