AquaLogic Interaction Administrator Guide

     Previous Next  Open TOC in new window   View as PDF - New Window  Get Adobe Reader - New Window
Content starts here

Customizing the Tokens in Friendly URLs

By default, the portal areas are represented by the following tokens in friendly URLs: mypage, community, user, directory, document. However, the portal administrator can change these tokens to fit the needs of the company.

  1. Open the following file in a text editor: Install_Dir\bea\alui\settings\portal\FriendlyURLs.xml. For example: C:\bea\alui\settings\portal\FriendlyURLs.xml or /opt/bea/alui/settings/portal/FriendlyURLs.xml
  2. Edit the <key> values as desired. For example, you might change the token for community to “site” as in the following code:
    	<FriendlyURLMapping>
    		<key>site</key>
    		<classId>512</classId>		
    	</FriendlyURLMapping>
    

  Back to Top      Previous Next