Skip to main content
Legend
February 2, 2016
Answered

CF11 Standard CFadmin display values for Request Tuning

  • February 2, 2016
  • 1 reply
  • 1428 views

Hi Folks,

When a Standard license is applied to CF installation the values displayed in CFadmin for Request Tuning do not

match what is defined in ColdFusion11\cfusion\lib\neo-runtime.xml

Why is there a discrepancy in CF11 Standard graphic display of CF runtime settings? EG Server Settings > Request Tuning >

Maximum number of simultaneous Template requests displays 400 when ColdFusion11\cfusion\lib\neo-runtime.xml value parameter says <var name='requestLimit'><number>25.0</number>

Work flow:

Before CF Standard key is applied display values match neo-runtime.xml

CF currently without a license

Install CF Standard license key

No changes applied to CF settings Request Tuning now displays

Thanks in advance, Carl.

    This topic has been closed for replies.
    Correct answer Charlie Arehart

    Carl, what is the value for maxthreads on the <Connector protocol="AJP/1.3" line in the cfusion\runtime\server.xml file? I suspect you’ll find it’s that the neo-runtime.xml value is being ignored because the maxthreads in the server.xml is higher.

    I’m not saying it’s right, but I’m saying that I’ve seen it before (and indeed, it’s this way on my own server, which runs CF11 Standard).

    Let us know what you find, and if you change the value in the Admin, does the server.xml line change?

    /charlie

    1 reply

    Charlie Arehart
    Community Expert
    Community Expert
    February 2, 2016

    Carl, before going any farther, do you find that if you change the value in the interface, that the xml file changes?

    /charlie

    /Charlie (troubleshooter, carehart. org)
    Legend
    February 2, 2016

    Hi Charlie,

    If I change Maximum number of simultaneous Template requests 400 to 35 in CFadmin gui, CF logs audit log reports:

    User admin changed Request Tuning settings. Maximum number of simultaneous Template requests: From '400' to '35'. Maximum number of simultaneous Flash Remoting requests: From '400' to '10'. Maximum number of simultaneous Web Service requests: From '400' to '10'. Maximum number of simultaneous CFC function requests: From '400' to '10'. Maximum number of simultaneous Report threads: From '8' to '10'. Timeout requests waiting in queue: From '60' to '10'.

    Checking neo-runtime.xml again still has "requestLimit" 25.

    I notice if values are altered in Server Settings > Settings in CFadmin those display ok in gui and read according in neo-runtime.xml.

    I have not observed Server Settings > Request Tuning displaying this way with CF11 Enterprise license.

    Regards, Carl.

    Charlie Arehart
    Community Expert
    Charlie ArehartCommunity ExpertCorrect answer
    Community Expert
    February 3, 2016

    Carl, what is the value for maxthreads on the <Connector protocol="AJP/1.3" line in the cfusion\runtime\server.xml file? I suspect you’ll find it’s that the neo-runtime.xml value is being ignored because the maxthreads in the server.xml is higher.

    I’m not saying it’s right, but I’m saying that I’ve seen it before (and indeed, it’s this way on my own server, which runs CF11 Standard).

    Let us know what you find, and if you change the value in the Admin, does the server.xml line change?

    /charlie

    /Charlie (troubleshooter, carehart. org)