setDomainEnv file in weblogic
@ECHO OFF @REM WARNING: This file is created by the Configuration Wizard. @REM Any changes to this script may be lost when adding extensions to this configuration. @REM ************************************************************************* @REM This script is used to setup the needed environment to be able to start Weblogic Server in this domain. @REM @REM This script initializes the following variables before calling commEnv to set other variables: @REM @REM WL_HOME - The BEA home directory of your WebLogic installation. @REM JAVA_VM - The desired Java VM to use. You can set this environment variable before calling @REM this script to switch between Sun or BEA or just have the default be set. @REM JAVA_HOME - Location of the version of Java used to start WebLogic @REM ...

Comments