The following is an example of a WEBLOGIC12C installation configuration environment
1. View Java version and run path
(1) View the currently running Java version
#java-version
(2) View the currently running Java path
#which Java
2. Environment variable setting
Export java_home=/dba/soft/jdk1.6.0_34 Export path= $JAVA _home/bin: $PATH Export Wls_home=/dba/wls/oracle/middleware |
3. Output environment variable value
[Email protected] ~]$ echo $JAVA _home /dba/soft/jdk1.6.0_34 [Email protected] ~]$ echo $PATH /dba/soft/jdk1.6.0_34/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/ Home/weblogic/bin [Email protected] ~]$ echo $WLS _home /dba/wls/oracle/middleware |
This article Li Junjie (Network Name: casing), engaged in "system architecture, operating systems, storage devices, databases, middleware, applications" six levels of systematic performance optimization work
Welcome to the System performance Optimization Professional group, to discuss performance optimization technology together. Group number: 258187244
WebLogic related environment variable settings under Linux