After creating the .EAR file, deploy Unifier as follows:
- In the <unifier_home>\weblogic directory, create a
setenv.bat
file by copying thesetenv_sample.bat
file. - Edit the
setenv.bat
file as follows:- Set the
domain_home
variable to specify the path of the domain home folder that will be used by Unifier. - Set the
admin url
variable to specify host name and port number used by the Unifier domain. - Set the
java_home
variable to the JDK installed directory. - Set the
USER_MEM_ARGS
variable specify the JVM maximum memory setting.
- Set the
- Save setEnv.bat.
- Run startup.bat.
- Run deploy.bat.
- When prompted, enter the WebLogic user name and password.
Unifier is deployed in WebLogic using the variables set in setEnv.bat.
Note: This process may take several minutes.