Versions Compared

Key

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

...

  1. From the Server Admin hompage, click Manage Default _data.

Click the Image ModifiedDownload icon. This will download an empty default _data.properties file. 
Image Modified

Add your global data to the _data.properties file. Save the file.


Code Block
titleExample syntax for _data.properties file
dbUrl=http://localhost:8080/database/listManagers
ManagerName=Joe



  1. Return to the Manage Default _data page. Click Choose File.
  2. Locate your newly created _data.properties file.
  3. Click Upload.

For subsequent edits of the _data.properties file, simply download the _data.properties file previously uploaded by clicking on the Image Modified Download icon. Edit the file and upload the modified file as described above.


Info

Upon subsequent downloads of the _data.properties file you may notice a) a timestamp on line 1, b) certain characters escaped with \, and c) some lines reordered from the way you originally entered them. This is expected and does not cause any problems in the function of the file. 



You will see the message "Properties were successfully updated." when the  _data.properties file has been successfully uploaded to frevvo.

...

  1. From the Tenant Admin Homepage, click Manage Tenant _data.

Click the Image ModifiedDownload icon. This will download an empty _data.properties file. 
Image Modified

Add your global data to the _data.properties file. Save the file.


Code Block
titleExample syntax for _data.properties file:
dbUrl=http://localhost:8080/database/listManagers
ManagerName=Joe



  1. Return to the Manage Tenant _data page. Click Choose File.
  2. Locate your newly created _data.properties file.
  3. Click Upload.

For subsequent edits of the _data.properties file, simply download the _data.properties file previously uploaded by clicking on the Image Modified Download icon. Edit the file and upload the modified file as described above.


Info

Upon subsequent downloads of the _data.properties file you may notice a) a timestamp on line 1, b) certain characters escaped with \, and c) some lines reordered from the way you originally entered them. This is expected and does not cause any problems in the function of the file. 



Note

If a property with the same name is defined in both at the tenant level and server level, the tenant level property will override the server level property.

...