Enable and configure the concurrent localization model in Standard mode

If you opt to use the concurrent localization model you might need to fine-tune some options for the model to ensure it behaves as you need.

About this task

The concurrent localization model is available for Standard implementations only. It is not available with DRM. In addition, the concurrent 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> element for the concurrent model.
    • com.ixiasoft.cms.controller.localization.concurrentLocalization.ConcurrentLocalizationManagerService
  4. Ensure that the <manager> element for the ConcurrentLocalizationManagerService is not commented out.

    In other words, ensure that the entire <manager> element is 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. Since only one localization manager can be enabled at any time, make sure that the sequential localization managers are commented out.
    • com.ixiasoft.cms.controller.localization.sequential.SequentialLocalizationManagerService
    • com.ixiasoft.cms.controller.localization.sequential.SequentialImageLocalizationManagerService
  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. Save, close, and check in the file.
  9. 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.