Weblogic Installation Steps
Weblogic Installation Steps
LinkedIn: https://www.linkedin.com/in/prathamesh-sawant7882
$ cd /u01
2. Extract the JDK to a directory of your choice. This tutorial uses /u01/app. For
example:
$ mv jdk1.8.0_211 jdk
Name: Prathamesh Sawant
LinkedIn: https://www.linkedin.com/in/prathamesh-sawant7882
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.
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.
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
Wait for the progress to reach 100% and then click Next.
Progress
Installation
Click Finish.
Complete
$ cd /u01/app/fmw/oracle_common/common/bin
2. Start the Configuration Wizard.
$ ./config.sh
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.
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:
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.