To enable the Cache Management, complete the following
steps.
- From the %Composerdir% directory, open Composer.Core.exe.config with a text editor that supports UTF-8.
- Search for the <appSettings> element.
-
If the following entries do not exist, insert them. If the entries
are commented out, remove the comment characters.
<appSettings> ... <add key="rwsMulticastIP" value="224.100.0.1" /> <add key="rwsMulticastPort" value="9050" /> <add key="rwsMulticastTTL" value="50" /> <add key="rws_sendudpmessage" value="y" /> ... </appSettings>
-
Modify the values if required.
Key Description rwsMulticastIP IP address of the multicast group.
The IP must be within the range of 224.0.0.0 - 239.255.255.255.
Note:
- Routers must support UDP multicasting.
- If the entry is missing, objects will not be removed from the cache.
rwsMulticastPort The port to use.
rwsMulticastTTL Defines the Time To Live (TTL). TTL defines the maximum number of routers a packet can pass before the router deletes the packet.
rws_sendudpmessage y: Cache Management is active.
n: Cache Management is not active.
- Save and close the file.
-
Open the
Composer.Studio.exe.config file with a text editor that
supports UTF-8 and then complete the following substeps.
- Search for the <appSettings> element.
-
If the following entries do not exist, insert them. If the
entries are commented out, remove the comment characters.
<appSettings> ... <add key="rwsMulticastIP" value="224.100.0.1" /> <add key="rwsMulticastPort" value="9050" /> <add key="rwsMulticastTTL" value="50" /> ... </appSettings>
- Modify the values if required.
- Save and close the file.
-
Repeat the previous steps to empty the cache of the following
services and tools by modifying the respective CONFIG file.
Service / Tool CONFIG File MWS service
Composer.MWS.exe.config
OWS service
Composer.OWS.exe.config
XWS service
Composer.XWS.exe.config
DocXCompiler
DocXCompiler.exe.config
Composer.Tool
Composer.Tool.exe.config