Table of Contents

Search

  1. Preface
  2. Installation Overview
  3. Pre-Installation Tasks
  4. Hub Store Installation
  5. Hub Store Post-Installation Tasks
  6. Hub Server Installation
  7. Hub Server Post-Installation Tasks
  8. Process Server Installation
  9. Process Server Post-Installation Tasks
  10. ActiveVOS Post-Installation Tasks for the Application Server
  11. ActiveVOS Post-Installation Tasks for the Business Entity Adapter
  12. Customize ActiveVOS
  13. Troubleshooting the MDM Hub
  14. Uninstallation

Installation Guide for Oracle Database with IBM WebSphere

Installation Guide for Oracle Database with IBM WebSphere

Configure the Protocol of the ActiveVOS URL

Configure the Protocol of the ActiveVOS URL

You can configure the protocol of the ActiveVOS URL in the
build.properties
file.
  1. Find the
    build.properties
    file in the following directory:
    • On UNIX.
      <
      MDM Hub installation directory
      >/hub/bin
    • On Windows.
      <
      MDM Hub installation directory
      >\hub\bin
  2. Change the protocols of the following parameters from
    http
    to
    https
    .
    • activevos.mdm.sif.url
    • activevos.mdm.cs.url
  3. Save the
    build.properties
    file.
  4. Navigate to the following directory:
    • On UNIX.
      <
      MDM Hub installation directory
      >/hub/server
    • On Windows.
      <
      MDM Hub installation directory
      >\hub\server
  5. Run the following command to deploy the Hub Server application and apply changes to the security configuration:
    On UNIX
    WebLogic
    patchInstallSetup.sh -Dweblogic.password=<
    WebLogic password
    > -Ddatabase.password=<
    your database password
    >
    WebSphere
    patchInstallSetup.sh -Ddatabase.password=<
    your database password
    >
    JBoss
    patchInstallsetup.sh -Ddatabase.password=<
    your database password
    >
    On Windows
    WebLogic
    patchInstallSetup.bat -Dweblogic.password=<
    WebLogic password
    > -Ddatabase.password=<
    your database password
    >
    WebSphere
    patchInstallSetup.bat -Ddatabase.password=<
    your database password
    >
    JBoss
    patchInstallsetup.bat -Ddatabase.password=<
    your database password
    >
    On UNIX, if you include an exclamation mark (!) character in the password, you must include a backslash (\) before the exclamation mark (!) character. For example, if the password is
    !!cmx!!
    , enter
    \!\!cmx\!\!
    .

0 COMMENTS

We’d like to hear from you!