For Data services:
Navigate to
<INSTALLDIR>\SAP BusinessObjects Enterprise XI4.0\warfiles\webapps\DataServices\WEB-INF\web.xml
Make a copy of the web.xml for safe keeping then update the following sections of the web.xml:
<context-param>
<param-name>cms.default</param-name>
<param-value>yourcms:cmsport</param-value>
</context-param>
For InfoStewardApp:
Navigate in Windows Explorer to <INSTALLDIR>\SAP BusinessObjects Enterprise XI4.0\warfiles\webapps\BOE\WEB-INF\config\default
Copy the ICCExplorer.properties to <INSTALLDIR>\SAP BusinessObjects Enterprise XI4.0\warfiles\webapps\BOE\WEB-INF\config\custom
Uncomment the cms.default parameter (remove the #) in the copied file and make the necessary entry for your environment
BEFORE: # cms.default=%CMS_NAME_AND_PORT%
AFTER: cms.default=BIPCMS:6400
Now Redeploy your webapps.