Adding a feed for topics and replies
Add a property to the LotusConnections-config.xml file to add a feed that includes topics and the replies to the topics.
Before you begin
To edit configuration files, you must use the wsadmin client. See Starting the wsadmin client for details.
About this task
Configure Forums so that users can see topics and replies to the topics in a feed. You can edit configuration properties in LotusConnections-config.xml to add this capability.
Procedure
- Create a directory (referenced in this procedure as working_directory) to store the configuration files that you update. For example, on Windows create C:\temp.
-
Use the wsadmin client to access and check out the IBM®
Connections configuration files:
- Open LotusConnections-config.xml in a text editor.
-
Add the following property to LotusConnections-config.xml, before the
closing tag for the file:
<properties> <genericProperty name="forum.includeAllRepliesByTag">true</genericProperty> </properties>
Note: If the<properties>
tag, is already present, addgenericProperty
to it. - Save LotusConnections-config.xml.
- Stop the Forums Application in WebSphere Console.
-
Update the version stamp in LotusConnectionsConfig.xml:
LCConfigService.updateConfig("versionStamp","")
-
Check in the configuration file during the same wsadmin session in which you checked it out for
your configuration changes to take effect:
LCConfigService.checkInConfig("working_directory","cell_name")
- Restart the Forums Application in WebSphere Console.