Parameter:
XPagesPreloadIncludeDBShort description: List of databases that are preloaded as XPages applications when the HTTP task starts.
Profile
Parameter | XPagesPreloadIncludeDB |
Category | HTTP / Web |
Component | Server |
Available since | 9.0 |
Supported versions | 9.0.1, 10.0, 11.0, 12.0, 14.0, 14.5 |
GUI equivalent | notes.ini only (no GUI) |
Possible values | Comma-separated NSF paths, e.g. apps\app1.nsf,apps\app2.nsf |
Description
In combination with
HTTPEnableXPagesPreLoad=1, XPagesPreloadIncludeDB defines a specific list of databases whose XPages application should be initialized at HTTP startup. This makes it possible to selectively “warm up” the most important applications, while rarely used apps continue to be lazy-loaded.Example configuration
HTTPEnableXPagesPreLoad=1 XPagesPreloadIncludeDB=apps\portal.nsf,apps\workflow.nsf,apps\reporting.nsf
Notes & pitfalls
- Paths are relative to the data directory and end with
.nsf.
- The separator is a comma; no spaces between entries.
- Only effective when
HTTPEnableXPagesPreLoad=1is set.
- Long lists noticeably increase the HTTP startup time.
- The change only takes effect after restarting the HTTP task.