Enabling and disabling the community unique web address option
Enable or disable the community owners ability to create a unique web address for their community.
Before you begin
About this task
Procedure
To enable or disable the community unique web address,
you need to update the communityHandle settings in the communities-config.xml file.
- Start the wsadmin client from the following
directory of the system on which you installed the Deployment Manager:
where app_server_root is the WebSphere® Application Server installation directory and dm_profile_root is the Deployment Manager profile directory, typically dmgr01.app_server_root\profiles\dm_profile_root\bin
You must start the client from this directory or subsequent commands that you enter do not execute correctly.
- Start the Communities Jython script interpreter.
- Navigate to the working directory that you specified in the previous step and open the communities-config.xml file using a text editor.
- To configure the unique web address, set the value of the
enabled property for the communityHandle to true or false as needed.
For example, to disable the unique community web address:
<comm:communityHandle enabled="false" />
- After making changes, you must check the configuration files back in, and you must do so during the same wsadmin session in which you checked them out for the changes to take effect. See Applying property changes in Communities for information about how to save and apply your changes.