+

Search Tips   |   Advanced Search

Apply common configuration property changes

After editing properties common to all Connections applications, check the changed configuration files in, and restart the servers to apply the changes.

Perform the check in during the same wsadmin session in which you checked out the files for the changes made to take effect.

  1. start wsadmin.sh:

      cd app_server_root/profiles/Dmgr01/bin
      ./wsadmin.sh -lang jython -user admin_user_id -password admin_password -port SOAP_CONNECTOR_ADDRESS_PORT

  2. Check out Connections configuration file:

      execfile("connectionsConfig.py")

  3. List configuration settings and values:

      LCConfigService.showConfig()

  4. Update the value of the version stamp configuration property to force users' browsers to pick up this change.

    To increment the value of the versionStamp property:

      LCConfigService.updateConfig("versionStamp","gmt_timestamp")

    ...where gmt_timestamp is the GMT time. We can specify an empty string for the time stamp or provide a GMT value string. When we specify an empty string, the client calculates the current GMT time and updates the version stamp with that value. If we choose to provide the time, specify it using the following format:

      yyyyMMdd.HHmmss

    ...and specify the time in GMT. It is best to provide an empty string and let the client format the time stamp. For example:

      LCConfigService.updateConfig("versionStamp","")

  5. Check in the files:

      LCConfigService.checkInConfig()

  6. Deploy the changes:

      synchAllNodes()

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

  8. Stop and restart all of the Connections application servers.


Parent topic:
Change common configuration property values


Related:
Start the wsadmin client
Required post-customization step
Customize the user interface
Customize product strings
Configure the active content filter for Blogs, Wikis, and Forums
Configure the active content filter for Activities, Communities, and Bookmarks
Turning off active content filtering