| NJ88025 2004-08-09, 5:58 pm |
| Here is a link to the release notes for Portal v5021 and it explains how
to enable WSRP if you would like to use it. ---
http://publib.boulder.ibm.com/pvc/w...t.html#86804.RN
Problem: Enabling WSRP in WebSphere Portal
To use WSRP, you need to enable both standards JSR 168 and WSRP in your portal.
Solution:
To enable WSRP, add the following two property keys to the file
wp_root/shared/app/config/services/ConfigService.properties and set them to true :
For JSR 168: portal.enable.jsr168=true
For WSRP: portal.enable.wsrp=true
Restart the portal for your changes to take effect.
The documentation for using WSRP services with WebSphere Portal gives
the instruction to only set these properties to true. But you have to
insert them, as they are not contained in the property file.
I got this from an IBM Portal Representative, it worked for me.
|