Optional input parameters
This section lists and describes the optional input parameters contained in the inputparameters.xml file. The value of several optional parameters are calculated by Content Manager, others have a default value. These parameters should be changed only by an expert of Content Manager.
Optional parameters
| Name | Description | Remarks |
|---|---|---|
projectsuffix | A suffix that specifies the particular instance of Content Manager, if you are installing multiple Content Manager instances on a server. | By default: No value |
webpath | The root directory for the Web site. | By default: <apppath value> (calculated) |
datapath | The directory containing the data directory. This directory stores all data exported from Content Manager | By default: <apppath value> (calculated) |
workspacepath | The temporary directory where installation files are stored before installation. | By default: <apppath value>\_Workspace (calculated) |
infoshareauthorwebappname | The name of the web client application. | By default: ISHCM + <projectsuffix value> |
infosharewswebappname | The name of the web services application. | By default: ISHWS + <projectsuffix value> |
infosharestswebappname | The name of the website with the Content Manager Secure Token Service (STS). | By default: ISHSTS + <projectsuffix value> |
websitename | The name of the web site where all virtual directories are created. | By default: Default Web Site |
baseurl | The base URL that is used to access the Content Manager web client. | By default: Extracted from the Common Name of the certificate specified for HTTPS binding on IIS (calculated). |
localservicehostname | The hostname for the local address: The host name with which communication within the Content Manager box takes place. | By default: The NetBIOS name of this local computer (calculated) |
ps_fo_processor | The fully qualified file name of the XSL-FO processor, for example C:\Program Files\AntennaHouse\AHFormatterV6\AHFCmd.exe. | By default: The highest installed version from %ProgramFiles% (calculated). |
ps_htmlhelp_processor | The fully qualified file name of the HTML Help processor. | By default: C:\Program Files (x86)\HTML Help Workshop\hhc.exe
|
ps_java_home | The path to the JAVA HOME directory. | By default: The content of %JAVA_HOME% environment variable (calculated).
|
ps_javahelp_home | The full path to a JavaHelp JHHOME folder, used when you want to publish with the JavaHelp output type. | By default: C:\javahelp\jh2.0
|
ps_webworks_automap_application | The fully qualified path and filename of WebWorks. | By default: No value
|
solrlucene_service_port | The port the SolrLucene service uses. This port must be unique for each Content Manager instance installed on a server. | By default: 8078 |
solrlucene_stop_port | The port that is used to stop the SolrLucene service. This port must be unique for each Content Manager instance installed on a server. | By default: 8077 |
basehostname | The hostname part of the base URL, calculated using baseurl as input stripping the protocol HTTP/HTTPS (e.g. TRIDT06.tribe.trisoft.be) | By default: From baseurl (calculated) |
infosharestswindowsauthenticationenabled | Whether or not the infosharests web site enables IIS windows authentication. | By default: False |
servicecertificatethumbprint | The thumbprint of the service certificate (can be a re-purposed SSL certificate). All the linked web/app servers in a farm must offer the same trusted certificate. | By default: From HTTPS binding of websitename |
servicecertificatevalidationmode | The validation mode of the service certificate ( servicecertificatethumbprint). | By default: ChainTrust |
servicecertificatesubjectname | The subject name of an already installed certificate for unique service identification (can be a re-purposed SSL certificate). All the linked web/app servers in a farm must offer the same trusted certificate. | By default: From HTTPS binding of websitename |