Updating the SIMULIA Execution Engine Properties File

To complete the configuration of the secure Federation feature, a single setting in the acs.properties file needs to be updated for each server.

After completing the following steps, you will need to repeat the steps for each server (replace Server1 with Server2).

  1. Navigate to the following directory in your SIMULIA Execution Engine installation:

    <see_install_dir>/config/

  2. In the text editor of your choice, open the acs.properties file.

  3. Locate the following entry in the file:

    #fiper.b2b.url=

  4. Remove the leading # character from the entry.

  5. Add the following string to the end of the entry (after the = sign), replacing local_system with the actual name of the local system and ssl_port_forserver1 with the SSL listen port of the WebLogic managed server1 that is hosting the Federation application:

    https://<local_system>:<ssl_port_for_server1>

  6. Save and close the file.

  7. On any SIMULIA Execution Engine used in the Federation environment, stop and restart the WebLogic Administration Server and all managed servers. For more information, refer to the SIMULIA Execution Engine Installation and Configuration Guide - WebLogic.

  8. Repeat steps 2 through 7 for each server (replace Server1 with Server2).