Navigation :
test ../ test dev.html
Developer Guide
test ../ test dev/dev-release.html
-
Release and migration notes
test ../ test dev/getting-started.html
-
Getting started
test ../ test dev/dev-ui-config.html
-
Configuring the UI
test ../ test dev/dev-extensions.html
-
Extending the Module
test ../ test dev/integration.html
-
How to Connect Limits to an Atoti Server
test ../ test dev/integration/multi-server-activate.html
-- Multi-server Activation
test ../ test dev/integration/java.html
--
Atoti Java
test ../ test dev/integration/python.html
--
Atoti Limits Python plugin
test ../ test dev/integration/performance.html
-- Performance
test ../ test dev/persistence.html
-
Persistence
test ../ test dev/alert-tasks.html
-
Evaluating Limits
test ../ test dev/scopes.html
-
Limit Scopes
test ../ test dev/limit-workflow.html
-
Limit Workflow
test ../ test dev/date-roll.html
- Date Roll
test ../ test dev/restful-endpoint.html
- RESTful endpoints
test ../ test dev/security.html
- Required Roles
test ../ test user-ref.html
User & Reference Guide
test ../ test user-ref/limits-overview.html
-
Atoti Limits Overview
test ../ test user-ref/whats-new.html
- What's New
test ../ test user-ref/videos.html
- Video walk-throughs
test ../ test user-ref/using-limits.html
-
Manage limits
test ../ test user-ref/manage-incidents.html
-
Manage incidents
test ../ test user-ref/input-files.html
-
Input file formats
test ../ test user-ref/cube.html
-
Cube reference
test ../ test user-ref/properties.html
-
Properties
test ../ test user-ref/datastore.html
-
Datastores
How to Connect Limits to an Atoti Server
This section describes how to connect Atoti Limits to an Atoti Server with the Java and Python APIs.
Overview
To connect the Atoti Limits module to an Atoti Server with the Java API please see Java auto-configuration . This is the easier and
recommended approach, but please note that, alternatively, the connection can be configured manually. Please see
Java manual configuration .
To connect the module to an Atoti Server with the Python API, the atoti-limits
plugin can be used. See Atoti Python API configuration