Wednesday 7 December 2016

Oracle SOA Suite 12c Installation

With the latest version of SOA/BPM Suite 12c (12.1.3), Oracle provides installations in 2 modes: Development and Production.
In the Development mode, and unlike previous versions, with 12c you can choose to download, install and run a complete environment on your local machine. All with only 1 installation file.
The production mode, on the other hand, includes full sets of components that allows you to set a production environment (or TEST/UAT).
In this post I will describe in few steps, how to download and install Oracle SOA suite 12c in development mode.
Please follow the next step in order to complete you Development environment preparation:
Download and install
  1. Download SOA Suite 12c:
    http://www.oracle.com/technetwork/middleware/soasuite/downloads/index.html?ssSourceSiteId=ocomen
    Choose you platform and click download:
    Download SOA Suite 12c
  2. Run the installation:
    You will first have to download and install Java SE Development Kit 7 (if not done already) –
    http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.htmlWhen done, run the command:
    C:\Java\jdk1.7.0_25\bin\java -jar fmw_12.1.3.0.0_soa.jar
  3. When the wizard starts, press next in the first page:wizad1
  4. Choose your Middleware Home:wizard2
  5. Verify that all prerequisite check succeeded, and press next:wizard3
  6. Press install:wizard4
  7. Verify that the installation completed successfully and press finish:wizard5

Start JDeveloper and Configure WL Domain
  1. Start Jdeveloper:
    jdeveloper
  2. Choose the default option:
    start Jdev
  3. The next thing, after starting jdeveloper, is to configure a WL domain. This step will actually create a local environment with Admin Server that will allow you to deploy and run your prcessess.
    Go to the “Application Server” tab (Window -> Application server), right click on the IntegratedWebLogicServer and choose “Create Default Domain”:
    Create Domain
  4. In the properties window fill the Admin Id and password (you can leave other fields with the default values), and press OK.
    The process will take few minutes:
    Create Domain 2
  5. In the end you will see a confirmation in the log:
    Create Domain 3

Start the SOA server
  1. Go to the “Application Server” tab (Window -> Application server), right click on the IntegratedWebLogicServer and choose “Start Server Instance”:
    start server
  2. When the server is up you will see the next line in the log:
    start server 2

That’s it. You can now start with your development.
Good Luck

No comments:

Post a Comment