0% found this document useful (0 votes)
119 views5 pages

Weblogic Installation Steps

This document provides instructions to download and install Java Development Kit (JDK) 1.8, Oracle WebLogic Server 12c, and create a basic WebLogic Server domain on Linux. It describes downloading JDK from Oracle website, extracting and installing it. It then explains downloading WebLogic generic installer, extracting and launching it to install WebLogic Server. Finally it guides configuring a basic domain using Configuration Wizard and starting the Administration Server.

Uploaded by

Bhaskar K
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
119 views5 pages

Weblogic Installation Steps

This document provides instructions to download and install Java Development Kit (JDK) 1.8, Oracle WebLogic Server 12c, and create a basic WebLogic Server domain on Linux. It describes downloading JDK from Oracle website, extracting and installing it. It then explains downloading WebLogic generic installer, extracting and launching it to install WebLogic Server. Finally it guides configuring a basic domain using Configuration Wizard and starting the Administration Server.

Uploaded by

Bhaskar K
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Name: Prathamesh Sawant

LinkedIn: https://www.linkedin.com/in/prathamesh-sawant7882

Download JDK 1.8 and the WebLogic


Server 12c Generic Installer
1. Open a web browser and navigate to the Java SE Downloads page
at http://www.oracle.com/technetwork/java/javase/downloads/index.html.
2. Scroll down to the Java SE 8u211 section and click JDK Download.
3. On the Java SE Development Kit 8 Downloads page, accept the license agreement and
download the jdk-8u211-linux-x64.tar.gz JDK to the /u01 directory.
Note: This tutorial uses the jdk-8u211-linux-x64.tar.gz file. Later versions
of JDK 1.8 should work but have not been tested with this tutorial.
4. In the web browser, navigate to the Oracle Fusion Middleware Software Downloads page
at http://www.oracle.com/technetwork/middleware/weblogic/downloads/index.html.
5. Accept the license agreement, then in the Oracle WebLogic Server 12c section of the page,
select Generic Installer from the menu and click Download File.
6. Save the file, fmw_12.2.1.4.0_wls_Disk1_1of1.zip, to the /u01 directory
on your system.

Install the JDK


1. Open a terminal window and change to the directory where you downloaded the JDK.

$ cd /u01
2. Extract the JDK to a directory of your choice. This tutorial uses /u01/app. For
example:

$ tar -zxvf jdk-8u211-linux-x64.tar.gz -C /u01/app

The tar options used in this command are:


o z - unzip
o x - extract
o v - verbose
o f - filename
o C - extract the contents of the file to a specific directory, in this case /u01/app.
Note that this is an uppercase C.
The JDK is extracted into the /u01/app/jdk1.8.0_211 directory.
3. Optionally, rename the JDK directory to make the name more generic. For example,
rename the directory to jdk:

$ mv jdk1.8.0_211 jdk
Name: Prathamesh Sawant
LinkedIn: https://www.linkedin.com/in/prathamesh-sawant7882

Install WebLogic Server Using the


Generic Installer
1. In a terminal window, navigate to the directory where you downloaded the installer and
unzip the installer file.

2. $ cd /u01
3. $ unzip fmw_12.2.1.4.0_wls_Disk1_1of1.zip
4. Archive: fmw_12.2.1.4.0_wls_Disk1_1of1.zip
5. inflating: fmw_12.2.1.4.0_wls.jar

inflating: fmw_12.2.1.4.0_readme.htm

The generic installer jar file and readme.htm file are extracted to the /u01 directory.
6. Set the JAVA_HOME and PATH environment variables. Set JAVA_HOME to the
directory where you installed the JDK and set the PATH variable to the bin directory of
the JDK.

$ export JAVA_HOME=/u01/app/jdk
$ export PATH=${JAVA_HOME}/bin:$PATH
7. Launch the generic installer.

8. $ java -jar fmw_12.2.1.4.0_wls_generic.jar


9. Launcher log file is /tmp/OraInstall2019-04-30_11-46-
09AM/launcher2019-04-30_11-46-09AM.log.

Extracting the installer...

After the installer extracts the files, it analyzes your system to see if it meets the minimum
requirements (CPU speed, for example). If your system meets the requirements, the
graphical Oracle Universal Installer starts.
10. Step through the windows in the graphical installer as described here.

In this window: Do the following:

Accept the default locations and then click OK.


Installation
Note that this window only displays the first time you install any Oracle pro
Inventory
on this host.

Welcome Click Next.

Skip Auto
Leave Skip Auto Updates selected and then click Next.
Updates

Installation Enter the directory to be used as the Oracle Home directory and then click N
Location This tutorial uses /u01/app/fmw.
Name: Prathamesh Sawant
LinkedIn: https://www.linkedin.com/in/prathamesh-sawant7882

Select WebLogic Server and then click Next. Selecting WebLogic Server
Installation Type
installs both WebLogic Server and Coherence.

Prerequisite
Wait for all checks to complete successfully and then click Next.
Checks

Installation Review the installation information. If everything looks acceptable,


Summary click Install.

Installation
Wait for the progress to reach 100% and then click Next.
Progress

Installation
Click Finish.
Complete

Create a Basic WebLogic Server Domain


1. Open a terminal window and navigate to
the ORACLE_HOME/oracle_common/common/bin directory. This tutorial
uses /u01/app/fmw as the Oracle Home directory.

$ cd /u01/app/fmw/oracle_common/common/bin
2. Start the Configuration Wizard.

$ ./config.sh

The Configuration Wizard opens.


3. In the Configuration Type screen, select Create a New Domain. Then, in the Domain
Location field, specify the domain home directory and then click Next.
This tutorial uses /u01/domains/ExampleDomain as the domain home directory.
4. In the Templates screen, accept the Create Domain Using Product Templates and Basic
WebLogic Server Domain template default selections and then click Next.
Note: The Basic WebLogic Server Domain template cannot be deselected. It is the only
required template.
5. In the Administrator Account screen, enter a username and password for the default
WebLogic Server administrator account, and then click Next.
Important: Make a note of this username and password. You will need it to start the
Administration Server and access the Administration Server Console.
6. In the Domain Mode and JDK screen, select Production in the Domain Mode section. In
the JDK section, leave the default Oracle HotSpot 1.8.0_211 /u01/app/jdk option selected
and then click Next.
Note: The version and location of your HotSpot JDK may be different.
7. In the Advanced Configuration screen, select Administration Server and then click Next.
8. In the Administration Server screen, enter these values and then click Next.
Name: Prathamesh Sawant
LinkedIn: https://www.linkedin.com/in/prathamesh-sawant7882

o Server Name: AdminServer (the default)


o Listen Address: All Local Addresses
o Listen Port: 7001
o Enable SSL: Deselected

Note: In the Listen Address field, you can also select the host name or IP address of the
machine. However, using the setting All Local Addresses simplifies the process of porting
the domain across machines with different IP addresses.

9. In the Configuration Summary screen, review the configuration and then click Create.
10. In the Configuration Progress screen, wait for the progress to reach 100% and then
click Next.
11. In the End of Configuration screen, make note of the domain location and the Admin
Server URL and then click Finish.

Start the Administration Server


1. Open a terminal window and navigate to the domain directory. This tutorial
uses /u01/domains/ExampleDomain.

2. $ cd /u01/domains/ExampleDomain
3. In the domain directory, enter this command to start the Administration Server using the
start script.

$ ./startWebLogic.sh
4. At the prompt, enter the administrator username and password that you specified when you
created the domain.
5. As the script continues to run, look for this message:

<Apr 24, 2023 12:20:24,666 PM PDT> <Notice>


<WebLogicServer> <BEA-000365> <Server state changed to
RUNNING.>

This message indicates that the Administration Server is up and running.

Access the WebLogic Server


Administration Console
1. Open a browser window and enter the console URL:

http://localhost:7001/console
Name: Prathamesh Sawant
LinkedIn: https://www.linkedin.com/in/prathamesh-sawant7882

2. On the Welcome screen, enter the user name and password that you entered when you
created the domain, and then click Login.

You might also like