Back to main topic 11.2 Web Application Integrator
Now that you have use 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 Dogear page.
Dogear has multiple files that control the entire layout of the application. These files are located at:
<WAS_PROFILE_ROOT>\installedApps\<cellName>\Dogear.ear\dogear.webui.war\h3\jsp\main
<WAS_PROFILE_ROOT>\installedApps\<cellName>\Dogear.ear\dogear.webui.war\h3\jsp\tools
For example C:\IBM\WebSphere\AppServer\profiles\AppSrv01\installedApps\connectionsNode01Cell\Dogear.ear\dogear.webui.war\h3\jsp\tools
You can find the following .jsp files under the main directory:
You can find the following .jsp files under the tools directory:
You need to add the script as shown in Figure 1.

Figure 1: Adding the script to h3.jsp
Then, repeat the process for all the .jsp files. After you add the script, you see the Portal navigation as shown
in Figure 2.

Figure 2: Integration with Dogear
(Edited by DW)