Thursday, December 6, 2018

How to Configure the Integrated WebLogic Server's default domain in JDeveloper

As per Oracle docs,There are three supported ways to configure a domain with Quick Start. All domains will be pre-configured with IDE plugins for the Oracle SOA Suite components of your choice.

These are :
  1. Configure the Integrated WebLogic Server's default domain in JDeveloper. 
  2. Configure a standalone domain. 
  3. Configure a compact domain. 
In this post, we will see how to Configure the Integrated WebLogic Server's default domain in JDeveloper. This is the basic way to start with development of Oracle SOA applications without need of any DB.
In this case, the server is tied with your current JDeveloper session. When you quit JDeveloper, the Integrated WebLogic Server shuts down as well.
Every time you start a new JDeveloper session, you need to relaunch the Integrated WebLogic Server.

Follow Below steps after you have installed and opened Jdeveloper.

Go to Window => Application Servers or use shortcut Ctrl+Shift_G


This provides Applications Servers tab as shown.
Right click on IntegratedWebLogicServer and click on Create Default Domain
And provide password and keep all fields as it is.   

Next step is to start the server instance :
Follow below steps :
 
Your default domain is already configured with Oracle SOA Suite and Oracle Service Bus runtime components.

To log in to your domain Enterprise Manager Control, access below URL

http://127.0.0.1:7101/em

 
For OSB Service Bus Console use : 
http://127.0.0.1:7101/servicebus

Done.



No comments:

Post a Comment