How to automatically handle the /portal and /myportal issue in WCM links?

Following are the steps to handle the /myportal and /portal in WCM generated links.

  • Go to \wp_profile\PortalServer\config.
  • Open ConfigService.properties using any text editor.
  • Now uncomment the following property and set the value to true.By default this property is commented.
uri.home.substitution = true
  • Go to command prompt and navigate to \wp_profile\ConfigEngine folder.
  • Run this config batch job ConfigEngine.bat update-properties
  • Restart the portal server for the changes to take effect.
This property automatically handles the /myportal to /portal issue. i.e if user is logged it will be myportal, if logged out then portal.

For more Portal configuration services, refer the following link:

http://publib.boulder.ibm.com/infocenter/wpdoc/v6r1/index.jsp?topic=/com.ibm.wp.ent.doc_v6101/admin/srvcfgref.html 

No comments:

Post a Comment