Server Side Configurations
This section will help you in configuring .NET and Java Servers. Three types of configuration files are present at server side:
Cache configuration file contains information regarding all registered caches/clusters. It is used to configure all levels of caches. Modules that need to read the configurations first try to find config.ncconf in application folder. If it does not find config.ncconf in application folder, it then reads the configuration from installation folder.
Bridge configuration file (Enterprise only feature) contains information regarding all registered bridges. The configuration of all created bridges are store in a single bridge.ncconf file. User can change the configuration of a bridge either from settings of the bridge in NCache Manger or from bridge.ncconf file.
Security configuration file (Enterprise only feature) keeps security information that is used by a server node for calling clients. Alachisoft.NCache.Security.dll at 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 security.ncconf file.
In This Section
Cache Config
Explains config.ncconf file that contains information regarding all registered
caches/clusters.
Security Config
Helps enabling NCache security as well as to manage Node and API level security
through security.ncconf file.
Bridge Config
Explains bridge.ncconf file that contains information regarding bridges.