Properties files
These properties files relate to configuring the Atoti ISDA-SIMM application.
simm-starter module in the simm-starter/src/main/resources/ directory
Data Files
You will need to specify where your data files are placed. In the default implementation, the files are required to provide Atoti Server with the necessary data and configuration to do the calculations in the Solution. All the files need to be kept under one directory of your choice anywhere on the file system. The path to this directory needs to be specified in simm.properties. The below property needs to be updated to specify an accessible directory containing the necessary files.Example
Sample files can be found in the simm-starter/src/test/resources/data folder (a.k.a. don’t expect to see any of them in the WAR generated by the build)…Bookmarks
If you want to replace the bookmarks you have persisted in your content server, you can override all the content of the content server with content from a JSON file when the Atoti Server instance starts up. In order to do this, the value for the property contentServer.factory-reset should be set to true in the file simm.properties as below.- simm-content-server.json - Sample set of bookmarks are for the SA, IMA, PL Attribution and Combined Cube.
- simm-content-server-query.json - If running on distributed deployment and only the query node is exposed to end users, sample set of bookmarks for the SA, IMA, PL Attribution and Combined Cube to be used in the query node.
Atoti UI
You will need to specify in the Atoti UI configuration file where the Atoti Server project is running.The end-user’s browser will
be connecting to the URL you specify here, so you should specify the
exact host name as opposed to localhost.
simm_env.js file, which should be updated with the correct server URL:
ActiveMonitor (optional)
If you choose to deploy ActiveMonitor, you will need to modify the following properties files:-
activepivot.remote.properties (simm-starter)
-
env.js (simm-activeui)