Use the widgets-config.xml file for Communities 

The widgets-config.xml files contains configuration settings for each of the widgets supported by Communities and Profiles. To update settings in the file, check the file out and, after making changes, check the file back during the same wsadmin session as the checkout for the changes to take effect.


Before starting


To edit configuration files, use the IBM WAS wsadmin client. See Starting the wsadmin client for details.


About this task


The widgets-config.xml file defines the widgets available for use in Communities and specifies the life-cycle events associated with each widget. You can edit configuration settings in this file to perform various tasks. For example, if you want to make custom widgets available, you define the widgets in this file. You also need to edit settings in this file if you want to specify a different system user for managing widget life-cycle events. For more information, see Specify different system users for widget life-cycle events.


Procedure


To configure settings in the widgets-config.xml file for Communities...

  1. From the dmgr host:

      cd $DMGR_PROFILE/bin
      ./wsadmin.sh -jython
      execfile("communitiesAdmin.py")

      If prompted to specify a service to connect to, type 1 to pick 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 using a local file path, pick the node where the file is stored.

  2. Check out the widgets-config.xml file using the following command:

      CommunitiesConfigService.checkOutWidgetsConfig("<working_directory>", "<cell_name>")

      where:

      • <working_directory> is the temporary working directory to which the configuration XML and XSD files are copied. The files are kept in this working directory while you make changes to them. When specifying the path to a working directory or temporary directory where the checked out files are to be placed, use a forward slash as the path separator, even for Microsoft Windows systems.

      • <cell_name> is the name of the WAS cell hosting the Communities application. This argument is required. It is also case-sensitive, so type it with care.

      For example:

      CommunitiesConfigService.checkOutWidgetsConfig("C:/tmp2","MyServerNode01Cell")

  3. Navigate to the temporary directory in which you saved the widgets-config.xml file, and then open the file in a text editor and make the required changes.

  4. Apply your changes...

    1. Check in the updated widgets-config.xml file using the following command:

        CommunitiesConfigService.checkInWidgetsConfig("<working_directory>", "<cell_name>")
        For example:

        CommunitiesConfigService.checkInWidgetsConfig("C:/tmp2","MyServerNode01Cell")

    2. To exit the wsadmin client, type exit at the prompt.

    3. Restart the Communities application using the WAS admin console.


Parent topic

Administer widgets and remote applications

Related tasks
Specify different system users for widget life-cycle events
Enable custom widgets for Communities
Setting allowed media gallery file extensions
Setting the object types available when adding a media gallery
Setting custom media gallery object types as default selections
Checking out the widgets-config.xml file for Profiles
Enable custom libraries

Related reference
Media gallery widget widgets-config.xml definition

+

Search Tips   |   Advanced Search