Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

FlexDeploy is a J2EE application which must be installed on either a WebLogic or GlassFish application server.

...

  • Login into the WebLogic Administration Console
    • http://<adminserver host>/<adminserver port>/console
  • Create a WebLogic Cluster and Managed Server for installation of the FlexDeploy EAR file.
    • For the purpose of these instruction let's assume you named the cluster FlexDeploy_Cluster, and the managed server FlexDeploy_Server1. You can name the cluster and managed server as you please but the preceding names will be referenced in the remainder of this section.

      Info

      Make sure to apply JRF Template on WebLogic Managed Server (FlexDeploy_Server1)

    • Click on the FlexDeploy_Server1 server. From the Configuration tab, and the Server Start sub-tab, enter the following values in the Arguments section.

      Code Block
      languagetext
      titleJVM arguments
      -verbose:gc -Xms1024m -Xmx2048m -Dflexagon.fd.install.root=/opt/flexdeploy/application -Dflexagon.fd.repository.root=/opt/flexdeploy/repository -Doracle.jdbc.autoCommitSpecCompliant=false -Doracle.mds.cache=simple -Djava.awt.headless=true


Info
FlexDeploy install root(-Dflexagon.fd.install.root) and FlexDeploy repository root(-Dflexagon.fd.repository.root) values should be replaced by the directories created in Server Working Directory and Artifact Repository, respectively.

...