Deploying Unifier from the Unifier_Home Directory on Linux

After creating the EAR file, deploy Unifier as follows:

  1. In the <unifier_home>\weblogic directory, create a setEnv.sh file by copying the setenv_sample.sh file.
  2. Edit the setenv.sh 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 the host name and port number used by the Unifier domain.
    • Use JavaFX 17 or JavaFX 21.
    • Verify that JAVA_HOME and JAVAFX_HOME are listed in the file, and set the variables to the JavaFX installation directory.
    • Set the USER_MEM_ARGS variable to specify the JVM maximum memory setting.
  3. Save setEnv.sh.
  4. Run startup.sh.
  5. Use the WebLogic Remote Console to deploy the application.
  6. 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

Deploying Unifier

Creating an EAR File from the Configurator

Deploying Unifier from the WebLogic Administration Console

Deploying Unifier to a WebLogic Cluster on Linux



Last Published Wednesday, August 5, 2026