ICEfaces
  1. ICEfaces
  2. ICE-2539

Documentation Required on com.icesoft.faces.connectionTimeout Context-Param

    Details

    • Type: Improvement Improvement
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.6.2
    • Fix Version/s: 1.7.1
    • Component/s: Documentation
    • Labels:
      None
    • Environment:
      Windows XP Professional
      Tomcat 5.5.25
    • Affects:
      Documentation (User Guide, Ref. Guide, etc.)

      Description

      A client was having problems with the connection timing out after 30 seconds. After looking at currently documented settings for connection management and Tomcat configuration variables, I searched our code for incidences of 30 or 30000 and found the following in the DOMResponseWriter:

      "timeout: " + configuration.getAttributeAsLong("connectionTimeout", 30000) + "," +

      I set the following in web.xml and it worked:

      <context-param>
      <param-name>com.icesoft.faces.connectionTimeout</param-name>
      <param-value>180000</param-value>
      </context-param>

      This should be documented so clients can modify this setting when faced with connection management issues.

        Activity

        Hide
        Ken Fyten added a comment -

        Added to Dev. Guide in 1.7.1.

        Show
        Ken Fyten added a comment - Added to Dev. Guide in 1.7.1.

          People

          • Assignee:
            Unassigned
            Reporter:
            Brad Kroeger
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: