Configure SOA Suite
During the configuration, the Oracle Fusion Middleware Configuration Wizard automatically creates Managed Servers in the domain to host the Fusion Middleware system components. Oracle recommends that you use the default configuration settings for these Managed Servers. If you modify the default configuration settings, then you will have to perform some manual configuration steps before the Fusion Middleware environment can be started.
Depending on your selections, the following Managed Servers (default names shown) are created:
•soa_server1 - Hosts Oracle SOA
•bam_server1 - Hosts Oracle BAM
If this is a new installation and you need to create a new WebLogic domain, follow the steps below
The Domain creation process:
1. Navigate to the following DIR in Unix based systems.
[oracle@fusn01 bin]$ pwd
/u01/app/Fusion/Middleware/wlserver_10.3/common/bin
2. Run config.sh
Select Create option.
Select Products for which the domains needs to be created
Enter Domain name and location where the domain needs to be stored.
Enter the Administrator user/password details
Enter thr startup role and the JDK location depending on your installation and requirements.
Click on each schema and enter the Database name, Hostname and the port where RCU had created schemas(Refer Part1) and click next
Select Server which you like to modify
Enter the details and click next
Review the screen and the options selected and then click on create
Note down the console URL and confirmation of successful domain creation
Start Weblogic Server:
cd DOMAIN_HOME/startWebLogic.sh
cd /u01/app/Fusion/Middleware/user_projects/domain/pracdba_domain/
./startWebLogic.sh
You should see this message to see that the web server is started successfully.
CompositeStoreMXBeanImpl is registered as domain runtime mbean.
PostInstallConfigIntegration:oracle_ias_farm target auth registration is done.
ADF Library non-OC4J post-deployment (millis): 126
Enter Login Details
You can now start deploying your applications.
No comments:
Post a Comment