WebLogic Server 12.2.1 Multitenancy Oracle-By-Example Tutorials
A set of tutorials that present guides for the Multitenancy features, including:
- Installing WebLogic Server 12.2.1 using the Fusion Middleware Infrastructure Installer
- Creating a Domain that supports Multitenancy and Fusion Middleware Control
- Creating Domain Partitions
- Resource Groups and Resource Group Templates
- Virtual Targets
- Deploying the MedRec Sample Application in a Single Domain Partition
- Working with Multiple Applications in Domain Partitions
Release Date: 16-AUG-2015
Created by: Tom Eliason
The Fusion Middleware Infrastructure installer with WebLogic Server supports a Restricted (Java Required Files) JRF configuration that does not require a database. In contrast, the standard JRF configuration requires a database and requires the Repository Creation Utility to create the database schemas. This tutorial uses the Restricted JRF configuration so a database is not required.
This is a tutorial in the Oracle WebLogic Server 12.2.1 Multitenancy Oracle-By-Example Tutorials series.
Duration: 15 minutes
This tutorial creates a WebLogic Server 12c (12.2.1) Restricted JRF domain that supports WebLogic Server, Coherence and Fusion Middleware Control.
Duration: 5 minutes
WebLogic Server 12.2.1 Multitenancy - Create a Single Domain Partition - Oracle-By-Example Tutorial
Configuring a Single Domain Partition uses WebLogic 12.2.1 Multitenancy for several benefits: - Separation between the Administrative Domain and Application Domain Partition - for Security Realms, JDBC Data Sources, JMS services, and other application services - Management and Monitoring for Application Domain Partition components - Use Virtual Targets to service the Application Domain Partition using another host and port
The sample Avitek Medical Records application (MedRec) is used in this tutorial - the MedRec application is a web front-end on a Derby database back-end, and it is configured to be deployed using a Resource Group Template. The high-level process in this tutorial for configuring an application for WebLogic 12.2.1 Multitenancy includes: - Creating the Resource Group Template - A Resource Group Template is a collection of deployable resources to be used as a template; for the MedRec application in this tutorial, the Resource Group Template includes the medrec.ear and the JDBC Data Source - Creating the Security Realm - A Domain Partition can use the Domain Security Realm, or a different Security Realm; in this tutorial, the Domain Partition uses a different Security Realm to enable a different set of users to administrate the Domain Partition - Creating the Virtual Target - In this tutorial, the MedRec application uses the localhost address and port 9999. - Creating the Domain Partition - The Domain Parition in this tutorial is the realization of the Resource Group Template, custom Security Realm, and Virtual Target - creating a specific instance of the MedRec sample application.
Duration: 30 minutes
WebLogic Server 12.2.1 Multitenancy - Deploy Sample Application - Oracle-By-Example Tutorial
In this tutorial you learn to configure and deploy the Avitek Medical Records (MedRec) Sample Application to WebLogic Server 12.2.1.
The MedRec sample application demonstrates aspects of the Java Platform, Enterprise Edition (Java EE) and MedRec is designed as an educational tool for all levels of Java EE developers. Configuring and deploying MedRec to WebLogic Server 12.2.1 is a prerequisite for several other tutorials and this tutorial uses a single-server domain.
This tutorial describes the Policies and Actions component of the WebLogic Diagnostics Framework (WLDF) that provides the means for monitoring server and application states and then sending actions based on criteria set in the policies. Policies and actions are configured as part of a diagnostic module targeted to one or more server instances in a domain.
Duration: 45 minutes
This tutorial describes how to migrate a WebLogic Server domain to a domain partition. The Domain to Partition Conversion Tool (D-PCT) provides the ability to migrate existing applications and resources from a non-multitenant domain to a multitenant domain partition.
The Domain to Partition Conversion Tool (D-PCT) provides the ability to migrate an existing WebLogic Server 10.3.6, 12.1.2, 12.1.3 or 12.2.1 domain to a partition in a WebLogic Server 12.2.1 domain. This tool consists of two components: an export tool, which is used on the WebLogic Server installation that hosts the source domain; and an import tool, which is used on the target WebLogic Server 12.2.1 installation.
You can use this tool to create and configure partition, resource groups, and resource group templates. By default, this tool moves all applications, libraries, and resources to the new partition. Optionally, it also provides a mechanism for selecting individual applications, libraries, and resources.