In the Welcome page, select Create a New WebLogic Domain and click Next.

Deploying ADF Applications 2-7 Framework Runtime option in the installer. The local host is the host with the Administration Server. Or, if there are existing Oracle WebLogic Server installations, use the Oracle Installer for JDeveloper to install the ADF runtime into the WebLogic Server installations on both hosts by selecting the Application Development Framework Runtime option. For more information on installation, see Section 2.2.1, How to Install the ADF Runtime to the Application Server Installation. 2. Run the Oracle Fusion Middleware Configuration Wizard to create a new Oracle WebLogic Server domain. In the wizard, select the Oracle JRF option, as described in Section 2.2.2.1, Creating an Oracle WebLogic Server Domain for Oracle ADF. 3. On the local host, run the Oracle Fusion Middleware Configuration Wizard to create Managed Servers. 4. On the local host, start the Administration Server and the Managed Server. For example, cd ORACLE_HOMEuser_projectsdomainbase_domainbin .startWeblogic.sh .startManagedWebLogic.sh ManagedServer_1 http:localhost:7001 5. On the local host, pack the Managed Server configuration information into a JAR and then copy the JAR to the remote host. This JAR contains the JRF template information. For example, cd ORACLE_HOMEoracle_commoncommonbin .pack.sh -managed=true -domain=......user_projectsdomainsbase_domain -template=......base_domain_managed.jar -template_name= Base Managed Server Domain cp ......base_domain_managed.jar remote_machine_ORACLE_HOME 6. On the remote host, unpack the Managed Server configuration JAR. For example, cd ORACLE_HOMEoracle_commoncommonbin .unpack.sh -domain=......user_projectsdomainsbase_domain -template=......base_domain_managed.jar If the Managed Server was created after the domain was, you must delete the entire domain configuration directory of the Managed Server before running unpack. 7. On the remote host, start the Node Manager. For example, cd ORACLE_HOMEwlserver_10.3serverbin .startNodeManager.sh 8. On the remote host, if the Managed Server was not created with the JRF template applied, run the applyJRF WLST command to extend the Managed Server with the JRF template. Also, if the Managed Server was created after the domain was, you must delete the entire domain configuration directory of the Managed Server before running applyJRF.