Enable and configure the sequential localization model in Standard mode

The sequential localization model is enabled by default but you might need to fine-tune some options for the model.

About this task

The sequential localization model is available for CCMS Desktop only. CCMS Web uses only the Unified Localization model.

Important: Make configuration changes in a test environment and confirm they work before copying them to a production environment.

Procedure

  1. In the TEXTML Administration perspective, connect to your server.
  2. Check out the/system/conf/localizationManagers.xml file and open it for editing.
  3. Locate the <manager> elements for the sequential model.
    • com.ixiasoft.cms.controller.localization.sequential.SequentialLocalizationManagerService
    • com.ixiasoft.cms.controller.localization.sequential.SequentialImageLocalizationManagerService
  4. To use the sequential localization model, ensure that the <manager> elements for the SequentialLocalizationManagerService and SequentialImageLocalizationManagerService classes are not commented out.

    In other words, ensure that the entire <manager> elements are not surrounded by comment tags <!-- and -->

  5. Set the configuration options as required.

    Explanations of each configuration option can be found in Understanding the localization model options.

  6. Make sure that the concurrent localization manager is commented out.

    This manager is named com.ixiasoft.cms.controller.localization.concurrentLocalization.ConcurrentLocalizationManagerService.

    Ensure that the entire <manager> element is surrounded by comment tags <!-- and -->.

  7. Make sure that the node-based localization manager is commented out.

    This manager is named com.ixiasoft.cms.controller.localization.NodeBasedLocalizationManagerService.

    Ensure that the entire <manager> element is surrounded by comment tags <!-- and -->.

  8. Make sure that the concurrent image localization manager is commented out.

    This manager is named com.ixiasoft.cms.controller.localization.ImageLocalizationManagerService.

    Ensure that the entire <manager> element is surrounded by comment tags <!-- and -->.

  9. Save, close, and check in the file.
  10. Inform users of the changes.
    The changes are automatically applied once users close and then reopen their CCMS Desktop. Users can also apply the changes without restarting their CCMS Desktop by clicking IXIA CCMS > Synchronize Configuration. Additionally, refresh IXIA CCMS Web so that users see the change reflected there.