Sun Java System Portal Server 7.1 Update 1 Community Guide

Community Webservice URL

Community search and administration functionality involves a community webservice. By default, the community webservice URL contains the same host as the first Portal instance. In a multi-node installation that uses a load balancer, you can change the community webservice URL to use the load balancer host.

To get and set the community webservice URL, type:

./psadmin get-attribute -u amadmin -p portal-ID -m communities -a WebServicesURL

./psadmin set-attribute -u amadmin -p portal-ID -m communities -a WebServicesURL URL

Here:

amadmin

Specifies the administrator's distinguished name.

portal-ID

Specifies the portal ID.

WebServicesURL

Specifies the value for the WebServicesURL attribute. For example, the URL can be of the format http://foo.com:8080/communitymanagerwebservices/communitymanagerwebservices. Please note that the communitymanagerwebservices/communitymanagerwebservices part of the URL must not be changed.


Note –

There is no default value for the WebServicesURL attribute. By default, an empty value indicates that the host of the first Portal instance will be used.