Configure the Installation

  1. From a command prompt, navigate to the directory where you unzipped the Synthetic Server installer package.
  2. Copy the sample configuration file: cp inputs.groovy.sample inputs.groovy
  3. Edit the file inputs.groovy and make changes to the properties listed below:
    PropertyChange to MakeDescription
    db_hostAssign the URL to the machine hosting your on-premises EUM Server to the db_host property.The public DNS to the machine hosting the EUM Server.
    db_portChange the value to "3388". This is the default port for the EUM Server's MySQL database.The port that the EUM Server's MySQL database is listening on.
    db_usernameChange the value to eum_user . This is the default user for the EUM Server.The MySQL user that accesses the EUM Server's MySQL database.
    db_passwordAssign the password for the MySQL user eum_user to remotely access the EUM Server's MySQL database.The password that you set for the user that is specified by db_username . The value of db_username should be eum_user .
    collector_hostAssign the public DNS to the machine hosting your on-premises EUM Server to the collector_host property.The public DNS to the machine hosting the EUM Server.
    collector_portConfirm that the value is "7001". This is the default port of the EUM Server.The port that the EUM API Server and EUM Collector are listening on. The default is '7001'.
    key_store_passwordAssign the key store password you set when installing your on-premises EUM Server to the key_store_password property.The key store password you set during the installation of the EUM Server.

    localFileStoreRootPath

    Assign a file path where you want the Synthetic Server to store data to the localFileStoreRootPath property. The Synthetic Server must be able to read and write to the path and the files in the path.The path where the Synthetic Server stores data such as the measurement results and the screenshots.