![]() ![]() ![]() ![]() ![]() ![]() |
This chapter describes how to install AquaLogic Interaction JSR-168 Consumer on a Windows operating system for use with AquaLogic Interaction.
Before installing, confirm that your system meets the requirements. For details, see Installation Prerequisites.
The installation process includes three steps:
Follow the steps below to install the JSR-168 Consumer on your remote server (host computer).
PT_HOME
Variable Value: C:\bea\alui
The steps required to configure the remote server are different depending on the results of step 1 under Install Files on Remote Server above.
If the PT_HOME variable was previously set:
<pthome>
and </pthome>
).Note: | Replace <PT_HOME> with the location referenced by the PT_HOME variable (i.e., the portal installation directory). |
<product name="ptjsr168">
<install version="1.1">
<path><PTHOME>/ptjsr168/1.1</path>
<configpath><PTHOME>/ptjsr168/1.1/settings/config</configpath>
</install>
</product>
If you created the PT_HOME variable:
Copy the pthome.xml file from <PT_HOME>/ptjsr168/1.1/settings/config to the root PT_HOME directory.
Follow the steps below to import the JSR-168 Consumer Web Services and Portlets into the portal:
After importing the resource package, a JSR-168 folder will appear in portal administration that includes the JSR-168 Remote Server, three Web Services (GooglePortletWebService, RSSPortletWebService and JspPortletWebService), and three portlets (GooglePortlet, RSSPortlet and JspPortlet). These portlets do not require any configuration.
Note: | Before placing the portlets on a page, edit the JSR-168 Remote Server object and change the Remote Server URL to the correct address of the host computer. |
The RSSPortlet can be edited to add additional RSS files and set proxy settings. The proxy host and port are set in the administrative settings (RssPortlet- Configure this portlet) and the proxy username, password, and domain (if required) are set in portlet preferences. Note that the proxy password is only obfuscated with Base64 Encoding; it is left to the developer to provide encryption.
![]() ![]() ![]() |