Creating an Example WebLogic Domain
This section provides the steps to create example weblogic domains of OSB and SOA which are created under osbapp and soaapp. Before executing the below scripts, Repository Creation Utility (RCU) should be used to create schemas required for the respective domains and the values of prefix & password used for creation of schemas should be specified in the configuration menu.
Oracle does recommend the usage of example domains for production use.
Creating an OSB Example Domain
Follow the procedure below to create an OSB example domain:
1. Ensure that values are set for the following menu items.
Please refer to Appendix B - “8. OSB Configuration” for more information.
OSB Port Number
OSB SSL Port Number
JDBC URL for database
OSB Service Table Schema Name
OSB Service Table Schema Password
2. Run the following commands:
Linux:
cd $SPLEBASE/bin
./createDomain.sh –t OSB
 
Windows
cd %SPLEBASE%/bin
./createDomain.cmd –t OSB
Creating a SOA Example Domain
Follow the procedure below to create a SOA example domain:
1. Ensure that values are set for the following menu items.
Refer to SOA Configuration for more information.
SOA Port Number
SOA SSL Port Number
JDBC URL for database
SOA Service Table Schema Name
SOA Service Table Schema Password
2. Run the following commands:
Linux:
cd $SPLEBASE/bin
./createDomain.sh –t SOA
 
Windows
cd %SPLEBASE%/bin
./createDomain.cmd –t SOA