Task 1: Install Oracle JDeveloper Studio

3-4 Oracle Fusion Middleware Developers Guide for Oracle SOA Suite

3.2.3 Task 3: Install Oracle SOA Suite

To successfully deploy and run the Fusion Order Demo applications, you must complete an installation for Oracle SOA Suite. Specifically, the domain contains an Administration Server and a Managed Server. Installing Oracle SOA Suite requires the following ■ Creating schemas for Oracle SOA Suite in an Oracle database ■ Installing Oracle WebLogic Server ■ Configuring a domain in Oracle WebLogic Server to support Oracle SOA Suite, Oracle Enterprise Manager, and optionally, Oracle BAM. Oracle BAM is not required for the Fusion Order Demo, but if an Oracle BAM Server is configured, Oracle BAM adapters send data to the Oracle BAM Server. After the domain is created, it contains an Administration Server to host Oracle Enterprise Manager Fusion Middleware Control for performing administrative tasks, a Managed Server to host deployed applications, and, if you configured Oracle BAM, a second Managed Server for the Oracle BAM Server. For instructions on installing and configuring Oracle SOA Suite, see the Oracle Fusion Middleware Installation Guide for Oracle SOA Suite and Oracle Business Process Management Suite. After successfully completing the installation process, perform the following additional configuration steps: 1. Enable the credentials that are included in the StoreFront module by adding a setting to the configuration file for the domain: a. Locate the configuration file set for the Oracle SOA Suite domain in the following directory: UNIX MW_HOMEuser_projectsdomainsdomain_namebinsetDomainEnv.sh Windows MW_HOME\user_projects\domains\domain_name\bin\setDomainEnv.cmd b. Add the following option to the JAVA_PROPERTIES UNIX or the SET JAVA_PROPERTIES Windows line: -Djps.app.credential.overwrite.allowed=true For more information about setting this property, see Oracle Fusion Middleware Fusion Developers Guide for Oracle Application Development Framework. c. If the Oracle WebLogic Server Administration Server is running, stop it: On UNIX, as the root user, change directories to directory MW_HOMEuser_ projectsdomainsdomain_namebin and enter the following command: .stopWebLogic.sh On Windows, from the Windows Start menu, select All Programs Oracle WebLogic User Projects domain_name Stop Admin Server. d. Start the Administration Server: On UNIX, from directory MW_HOMEuser_projectsdomainsdomain_ name bin, enter the following command: .startWebLogic.sh On Windows, from the Windows Start menu, select All Programs Oracle WebLogic User Projects domain_name Start Admin Server.