xDI - How To - Runtime

Log Database - Purging sessions
The Runtime writes session information to the "log database". This article shows how to purge sessions from this database. The purge described ...
Fri, 11 Feb, 2022 at 12:50 PM
Log Database - Best Practices
By default Stambia runtime is using an internal H2 database as the log database. This makes it extremely easy to launch the runtime out-of-the box because ...
Tue, 18 Apr, 2023 at 10:16 AM
Monitoring - Java Virtual Machine
As well as it seems natural to monitor the server hosting the Runtime application, it is also a good practice to monitor the Java Virtual Machine executing ...
Fri, 11 Feb, 2022 at 12:52 PM
Cluster - Externalize the client.xml File
All the cluster configuration is done in a file named client.xml. It is possible to modify the path to the client.xml file, present by default in the '...
Fri, 11 Feb, 2022 at 12:56 PM
Configuration - Externalize the Runtime properties folder
It is possible to externalize the whole Runtime 'properties' folder. By default, this folder is located in the Runtime main folder. To do that, fol...
Fri, 11 Feb, 2022 at 12:51 PM
Executing Deliveries - Methods Overview
This article summarizes and explains the different ways to execute Deliveries, except the deliveries deployed as webservices     script startCommand[.ba...
Fri, 11 Feb, 2022 at 12:59 PM
Scheduler - Getting Started
Time-based Scheduling The Scheduler is time-based, much like linux' Cron system. It means that you can define when the Deliveries are executed by s...
Fri, 11 Feb, 2022 at 12:54 PM
Scheduler - Configure an External Database
By default, the Runtime Scheduler is using the H2 internal database to store Schedules.  Here is how to configure the Scheduler to use another database. ...
Fri, 11 Feb, 2022 at 12:54 PM
Monitoring - Checking the Runtime Status
The Runtime's uptime can be checked using this Runtime command :  localhost:42000 > get services name rmi format %duration 47:07:19.22
Fri, 11 Feb, 2022 at 12:53 PM
Configuration - Separating Runtime DDL and DML Operations
When the Runtime starts up, it checks the Log Database structure and creates it or updates it when necessary.  This behavior can be disabled, which is u...
Fri, 11 Feb, 2022 at 12:52 PM