Setting a global Cognos® Web homepage to a URL

You can set the HomePageObject parameter to a URL.

Use this format:

value="URL_Path

Where URL_Path can point to a web site or an individual web page file.

For example:

  • To set the homepage to a URL that points to a file:
    <addkey="HomePageObject" value="homepage.html;Type=URL;
    Description=MyStart Page;AllowOverwrite=true"
    />
    
  • To set the homepage to a URL that points to a web site:
    <addkey="HomePageObject" value="http://www.ibm.com;Type=URL;
    Description=IBM;AllowOverwrite=true"/>