Create a WebLogic Server Domain for Oracle DMW
Create a WebLogic domain with the suggested name DMWDomain
following
instructions in Creating WebLogic Domains Using the Configuration Wizard at https://docs.oracle.com/en/middleware/fusion-middleware/12.2.1.3/wldcw/toc.htm
.
During domain creation, do the following.
- Advanced Configuration
- Select Oracle Common Options
- Select Templates
- Select Development Mode
- Create a WebLogic Server "Machine"
- Create a Managed Server and Assign it to the Machine
- Deployment Targeting
- Services Targeting
- Support SSL Wildcards and SSL Web Services
- Restart the WebLogic Server
Parent topic: Install Oracle WebLogic Server
Advanced Configuration
The first time you run config.sh, you must select the following in the Advanced Configuration screen:
- Administration Server
- Node Manager
- Managed Servers, Clusters and Topology
- Deployment and Services
Parent topic: Create a WebLogic Server Domain for Oracle DMW
Select Oracle Common Options
During domain creation, select Generate a domain configured automatically to support the following products and then select:
- Oracle JRF - 12.2.1.3.0 (oracle common)
- Oracle Enterprise Manager - 12.2.1.3.0 (em)
- Oracle WSM Policy Manager - 12.2.1.3.0 (oracle common)
Parent topic: Create a WebLogic Server Domain for Oracle DMW
Select Templates
In the Create Domain Using Product Templates step, select the following templates:
- Basic WebLogic Server Domain - 12.2.1.3.0 (wlserver)
- Oracle Enterprise Manager - 12.2.1.3.0 (em)
- Oracle WSM Policy Manager - 12.2.1.3 (oracle_common)
- Oracle JRF SOAP/JMS - 12.2.1.3.0 (oracle_common)
- WebLogic Coherence Cluster Extension - 12.2.1.3.0 (wlserver)
- Oracle JRF - 12.2.1.3.0 (oracle_common) (Selected by default when you select the Enterprise Manager in Select Oracle Common Options.)
Parent topic: Create a WebLogic Server Domain for Oracle DMW
Select Development Mode
In the Configure Server Start Mode and JDK step, select Development Mode.
You will change to Production mode later; see Change WebLogic Server to Production.
Parent topic: Create a WebLogic Server Domain for Oracle DMW
Create a WebLogic Server "Machine"
During domain creation, create a Machine with the suggested name DMWMachine
. A machine is the logical representation of the computer that hosts one or more WebLogic Server instances. Each Managed Server must be assigned to a machine.
Parent topic: Create a WebLogic Server Domain for Oracle DMW
Create a Managed Server and Assign it to the Machine
During domain creation, create a Managed Server with the suggested name DMWServer
and assign it to the DMW Machine.
Note:
The following instructions refer to this Managed Server as DMWServer and the Machine as DMWMachine.
Parent topic: Create a WebLogic Server Domain for Oracle DMW
Deployment Targeting
- In the Deployment Targeting screen, select AppDeployment and Library from the Deployments column.
- Select DMWServer from the Deployments Targets column.
- Press the > button between the columns.
Parent topic: Create a WebLogic Server Domain for Oracle DMW
Services Targeting
- In the Services Targeting screen, select JDBCSystemResource from the Services column.
- Select DMWServer from the Deployments Targets column.
- Press the > button between the columns.
Parent topic: Create a WebLogic Server Domain for Oracle DMW
Support SSL Wildcards and SSL Web Services
If you are using HTTPS, check the following settings and change them if necessary to
support SSL wildcards. For example, use
*.
company
.com
instead of
server
.company
.com
.
- Log in to the WebLogic Server Console and open the SSL tab.
- Set Hostname Verification =
Custom Hostname Verifier
. - Set Custom Hostname Verifier =
weblogic.security.utils.SSLWLSWildcardHostnameVerifier
- Select Use JSSE SSL. This is required for HTTPS SSL web services, not specifically for wildcards. If you are using HTTP, do not select this setting.
- Save.
Parent topic: Create a WebLogic Server Domain for Oracle DMW
Restart the WebLogic Server
For information on starting and stopping the WebLogic Server, see the Oracle® Fusion Middleware Managing Server Startup and Shutdown for Oracle WebLogic Server 12.2.1.3.0 at:
-
HTML:
https://docs.oracle.com/middleware/12213/wls/START/toc.htm
-
PDF: You can download a PDF version of the same document in the same location by right-clicking the PDF link and selecting Save Target As.
Log Files Log files for the AdminServer and the DMWServer are located in:
middleware_home/user_projects/domains/DMWDomain/servers/AdminServer/logs
and
middleware_home/user_projects/domains/DMWDomain/servers/DMWServer/logs
Parent topic: Create a WebLogic Server Domain for Oracle DMW