Cache Server Side Configurations
This section will help you in configuring .NET and Java Servers. Three types of configuration files are present on the cache server side as discussed below.
The cache configuration file contains information regarding all registered caches/clusters. It is used to configure all levels of caches. For modules that need to read the configurations first try to find config.ncconf in the application folder. If it does not find config.ncconf in the application folder, it then reads the configuration from the installation folder.
The bridge configuration file (Enterprise only feature) contains information regarding all registered bridges. The configuration of all created bridges is stored in a single bridge.ncconf file. The user can change the configuration of a bridge either from the settings of the bridge in the NCache Management Center or from the bridge.ncconf file.
The security configuration file (Enterprise only feature) keeps security information that is used by a server node for calling clients. Alachisoft.NCache.Security.dll at the server node is required to provide security services to all clients. Whatever information is required by this assembly, for managing security-related issues, is present in the security.ncconf file. Similarly, users can manage TLS through TLS Config.
In This Section
Cache Config
Explains the config.ncconf file that contains information regarding all registered caches/clusters.
Bridge Config
Explains the bridge.ncconf file that contains information regarding bridges.
Modules Config
Explains the modules.ncconf file that contains information regarding all registered modules.
Security Config
Helps enable NCache security through the security.ncconf file.
TLS Config
Helps enable NCache TLS through the tls.ncconf file.
Monitoring Config
Helps enable NCache monitoring through the monitoring.ncconf file.
Emails Template
Helps enable NCache email alerts through the emails-template.xml file.