+

Search Tips   |   Advanced Search

Change Forums configuration property values

Configure Forums by using Jython scripts that are accessed by the wsadmin client. wsadmin scripts use the AdminConfig object to interact with the Forums configuration file. After changing Forums configuration settings, synchronize the nodes and restart the Forums application server.

To change Forums configuration settings.

  1. Check out the Forums configuration files by :

    To determine cellname:

  2. To view a list of the valid Forums configuration settings and their current values:

  3. To change a Forums configuration setting:

    ForumsConfigService.updateConfig("property", "value") where property is one of the editable Forums configuration properties and value is the new value of the property. For a complete list of editable properties, see Forums configuration properties.

    For example:

  4. After you update the Forums properties with new values, use the ForumsConfigService.showConfig() command to display the list of properties and their updated values.

  5. Repeat step 3 for each property to change.


What to do next

Check in the configuration files during the same wsadmin session in which they were checked out. See Applying property changes.


Parent topic:
Administer Forums


Related:

Start the wsadmin client

Enable topic posting in different deployments