Automated configuration changes for 7.5
The Web Installer, which installs IXIA CCMS Web 7.5, will make the following changes automatically. Some changes might require user intervention afterward, which is described in Optional configuration changes for 7.5.
Repository/content
There are no automatic repository/content changes for 7.5.
Index definitions
A new index has been added for 7.5
<index NAME="translate" SYNC="True" COLLECTIONLISTNAME="authoring">
<stringindex KEEPEXTRACTEDVALUES="False">
<elements>
<element DEPTH="INFINITE" XPATH="/*/@translate"/>
</elements>
</stringindex>
</index>
This indexes any @translate
attributes that occur throughout the
content and is used primarily by the auto-translation feature.
system/conf
accessrights.xml
- For 7.5, the following new access rights have been added:
ManageConfigurations
Manage System
These access rights determine who has access to the new Configuration and Administration sub-menus in the Administration section.
Review these access rights to ensure they are appropriate for your organization.
system/plugins/com.ixiasoft.dita13(12).dtd
There are no changes to any files in the IXIASOFT DTD plugin for 7.5.
Output Generator
conf/wrapper.conf
A new parameter has been added which enables you to limit the number of simultaneous threads the Output Generator can start.
#wrapper.java.additional.3=-Dcom.ixiasoft.outputgenerator.numberofthreads=<nb_worker_threads>
This parameter is inactive by default. It applies to on-premise customers. See Optional configuration changes for 7.5 for more information.
conf/preprocessors.xml
Two new parameters have been added to the LocalizationKit
preprocessor:
<parameter name="autotranslate" value="false" />
<parameter name="acceptPartialTranslate" value="true" />
These parameters enable and configure the auto-translation feature. See Optional configuration changes for 7.5 for more information.