Monday 21 December 2015

Oracle SOA 12.2.1 Installation - Create Service Bus Domain using WLST Script

Oracle SOA 12.2.1 Installation provide sample wlst script to create Service bus Domain.

The script is available in below location

%MW_HOME%\osb\common\wlst\create_samples_domain.py


To create the domain, open the cmd prompt as Admin, run the below command

C:\Oracle\Middleware\Oracle_Home\oracle_common\common\bin\wlst.cmd %MW_HOME%\osb\common\wlst\create_samples_domain.py



Note: All the configurations (Domain Name,Listening port, Password etc) are preloaded in the create_samples_domain.py script. If require, you can modify the script with your configurtion.

Default Settings
-------------------
Domain: ServiceBusSamples
port:        7021
domain location: C:\Oracle\Middleware\Oracle_Home\user_projects\samples\domains\servicebus

To start the server, go to the domain location and run the startWeblogic.bat script.




 The Domain is pre-loaded with sample OSB Project.
You can test the sample from below url

http://localhost:7021/examplesWebApp/index.jsp



Next, i will be posting Oracle SOA 12.2.1 installation and configuring standalone server


No comments:

Post a Comment