2014年5月29日木曜日

Installation Steps OWSM and SOA

Oracle Web Services Manager offers a comprehensive and easy-to-use solution for policy management and security of service infrastructure. It provides visibility and control of the policies through a centralized administration interface offered by Oracle Enterprise Manager.

Web Services Manager is a component of SOA Suite.

OTN:
http://www.oracle.com/technetwork/middleware/webservices-manager/index.html

1. Software download:
http://www.oracle.com/technetwork/middleware/soasuite/downloads/downloads-085394.html
2. Installing the OWSM Agent and SOA Shiphome.
3.Installed wls1036_generic.jar as there was not option for 64 bit version.
Created Middleware Home(MW_HOME) for the WLS .
unzip all 6 zip files soa1.zip to soa6.zip
execute./soa/Disk1/runInstaller -jreLoc <jdk_loc>
4.Install the setup select the Middleware home given in earlier setup.
after installation set $ORACLE_HOME=$MW_HOME/Oracle_SOA1
5.Now you need to create Schema for the SOA suite. So for this we run the rcu utility.
execute. /rcu_home/bin/rcu where- rcu_home is the directory where the rcu.zip file is extracted.
6.Go to create and provide the data base connection details.
7.then select the SOA suit infrastructure here as below


8.Then hit create.
Now configure the SOA Domain : goto $ORACLE_HOME/common/bin
./config.sh and select create new weblogic domain.

select SOA suite owsm and Oracle JRf and EM as below.


9.To check deployments are up start the servers

$MW_HOME/user_projects/domains<domain-name>/bin
./startWeblogic.sh ----> to start the admin server.
./startManagedWeblogic.sh soa_server1 ---> to start the SOA server.


10.To ensure you have installed the server with right policy go to the URLhttp://host name:9001/wsm-pm/validator [in my case Admin server hosted at 9001]

Doc:
http://docs.oracle.com/cd/E28280_01/doc.1111/e14860/products.htm#BABHCBCG

Securing REST using Oracle WebService Manager 12.1.2
Doc:
http://www.oracle.com/technetwork/middleware/webservices-manager/rest-service-security-owsm-12c-1971795.pdf