xDI - How To - Runtime
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
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
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
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
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
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
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
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
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
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