Configuring the Tomcat settings

Note: Some properties require the SunSystems services to be restarted for changes to take effect. Where indicated by the Restart Services icon, use the Restart Services application to reset the services.
Note: Clicking Default resets the property to the system default value.

To configure the Tomcat settings for SSC:

  1. Open the Configuration Manager (CGM).
  2. Select SSC > SSC Server.
  3. Configure the system settings:
    Disable Servlet Automatic Timeout (HTTP)
    This flag allows the servlet container to use a different, longer connection timeout while a servlet is being executed, which in the end allows either the servlet a longer amount of time to complete its execution, or a longer timeout during data upload. The default value is On.
    Restart services.
    Enable HTTP DNS Lookup
    Set to true if you want calls to request.getRemoteHost() to perform a DNS lookup in order to return the actual host name of the remote client. Set to false to skip the DNS lookup and return the IP address in String form instead (thereby improving performance). By default, DNS lookups are disabled. The default value is Yes.
    Restart services.
    HTTP Connection Timeout (milliseconds)
    The number of milliseconds this connector will wait, after accepting a connection, for the request URI line to be presented. The default value is 300000.
    Restart services.
  4. Save your changes.