Managing the default view of the home page
Edit configuration property settings to allow users to go straight to ActivityStream instead of Getting Started.
Before you begin
To edit configuration files, you must use the wsadmin client. See Starting the wsadmin client for details.
About this task
Configure ActivityStream to be the default view instead of
Getting Started. This configuration implements the following changes:
- Update the initial redirect
- Remove the check box option for Getting Started page
Procedure
To redirect to Activity Stream complete
the following steps.
- 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.
- To enable Activity Stream as the
default view add the following property to LotusConnections-config.xml,
before the closing tag for the file:
<properties> <genericProperty name="homepage.gettingstarted.bypass">true</genericProperty> </properties>
Note: If the<properties>
tag, is already present, addgenericProperty
to it.Note: If bothhomepage.default.widgets
andhomepage.gettingstarted.bypass
are set to true, then users go directly to /homepage/web/widgets/when they log in (bypassing Getting Started). - Save LotusConnections-config.xml.
- Stop the Home Page 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 Home Page Application in WebSphere Console.