Integration Server 10.15 | Added, Removed, Deprecated, or Changed Parameters | Release 10.0
 
Release 10.0
Added Parameters
*watt.core.schema.useUnboundedForMaxOccurs Specifies the number at which a maxOccurs value greater than this number is treated as unbounded.
*watt.net.ssl.client.ftps.useJSSE Controls the use of JSSE for all of the outbound FTPS connections from Integration Server. Set this parameter to true to use JSSE for all of the outbound FTPS connections. Set this property to false to indicate that JSSE is not used for outbound FTPS connections. The default is false.
When executing the pub.client:ftp service or the pub.client.ftp:login service, the value of the useJSSE input parameter overrides the value of the watt.net.ssl.client.ftps.useJSSE server configuration parameter.
*watt.server.audit.logFilesToKeep Specifies the number of audit log files, including the current log file for the audit logger, that Integration Server keeps on the file system for an audit logger that writes to a file. When Integration Server reaches the limit for the number of log files for the audit logger, each time Integration Server rotates the audit log, Integration Server deletes the oldest archived audit log file.
*watt.server.audit.logRotateSize Specifies the file size at which Integration Server rolls over the audit log for a logger that writes to a file.
*watt.server.cache.maxEntriesInCache Specifies the default value for the Maximum Entries in Cache property for a distributed system cache used in an Integration Server cluster.
*watt.server.diagnostic.logFiles.maxMB Specifies the maximum number of megabytes of data that Integration Server reads from the file system for an audit log while collecting diagnostic data. This parameter affects the collection of audit log files only. It does not affect audit log data read from the database, nor does it affect other log files such as the server log, stats log or terracotta-client logs. The default is 250 megabytes. You do not need to restart Integration Server for changes to this parameter to take effect.
*watt.server.jms.trigger.groupTag Specifies the group tag used in the names of JMS triggers that belong to a trigger group. Integration Server treats JMS triggers with the specified group tag in the name as members of a trigger group.
*watt.server.remoteInvoke.queryCSRFToken Indicates if, during remote service invocation, Integration Server queries the remote server for the CSRF token for the current session and then includes the token in the service request. If an Integration Server uses Cross-Site Request Forgery (CSRF) guard, requests sent to the server must include a CSRF token. If the request does not include a CSRF token, the server rejects the request. When an Integration Server performs a remote invoke to execute a service on another Integration Server that uses CSRF guard, the request needs to include the CSRF token. To ensure that the request includes a CSRF token, the requesting Integration Server obtains the CSRF token for the current session from the remote Integration Server. The requesting Integration Server then modifies the request to include the CSRF token. However, this is only necessary if the remote Integration Server uses CSRF guard.
*watt.server.response.displayISErrorCode Indicates whether the response from Integration Server to a client application in the case of an error situation includes the Integration Server error code in the header and the body of the response. If you set the value of this parameter to false, the response during error situations includes the error message text without the Integration Server error code in both the header and the body of the response. If you set the value to true, the response during error situations includes the Integration Server error code and the corresponding error message text in the header and body of the response. The default value of the parameter is true.
*watt.server.SOAP.default.endpointHTTP Specifies the default provider web service endpoint alias for the HTTP protocol.
*watt.server.SOAP.default.endpointHTTPS Specifies the default provider web service endpoint alias for the HTTPS protocol.
*watt.server.SOAP.HTTP.useMailWriter Configures Axis stack to use an alternate multipart writer implementation based on the JavaMail AP
*watt.server.SOAP.identifyISGeneratedWSDL When creating a web service descriptor from a WSDL document as well as the refresh, Integration Server detects whether the WSDL document was originated by Integration Server.
Removed Parameters
*watt.server.event.nerv.subscribeService.user No replacement. The pub.event.nerv:subscribe service has been removed from the product as of Integration Server version 10.0.
Changed Parameters
*watt.net.ssl.client.useJSSE Controls the use of JSSE only for the outbound HTTPS connections from Integration Server.
Note: This change does not impact any FTP connections created using the pub.client:ftp and the pub.client.ftp:login services.