B Installing WebLogic Server for Developers
This section includes the following topics:
- Files Included with WebLogic Server Development
The development installation has two JAR files. - Downloading the Installers
This section details how to download the installers from the Oracle Technical Resources page. - WebLogic Server for Developers Installation Prerequisites
The Developers installation has disk space and JDK requirements. - Installing WebLogic Server for Developers
The WebLogic Server for Developers installation uses Oracle Universal Installer to run a silent operation. No input is needed. - Creating a Development Domain
You create a development domain in the same way you normally do for WebLogic Server using either the Configuration Wizard or WebLogic Scripting Tool (WLST). - Starting and Accessing the Domain
You start your domain before accessing the Administration Console. - Upgrading a Development Installation
To upgrade a development installation, you must download and install the new distribution to a new location. After installing the new distribution, use the Fusion Middleware Reconfiguration Wizard or WLST to associate an existing domain with the new installation. - Patching a Development Installation
You use the Oracle Patching tool (OPatchAuto) to apply patches to a WebLogic Server development installation. - Removing the WebLogic Server for Developers Installation
Use the Oracle Universal Installer (OUI) deinstallation tool to remove a WebLogic Server for Developers installation.
Files Included with WebLogic Server Development
The development installation has two JAR files.
-
Base development installer—Contains required WebLogic Server components:
-
Essential development files, such as Core Application Server and Coherence
-
WebLogic Server Administration Console
-
WebLogic client JAR files
-
TopLink
-
Jackson (open-source Java JSON processor)
-
Jersey (open-source RESTful Web Services framework)
-
Maven (open-source repository manager)
-
OPatchAuto
-
OUI installation and deinstallation files
The base installer does not include:
-
Native JNI libraries for unsupported platforms
-
Oracle Configuration Manager (OCM)
-
Web services clients
-
Server samples
-
Coherence examples
-
WebLogic Server Administration Console Language help files
-
Derby evaluation database
-
-
Supplement development installer—this JAR file adds the following optional WebLogic Server components to an existing base development installation:
-
Server examples
-
Derby evaluation database
-
WebLogic Server Administration Console Language help files
-
Coherence examples
-
Web services clients
Note:
For up-to-date information and known issues for WebLogic Server for Developers base and supplemental installers, see README files available for each development installer on the Oracle download site.
-
Parent topic: Installing WebLogic Server for Developers
Downloading the Installers
This section details how to download the installers from the Oracle Technical Resources page.
To download the files:
Parent topic: Installing WebLogic Server for Developers
WebLogic Server for Developers Installation Prerequisites
The Developers installation has disk space and JDK requirements.
The WebLogic Server for Developers installation requires:
-
A minimum of 800MB of disk space
-
JDK 1.8.0_251 or later, or JDK 11.0.6 or later
Before you run the installer:
-
Set
JAVA_HOME
in the shell window you are using to run the installation.Operating System Example Commands Linux
export JAVA_HOME=/myhome/jdk1.8.0_251
Mac
export JAVA_HOME= /Library/Java/JavaVirtualMachines/1.8.0.jdk/Contents/Home
export USER_MEM_ARGS="-Xmx1024m"
Windows
set JAVA_HOME=C:\Program Files\java\jdk1.8.0_251
-
For Mac environments, Oracle recommends that you set the
Xmx
memory argument -
Create the
ORACLE_HOME
directory prior to starting the installation. This directory must exist and must be empty before running the basic installer.
Parent topic: Installing WebLogic Server for Developers
Installing WebLogic Server for Developers
The WebLogic Server for Developers installation uses Oracle Universal Installer to run a silent operation. No input is needed.
You must install the WebLogic Server for Developers base installation first. After it installs, if you want components included in the supplemental installer, run the WebLogic Server for Developers supplemental installation using the same steps.
Topics in this section include the following:
- Installing from the ORACLE_HOME Directory
Follow these steps to run the installer from theORACLE_HOME
directory. - Installing from a Directory Other Than ORACLE_HOME
Follow these steps to run the installer from a directory other thanORACLE_HOME
directory
Parent topic: Installing WebLogic Server for Developers
Installing from the ORACLE_HOME Directory
Follow these steps to run the installer from the ORACLE_HOME
directory.
Parent topic: Installing WebLogic Server for Developers
Installing from a Directory Other Than ORACLE_HOME
Follow these steps to run the installer from a directory other than ORACLE_HOME
directory
Parent topic: Installing WebLogic Server for Developers
Creating a Development Domain
You create a development domain in the same way you normally do for WebLogic Server using either the Configuration Wizard or WebLogic Scripting Tool (WLST).
Oracle recommends that you create the domain outside the ORACLE_HOME
directory.
To create a domain using the Configuration Wizard:
For detailed information about Configuration Wizard screens, click Help or see Overview of the Configuration Wizard in Creating WebLogic Domains Using the Configuration Wizard.
To create a domain using WLST, see Create WebLogic Domains Using WLST Offline in Understanding the WebLogic Scripting Tool.
Parent topic: Installing WebLogic Server for Developers
Starting and Accessing the Domain
You start your domain before accessing the Administration Console.
To start your WebLogic domain and access the Administration Console:
For more about starting and stopping WebLogic Server, see Starting and Stopping Servers in Administering Server Startup and Shutdown for Oracle WebLogic Server.
For more about the WebLogic Server Administration Console, see Start the Console in Oracle WebLogic Server Administration Console Online Help.
Parent topic: Installing WebLogic Server for Developers
Upgrading a Development Installation
To upgrade a development installation, you must download and install the new distribution to a new location. After installing the new distribution, use the Fusion Middleware Reconfiguration Wizard or WLST to associate an existing domain with the new installation.
To upgrade a domain by using the Reconfiguration Wizard:
For more details on the Reconfiguration Wizard, click Help or see Introduction in Online Help.
To upgrade a domain using WLST, see Reconfiguring a WebLogic Domain Using WebLogic Scripting Tool in Upgrading Oracle WebLogic Server.
Parent topic: Installing WebLogic Server for Developers
Patching a Development Installation
You use the Oracle Patching tool (OPatchAuto) to apply patches to a WebLogic Server development installation.
For information about upgrading WebLogic Server, see About Rolling Updates in Upgrading Oracle WebLogic Server.
Parent topic: Installing WebLogic Server for Developers
Removing the WebLogic Server for Developers Installation
Use the Oracle Universal Installer (OUI) deinstallation tool to remove a WebLogic Server for Developers installation.
To remove a WebLogic Server for Developers installation:
For more information about deinstallation, see Uninstalling Oracle WebLogic Server and Coherence.
Parent topic: Installing WebLogic Server for Developers