Wednesday, September 11, 2019

INSTALLING WEBLOGIC 10.3.6 SERVER 

In this post, we are going to look into how to install WebLogic Server in Redhat or Oracle Linux 



[ i ] Start the WebLogic Installer. If you are using 64 bit, download the generic installer and use the -d64 as the option to install in 64-bit format. The command will be like below:

Syntax:  $JAVA_HOME/bin/java -d64 -Xmx1024m -jar <Weblogic Installer>

[oracle@oracleapp1 Downloads]$ $JAVA_HOME/bin/java -d64    -Xmx1024m   -jar wls1036_generic.jar
Extracting 0%....................................................................................................100%


[ii] Choose the middle-ware home where the WebLogic binaries will be installed


[iii] Choose the custom install to choose the components which will be installed with the WebLogic


[iv] Choose the components by selecting the checkboxes[this component can be chosen according to the business requirements ]


[v] Choose the correct JDK or Jrocket according to the WebLogic version.

[vi] Choose the location to install the WebLogic server binaries and coherence server binaries


[vii] Summary


[viii] once the installation is completed click done , next step is to create a domain in WebLogic server