Installing SOA 12c - Quick Start
1. Go to https://www.google.com and search for "Download Oracle SOA 12c"
2. Open the first link from Oracle.com You will be redirected to Oracle SOA Suite Quick Start download. Tick the Accept the licence Agreements and download both the Parts (Part1 and Part2).
3. Once you've downloaded both the parts, unzip them into a single folder. Like D:\SOA_Setup
4. Check your latest Java installation and copy the java.exe location. Like in my case its:
C:\Program Files\Java\jdk 1.8.0_201\bin
5. Open the command prompt in Administrator Mode in same directory where you have unzipped the SOA JARs.
6. Run the following command:
:> <Location of java.exe> -jar <Full Path Location of fmw_12.2.1.3.0_soa_quickstart.jar>
Since we are in same path where we have extracted the SOA JARs, so we will run the following command:
:> "C:\Program Files\Java\jdk1.8.0_201\bin\java" -jar fmw_12.2.1.3.0_soa_quickstart.jar
You can check the log file if you get any errors. Log file location will be shown in command prompt.
7. You will be then presented the SOA Quick Start Installation wizard. Press Next button to continue.
8. You can choose "Skip Auto Updates" and press Next button.
9. Choose the Location for Oracle Home and press Next button.
10. Setup will then perform Prerequisite checks. If successful then press Next button, otherwise check the Log file by clicking View Log button.
11. Check the summary of installation and press Install button
12. Setup will then start the installation. Once completed press the Next button.
13. Click the Finish button, it will then open the JDeveloper.
14. Select the default role (Studio Developer) and you may also uncheck the option "Always prompt for role selection on startup" to avoid this dialog box appear again.
15. Press No button to skip importing preferences from previous version of JDeveloper
16. Select all file types and click OK button
17. JDeveloper will then display the Start Page
18. In Run menu click "Start Server Instance (IntegratedWebLogicServer)"
19. A dialog box will appear (only first time) asking for password. Create a new password for Weblogic Server (Username will be weblogic). Typically, we use welcome1 as the password. Note down the Listen Port.
20. Integrated Weblogic Server will start creating the domain
Comments
Post a Comment