Updating application.properties

Configuration items that can be configured in application.properties

  • Navigate to the following directory:
    % cd $Installation_Directory/cdws/BOOT-INF/classes
  • Edit application.properties and save after making requisite modifications.
Configuration Items Description
accessKey.connectionTimeInactivityLimit Configure access token inactivity time in minutes (Default value is 60 minutes)
accessKey.connectionTimeMaxLimit Configure access token maximum timeout in minutes (Default value is 1400 minutes)
accessKey.maxConnectionNumber Configure maximum number of CDNode connections(Default value is 100)
cdserver.http.enabled To Enable HTTP ( Default value: False), otherwise by default HTTPS will remain enabled
cdserver.http.port To configure HTTP Port (Default value: 9090)
server.ssl.enabled-protocols To enable/disable legacy protocols. Where protocols can be TLSv1, TLSv1.1, TLSv1.2
server.ssl.ciphers To explicitly enable list of ciphers which are supported by legacy protocol
server.port Port on which CDWS is running (Default value: provided during installation)
statistics.limit The limit of Select Statistics records in-case it is not provided explicitly (Default value: 1000)
spring.redis.port Configuring CD Web Services to communicate with REDIS server running on a given port
Note: This value is set during installation and should not be modified without due considerations.
Note: After making any of the changes mentioned above, CD Web Server needs to be started.