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 Commnunities page. Communities has one file that
controls the entire layout of the application (default.jsp). This file is located at:
<WAS_PROFILE_ROOT>\installedApps\<cellName>\Communities.ear\tango.web.ui.war\WEB-INF\jsps\html\layouts
For example C:\IBM\WebSphere\AppServer\profiles\AppSrv01\installedApps\connectionsNode01Cell\Communities.ear\tango.web.ui.war\WEB-INF\jsps\html\layouts
You need to add the script as shown in Figure 1.

Figure 1: Adding the script to the default.jsp
Note: If you are using Connections 2.5, you will need to add the WAI script just below the tag, as well as Edit the file "\jsps\html\tiles\frameworkFooter.jsp" and change lconn.core.WidgetPlacement.init(); to dojo.addOnLoad(lconn.core.WidgetPlacement.init);
After you add the script, you see the Portal navigation as shown in Figure 2.

Figure 2: Integration with Communities
(Edited by DW)