1 Planning the Oracle WebLogic Server Installation
- Using this Document
There are certain scenarios that you want to use this guide for, and other sources of information. - About the WebLogic Server and Coherence Standard Installation Topology
The standard installation topology has a standard WebLogic Server domain. - Running the Installer in Silent Mode
You can install using the-silent
flag on the command line when you start the installer. - Roadmap for Installing and Configuring the Installation Topology
This document has all the procedures you need to install and configure WebLogic Server. Within the procedures, this document refers to additional information you can use if you want to create a modified version of this topology. - Roadmap for Verifying Your System Environment
This topic has important information that you must read and understand before you begin installation and configuration steps. It identifies important tasks and checks that verify your environment is properly prepared to install and configure Oracle WebLogic Server and Coherence. - Obtaining the Oracle WebLogic Server and Coherence Distribution
To download Oracle WebLogic Server and Coherence software for development or evaluation, go to theSoftware Downloads
page.
Using this Document
There are certain scenarios that you want to use this guide for, and other sources of information.
This section contains the following topics:
- Using the Standard Installation Topology as a Starting Point
This guide helps you create the standard installation topology for Oracle WebLogic Server and Coherence. You can extend this topology to make it highly available and secure so that it is suitable for a production system. - Using this Document in an Upgrade Scenario
If you are installing Oracle WebLogic Server and Coherence as part of an upgrade procedure, follow procedures in this guide to install the software, but do not run the Configuration Wizard to create a WebLogic domain. - Using this Document to Extend a Domain
Procedures in this document describe how to create a new domain; you can use the same procedures to extend an existing domain. - Oracle WebLogic Server Installers
This guide describes how to use the Oracle WebLogic Server and Coherence distribution to install and configure runtime development, test, or production environments for Oracle WebLogic Server.
Parent topic: Planning the Oracle WebLogic Server Installation
Using the Standard Installation Topology as a Starting Point
This guide helps you create the standard installation topology for Oracle WebLogic Server and Coherence. You can extend this topology to make it highly available and secure so that it is suitable for a production system.
The standard installation topology represents a sample topology for this product; it is not the only topology that Oracle supports. See Understanding the Standard Installation Topology in Planning an Installation of Oracle Fusion Middleware.
Parent topic: Using this Document
Using this Document in an Upgrade Scenario
If you are installing Oracle WebLogic Server and Coherence as part of an upgrade procedure, follow procedures in this guide to install the software, but do not run the Configuration Wizard to create a WebLogic domain.
After you install the software, go to Overview of the Upgrade Process in Upgrading Oracle WebLogic Server.
Parent topic: Using this Document
Using this Document to Extend a Domain
Procedures in this document describe how to create a new domain; you can use the same procedures to extend an existing domain.
If you do this, be sure to read Installing Multiple Products in the Same Domain in Planning an Installation of Oracle Fusion Middleware for important information.
If you are creating a new domain but your needs do not match the steps in a procedure, be sure to make your selections accordingly and see the supporting documentation for more details.
Parent topic: Using this Document
Oracle WebLogic Server Installers
This guide describes how to use the Oracle WebLogic Server and Coherence distribution to install and configure runtime development, test, or production environments for Oracle WebLogic Server.
-
The quick installer is a lightweight installer that is intended for development-only environments and contains all the necessary artifacts to develop and test Java applications. The quick installer is run directly from the command line. Installations performed with the quick installer can be patched using the standard Oracle patching tool, OPatchAuto.
This version of Oracle WebLogic Server and the quick installer requires JDK 1.8.0_251 or later, or JDK 11.0.6 or later. Ensure that you have the proper JDK version installed and ready for use before starting.
The quick installer file name is
fmw_14.1.1.0.0_wls_lite_quick_generic.jar
. -
The supplemental quick installer is a lightweight installer that is intended for development-only environments and contains all the necessary artifacts to develop and test sample Java applications on Oracle WebLogic Server.
The optional supplemental quick installer has components such as the sample applications and Administration Console additional language help files.
The supplemental quick installer file name is
fmw_14.1.1.0.0_wls_supplemental_quick_generic.jar
. -
The slim quick installer is a lightweight installer that is intended for development, test, and production environments and contains all Oracle WebLogic Server and Oracle Coherence server runtime software, but does not contain examples, WebLogic console, WebLogic clients, Maven plug-ins and Java DB. This installer is used for development and production usage of Docker or CRI-O images and containers in Kubernetes, when WebLogic console monitoring and configuration is not required.
The slim quick installer does not have a graphical installer, and can be run only from the command line.
The slim quick installer file name is
fmw_14.1.1.0.0_wls_lite_quick_slim_generic.jar
.
To set up a development environment, see:
-
Obtaining the Oracle WebLogic Server and Coherence Distribution to find the installers. The quick and suplemental installers include instructions to install and configure the development environment.
-
Overview of WebLogic Server Application Development in Developing Applications for Oracle WebLogic Server for a complete list of what to keep in mind when you set up a development environment for Oracle WebLogic Server.
-
Installing the Oracle JDeveloper Software in Oracle Fusion Middleware Installing JDeveloper to install Oracle JDeveloper, an integrated development environment (IDE) for building applications using the latest Java, XML, Web services, and SQL standards.
Parent topic: Using this Document
About the WebLogic Server and Coherence Standard Installation Topology
The standard installation topology has a standard WebLogic Server domain.
The following figure shows the standard installation topology for Oracle WebLogic Server and Coherence:
Figure 1-1 Oracle WebLogic Server and Coherence Topology
Description of "Figure 1-1 Oracle WebLogic Server and Coherence Topology"
This topology has a standard WebLogic Server domain that contains two Managed Servers in a cluster and an Administration Server, all configured on one host.
See these topics:
- WebLogic Server and Coherence Standard Installation Topology Elements
This section describes the standard installation topology elements.
Parent topic: Planning the Oracle WebLogic Server Installation
WebLogic Server and Coherence Standard Installation Topology Elements
This section describes the standard installation topology elements.
See Roadmap for Installing and Configuring the Installation Topology for a roadmap that describes steps to create this topology.
Table 1-1 Oracle WebLogic Server and Coherence Standard Installation Topology Elements
Element | Description and Links to Additional Documentation |
---|---|
APPHOST |
Standard term in Oracle documentation for the machine that hosts the application tier. |
WebLogic Domain |
Logically related group of Java components. In this case, the Administration Server, Managed Servers, and other related software components. See What is an Oracle WebLogic Server Domain? in Understanding Oracle Fusion Middleware. |
Administration Server |
Domain central control entity. Maintains domain configuration objects and distributes configuration changes to Managed Servers. See What is the Administration Server in Understanding Oracle Fusion Middleware. |
Cluster |
A collection of multiple WebLogic Server instances running simultaneously and working together. See Understanding Managed Servers and Managed Server Clusters in Understanding Oracle Fusion Middleware. |
Machine |
Logical representation of the computer that hosts one or more WebLogic Server instances (servers). Machines are also the logical glue between Managed Servers and Node Manager; to start or stop a Managed Server with Node Manager, the Managed Server must be associated with a machine. |
Managed Server |
Host for your applications, application components, Web services, and their associated resources. See Understanding Managed Servers and Managed Server Clusters in Understanding Oracle Fusion Middleware. |
Running the Installer in Silent Mode
You can install using the -silent
flag on the command line when you start the installer.
See the following topics in Installing Software with the Oracle Universal Installer for details on silent mode and the steps to run it.
Parent topic: Planning the Oracle WebLogic Server Installation
Roadmap for Installing and Configuring the Installation Topology
This document has all the procedures you need to install and configure WebLogic Server. Within the procedures, this document refers to additional information you can use if you want to create a modified version of this topology.
The following table shows steps required to install and configure Oracle WebLogic Server:
Table 1-2 Oracle WebLogic Server and Coherence Installation Procedure
Task | Description | Documentation |
---|---|---|
Verify your system environment |
Before starting the installation, verify that your system meets minimum system and network requirements. |
|
Obtain the appropriate distribution |
To create the topology this section describes, obtain the Oracle WebLogic Server and Coherence distribution. |
Obtaining the Oracle WebLogic Server and Coherence Distribution. |
Determine your installation directories |
Verify that the installer can create or access installer directories that it needs to create. Also, verify that the directories exist on systems that meet the minimum requirements. |
What are the Key Oracle Fusion Middleware Directories? in Understanding Oracle Fusion Middleware. |
Install the software |
Run the installation program to install the software. |
Installing the Oracle WebLogic Server and Coherence Software |
Create a WebLogic domain |
Use the Configuration Wizard to create a WebLogic domain. |
|
Perform post-installation tasks |
Start to manage components in the domain or continue to modify your environment for high availability. |
Parent topic: Planning the Oracle WebLogic Server Installation
Roadmap for Verifying Your System Environment
This topic has important information that you must read and understand before you begin installation and configuration steps. It identifies important tasks and checks that verify your environment is properly prepared to install and configure Oracle WebLogic Server and Coherence.
Table 1-3 Roadmap to Verify Your System Environment
Task | Description | Documentation |
---|---|---|
Verify certification and system requirements. |
Verify that your operating system is certified and properly configured for WebLogic Server and Coherence installation and configuration. |
See Verifying Certification, System Requirements and Interoperability in Planning an Installation of Oracle Fusion Middleware. |
Identify a proper installation user. |
Verify that the installation user has the proper permissions to install and configure the software. |
See Selecting an Installation User in Planning an Installation of Oracle Fusion Middleware. |
Select the installation and configuration directories on your system. |
Verify that you can create the necessary directories for installation and configuration, according to the recommended directory structure. |
See Selecting Directories for Installation and Configuration in Planning an Installation of Oracle Fusion Middleware. |
Install a certified JDK. |
The installation program for the distribution requires that your system have a certified JDK. |
See Installing a JDK in Planning an Installation of Oracle Fusion Middleware. Note: Oracle WebLogic Server 14c (14.1.1.0.0) supports JDK version 1.8.0_241 or later, and 11.0.6 or later. |
Parent topic: Planning the Oracle WebLogic Server Installation
Obtaining the Oracle WebLogic Server and Coherence Distribution
To download Oracle WebLogic Server and Coherence software for development or
evaluation, go to the Software Downloads
page.
To obtain Oracle WebLogic Server and Coherence, follow these steps:
Parent topic: Planning the Oracle WebLogic Server Installation