![]() ![]() ![]() ![]() ![]() ![]() |
This chapter explains how to install and configure the AquaLogic Interaction JSR-168 Container on all supported platforms.
Before installing, confirm that your system meets the requirements. For details, see Installation Prerequisites.
The installation process involves two steps:
In addition, samples illustrating how to use the JSR-168 Container can be installed:
Follow the steps below to install the JSR-168 Container on your remote server (host computer).
The steps required to configure the remote server vary depending on whether the PT_HOME directory existed prior to installation, or if the PT_HOME directory had to be created.
If the PT_HOME directory already existed:
Note: | The <path> and <configpath> elements must reflect the fully qualified path to the ptjsr168 directories. Forward slashes must be used regardless of operating system. |
<product name="ptjsr168">
<install version="1.2">
<path>C:/bea/alui/ptjsr168/1.2</path>
<configpath>C:/bea/alui/ptjsr168/1.2/settings/config</configpath>
</install>
</product>
If the PT_HOME directory did not exist:
Copy the pthome.xml file from <PT_HOME>/ptjsr168/1.2/settings/config to the root <PT_HOME> directory.
To install the JSR-168 Container samples:
The JSR-168 Container server package is <PT_HOME>/ptjsr168/1.2/serverpackages/jsr-168.pte.
After the resource package is imported, a JSR-168 folder will appear in portal administration that includes the JSR-168 Remote Server, two Web Services (RSSPortletWebService and JspPortletWebService), and two portlets (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. |
Note: | The sample RSSportlet contains an admin preference page that allows you to save your proxy server settings. You must configure your application server to work with a proxy server setting. Follow the documentation for your application server to configure the proxy server setting. |
![]() ![]() ![]() |