You can update a property in the HCL Connections
configuration file to change the organization name that displays for your communities.
About this task
To make community names more representative of your organization, use the
organization.name property in the
LotusConnections-config.xml configuration file to customize the organization
name. The organization name appears in the My Organization Communities view and
in search results. If you leave organization.name unchanged, then My
Organization Communities is displayed in the communities view and in search
results.
Procedure
To rename the My Organization Communities view, complete the
following steps.
- Use the wsadmin client to access and check out the HCL Connections configuration files:
-
Enter the following command to load the HCL Connections
configuration file: execfile("connectionsConfig.py")
If you are prompted to
specify a service to connect to, type 1 to
select the first node in the list. Most commands can run on any node.
If the command writes or reads information to or from a file by using
a local file path, you must select the node where the file is stored.
This information is not used by the wsadmin client when you are making
configuration changes.
- Enter the following command
to check out HCL Connections
configuration files:
LCConfigService.checkOutConfig("working_directory","cell_name")
- Optional:
If you want to find out the current value of a property, you
can list the current configuration settings and values by using the
following command:
LCConfigService.showConfig()
- Enter the following command:
LCConfigService.updateConfig("organization.name","Widgets International")
Change
"
Widgets International" to reflect your organization.
What to do next
Check
the configuration files back in during the same wsadmin session in
which you checked them out. For more information, see the Applying
common configuration property changes topic.