Skip to main content
Inspiring
April 18, 2006
Answered

Coldfusion service hangs when logging into coldfusion administrator

  • April 18, 2006
  • 2 replies
  • 488 views
Hi,

After changing the maximum number of connections to 1, I can no longer enter the coldfusion administrator.
He allows me to enter the password, and then continues, but after showing only the top frame on the left, the coldfusion service hangs.

I use coldfusion mx 6.1 on windows 2003 server and IIS.

Kind regards,

Thomas
    This topic has been closed for replies.
    Correct answer LL20_2
    If you mean the "Maximum number of simultaneous requests", this setting can be changed by making an edit to jrun.xml found in \CFusionMX\runtime\servers\default\SERVER-INF\.
    The argument is:<attribute name="activeHandlerThreads">8</attribute> in the ProxyService section.
    Yours should show <attribute name="activeHandlerThreads">1</attribute>.
    Be sure to make a backup copy of the jrun.xml file before making any edits.
    You will need to restart ColdFusion after the change.


    2 replies

    LL20_2Correct answer
    Participating Frequently
    April 18, 2006
    If you mean the "Maximum number of simultaneous requests", this setting can be changed by making an edit to jrun.xml found in \CFusionMX\runtime\servers\default\SERVER-INF\.
    The argument is:<attribute name="activeHandlerThreads">8</attribute> in the ProxyService section.
    Yours should show <attribute name="activeHandlerThreads">1</attribute>.
    Be sure to make a backup copy of the jrun.xml file before making any edits.
    You will need to restart ColdFusion after the change.


    tictac08Author
    Inspiring
    April 19, 2006
    Your reply solved our problem.
    Many thanks!