Skip to content

Fined Grained Tuning

Fine grained tuning of the following components can be achieved using the OptionsManager. For the Apache James server, these are most easily set by adding JVM parameters to the startup script.

WS Certificate Resolver

The following settings fine tune the web services based certificate resolver:

JVM Param/Properties SettingDescription
org.nhindirect.stagent.cert.wsresolver.MaxCacheSizeMaximum number of certificates that can be cached in the cache manager. Defaults to 1000 certificates.
org.nhindirect.stagent.cert.wsresolver.CacheTTLMaximum amount of time in seconds a certificate can reside in the cache manager. Defaults to 1 hours (3600 seconds).