Here are the steps for someone who wants to install Oracle Service Bus in a Windows 7 machine. Entire installation process can be divided into 6 major steps. In my next post I will share detailed screen shoots of each steps.
- Installing Java – JDK is only required to run the generic .jar file. If you already have a JDK installed onto your system, you may skip this step.
- Installing Weblogic Server – This is a simple step run java –jar wls1036_generic.jarcommand and follow the installation screen.
- Downloading Oracle Enterprise Pack Eclipse (OEPE) – http://www.oracle.com/technetwork/developer-tools/eclipse/downloads/oepe-11118-521475.html This step can be bit confusing. Unlike its 32bit its 64 bit counterpart DOES NOT shipped with OEPE (Oracle Enterprise Pack Eclipse). One needs to download the right version of OEPE without this step one cannot use the OSB IDE. Still they can develop most of the OSB components using web console a.k.a sbconcole or Service Bus console. Below table will give you a good idea about the different version compatibility
OSB Version
|
Weblogic Version
|
OEPE Version
|
11.1.1.6.0
|
10.3.6
|
11.1.1.8.0 (OEPE Indigo)
|
11.1.1.5.0
|
10.3.5
|
11.1.1.7.2 (OEPE-Helios)
|
11.1.1.4.0
|
10.3.4
|
11.1.1.6.1 (OEPE-galileo)
|
11.1.1.3.0
|
10.3.3
|
11.1.1.5
|
After download correct version of OEPE , unzip the jar and place it under the same folder where you have installed your weblogic server (a.k.a Oracle Home). Make sure to trim the folder name.
- Running RCU (Repository Creation Utility) – This utility is required IF AND ONLY IF you want to install MDS, which will be needed for installing OWSM (Oracle Web Service Manager).
- Installing Oracle SOA Suite 11g – This step is needed for installing OWSM and its extension for OSB.
- Installing Oracle Services Bus 11g – Main installer run without much of trouble, if above steps are properly executed.
No comments:
Post a Comment