In today’s article, we will be installing Oracle Weblogic server 14.1.1.0 on Java JDK 1.8 version on Linux 7 operating system.
Weblogic is the world’s best Java application server in terms of both security and accessibility, offered and supported by Oracle.
It provides high efficiency thanks to High Availability, Cluster and many corporate features.
You can access the Oracle installation files from the link below.
|
https://edelivery.oracle.com/ |
|
$ mkdir -p /u01/app/oracle/middleware $ mkdir -p /u01/app/oraInventory $ java - jar fmw_14.1.1.0.0_wls.jar |
|
$ cd /u01/app/oracle/middleware/user_projects/domains/base_domain $ startWebLogic.sh |
In our next articles, we will talk about Managed Server, Cluster and Deployment processes.