Wednesday, April 24, 2013

Weblogic Important Environment Variables

1)
$BEA_HOME / $MW_JOME = Installation Directory  
For example :
C:/Oracle/Middleware
2)
$JAVA_HOME = $BEA_HOME/ jrockit_160_14_R27.6.5-32   OR  $MW_HOME/ jrockit_160_14_R27.6.5-32
3)

$WL_HOME  =WLS product  directory.

For example:
WL_HOME= D:\Oracle\Middleware\wlserver_10.3 OR $BEA_HOME\wlserver_10.3 OR  $MW_HOME\wlserver_10.3
4)
$PATH Must include the WLS bin directory and path to your Java executable.
For example:
PATH=$WL_HOME/server/bin:$JAVA_HOME/bin;$PATH
5)

$LD_LIBRARY_PATH  Path to the native libraries.
$WL_HOME/server/lib/solaris:$WL_HOME/server/lib/solaris/oci816_8 etc.
6)
$CLASSPATH
You can set the CLASSPATH either as an option on the java command line used to start servers, or as an environment variable.

No comments: