Configure the initial working environment
You can include a configuration file in your deployment package to launch the IXIA CCMS Desktop with preconfigured settings. This configuration is optional, but recommended.
- Create a copy of file preferences.properties.orig and name it preferences.properties.
-
Edit the file to provide the required information:
Property Value dita.cms.initial.perspectiveName of the perspective you want opened by default upon starting the CCMS Desktop, which will typically be the DITA perspective. Recommended value:
com.ixiasoft.dita.eclipse. gui.perspective.DitaPerspective(If you copy and paste, remove any line breaks in the string.)com.ixiasoft.eclipse.dita/ textml.hostnameName of the machine hosting the TEXTML Server com.ixiasoft.eclipse.dita/ textml.usernameLogin name of the user com.ixiasoft.eclipse.dita/ textml.docbaseName of the Content Store com.ixiasoft.eclipse.dita/ textml.domainDomain name com.ixiasoft.eclipse.dita/ textml.portTEXTML Server port number. If your deployment uses SSL, enter the secure port. Default value:
2500com.ixiasoft.eclipse.dita/ textml.secureOne the following: true: if SSL is enabledfalse: if SSL is not enabled
com.ixiasoft.eclipse.dita/ outputGenerator.hostnameName of the machine hosting the Output Generator. com.ixiasoft.eclipse.dita/ outputGenerator.portPort number of the Output Generator Default value:
1500com.ixiasoft.eclipse.dita/ outputGenerator.monitor.portLocal port where output generation progress is sent. Default value:
0 - Save and close the file.