By default, all users who log in to the Teaming site are first taken to their personal workspace. However, you can change this default behavior to have all users taken to the same home page. This might be a corporate landing page that provides links to important places on the Teaming site.
Create a landing page on the workspace that you want to set as the new default home page for all users.
For example, you might navigate to the
directory and create a landing page on this workspace.For information on how to create a landing page, see Creating and Managing Landing Pages
in the Novell Teaming 2.1 Advanced User Guide.
Configure a simple URL for the home page.
Click
> in the Workspace toolbar.In the
section, in the drop-down list, select one of the available options.For example, select
.In the provided field, specify
.Click
> .Set the access control for the workspace to allow all users to be visitors to the workspace, if it is not set already.
Click
> in the Workspace toolbar.In the
section, select , then click .In the
row, ensure that the box is selected in the column.Click
> .On the Teaming server, change to the following directory:
Open the web.xml file in a text editor.
Locate the following section in the file:
<context-param> <param-name>landingPagePath</param-name> <param-value>/ssf/a/</param-value> </context-param>
Replace ssf/a with home.
This line should now look as follows:
<param-value>home</param-value>
Save and close the web.xml file, then stop and restart Teaming.
If you want users to be automatically taken to this page before they log in, and if you want people who do not have a user account to access the page, see Section 5.3.2, Setting Up Guest Access for the Teaming Site.