Back to main topic 11.2 Web Application Integrator
Now that you have used the WebSphere Application Integrator portlet to generate the JavaScript line that renders the Portal's navigation, you need to include the script as the first item after the HTML's <BODY> tag of the .jsp files that control the layout of the Lotus Connections Activities page. Activities has one file that controls the entire layout of the application (mainpage.jsp). Note that there are two <BODY> tags in mainpage.jsp. This file is located at:
<WAS_PROFILE_ROOT>\installedApps\<cellName>\Activities.ear\oawebui.war\WEB-INF\jsps\html_prototype\
For example C:\IBM\WebSphere\AppServer\profiles\AppSrv01\installedApps\connectionsNode01Cell\Activities.ear\oawebui.war\WEB-INF\jsps\html_prototype
You need to add the script as shown in Figure 1.

Figure 1: Adding the script to mainpage.jsp
Once you add the script, you see the Portal navigation as shown in Figure 2.

Figure 2: Integrating Portal with Lotus Connections Activities
(Edited by DW)