Same-Server and Multiple Server (Vertical Deployment)

To configure the WebTop or WebDashboard for a vertical deployment, you must edit the corresponding properties file.

  1. Navigate to the directory <see_install_dir>/x.x./config/ in your installation.

  2. In the text editor of your choice, open the .properties file that corresponds to the application you are configuring.

  3. Locate the following entry in the file, where <application> is either webtop or webdashboard:

    fiper.<application>.acs.cprfile=
    

  4. Update the path following the = sign to point to the .cpr file that will be used to connect to the WebTop or WebDashboard (the .cpr file that matches the SIMULIA Execution Engine that the WebTop or WebDashboard will use). For example:

    c:/simulia/Isight/2017/config/seecomputer.cpr
    

    Important: Be sure to use forward slashes in your path.

  5. Verify that the following two settings are commented out (have the # sign at the beginning of the setting) as shown below:

    #fiper.<application>.acs.server=
    #fiper.<application>.acs.port=
    

  6. Locate the fiper.system.esihome= entry.

  7. Verify that the entry is correctly pointing to the operating system of your SIMULIA Execution Engine installation directory, including the operating system directory name, and make sure that the line is uncommented. For example:

    c:/simulia/Isight/2017/win_b64
    

  8. Save and close the file.

  9. Stop and restart the managed servers. For more information, see Stopping the SIMULIA Execution Engine Server.

  10. Proceed to Configuring the Connection Profile.