Skip to main content

Overview

The Admin UI is a user interface to view the contents of the Content Server and the datastore. For more information on the Content Server, see Atoti Server documentation Atoti Server Content Server Admin UI

Set up the Admin UI

To set up the Admin UI:
  1. Import the admin-ui dependency into the simm-starter module:
  1. Create a new directory, admin-ui, within./simm-starter/src/main/resources/static.
  2. Add this env*.js file to /static/admin-ui directory:
  1. Import this env*.js as a static resource. This can be accomplished by registering a new static resource handler to our ResourceHandlerRegistry.

    Here is a snippet of how to add a new static resource with the ResourceHandlerRegistry fluent API:
  1. Update the resource location in ContentServerResourceServerConfig configuration class to point to the new static resource. In this case, we are pointing to admin/ui URL path. This step will only applies if the Atoti ISDA-SIMM solution is NOT on Atoti Server 6.0.
  1. See “Access the Admin UI” section to navigate to the Admin UI.

Access the Admin UI

To access the Admin UI, after starting up Atoti ISDA-SIMM, navigate to the URL below and enter your credentials. https://localhost:12000/simm-starter/admin/ui/index.html