Updating the X4 Repository in production mode
In the X4 Server's production mode the caching for the X4 Repository is enabled. You can update repository project without restarting the server.
Note:
The production mode of the X4 Server is permanently active and cannot be switched off. This means that the caching of repository objects is already active in the delivery state.
Options for updating cached objects in production mode:
Changes made in X4 Designer are transferred directly to the cache and saved in the X4 Server.
Changes in the file system, e.g. copy & paste of a file:
in the X4 Designer via the "Repository Refresh" button (F5)
via the operations of the Deployments API (http://localhost:8080/X4/X4Api/#/Deployments):
Reload Project (http://localhost:8080/X4/X4Api/#/Deployments/reloadProject)
Reload Repository (http://localhost:8080/X4/X4Api/#/Deployments/reloadRepository)