Deploying Unifier from the Unifier_Home Directory on Linux
After creating the .EAR file, deploy Unifier as follows:
- In the <unifier_home>\weblogic directory, create a
setEnv.shfile by copying thesetenv_sample.shfile. - Edit the
setenv.shfile as follows:- Set the
domain_homevariable to specify the path of the domain home folder that will be used by Unifier. - Set the
admin urlvariable to specify the host name and port number used by the Unifier domain. - Set the
java_homevariable to the JDK installed directory. - If you are using JDK 11, set the
JAVAFX_HOMEvariable to the JAVAFX installed directory. If you install a new version of JavaFX, select Release 17; do not install Release 20 or later. - Set the
USER_MEM_ARGSvariable to specify the JVM maximum memory setting.
- Set the
- Save setEnv.sh.
- Run startup.sh.
- Run deploy.sh.
- When prompted, enter the WebLogic administrator user name and password.
The Unifier application will be deployed in WebLogic using the variables set in the setEnv.sh.
Note This process may take several minutes.
Related Topics
Creating an EAR File from the Configurator
Deploying Unifier from the WebLogic Administration Console
Deploying Unifier to a WebLogic Cluster on Linux
Last Published Friday, December 12, 2025