 |
WSRP version 1.0 Install Instructions
Here is the install instruction for Installing OpenPortal? WSRP version 1.0 on Glassfish, WSRP version 1.0 supports only installation on glassfish.
Step 1: Install & verify OpenPortal? Portlet Container
Every WSRP stable binary works with a particular version of OpenPortal? PortletContainer binary. The OpenPortal? WSRP download page would provide a link to the corresponding OpenPortal? PortletContainer binary.
Make sure you download the correct Portlet Container binary mentioned in the OpenPortal? WSRP download page and install the OpenPortal? Portal Container by following this install instruction.
Verify the above installation by deploying a portlet and by viewing the content of the deployed portlet.
Step 2: To install WSRP binary
A. Command:
Using Command line, execute the following command to deploy OpenPortal? WSRP on Glassfish
java -jar wsrp-configurator.jar <Glassfish_Home> <Glassfish_Domain_Dir>
eg:
Windows: java -jar wsrp-configurator.jar c:\glassfish c:\glassfish\domains\domain1
Unix: java -jar wsrp-configurator.jar /usr/local/glassfish /usr/local/glassfish/domains/domain1
B. Restart Glassfish :
Please restart glassfish after OpenPortal? WSRP installation is complete
C. Verify Installation :
Launch the following URL to see the WSRP tab and WSRP administrative portlets deployed over the portlet container driver
http://localhost:8080/portletdriver
This completes the OpenPortal? WSRP installation.
Related documents:
- WSRP v1 User Guide
- Sample Portlets from OpenPortal Portlet Repository
|