Message: Request Time-Out (408)
Explanation: Try using a number larger than 600 seconds for the one or both of the HTTP protocol options
TimeOut (to) and KeepaliveTimeOut (kto)... or change them to zero to disable HTTP timeouts.
You can do this by editing one or more of the following Windows command files:
$backup_foxhound3.bat
$start_foxhound3_chrome.bat
$start_foxhound3_chrome_debug.bat
$start_foxhound3_default_browser.bat
$start_foxhound3_default_browser_debug.bat
$start_foxhound3_engine.bat
$start_foxhound3_firefox.bat
$start_foxhound3_firefox_debug.bat
$start_foxhound3_ie.bat
$start_foxhound3_ie_debug.bat
By default, those command files are installed here on Windows XP:
C:\Documents and Settings\All Users\Application Data\RisingRoad\Foxhound3
and on Windows 7 they are here:
C:\ProgramData\RisingRoad\Foxhound3
|
Look for a line inside each command file that says this:
-xs http(port=80;maxsize=0;to=600;kto=600)^
and change one or both of the 600 values to zero (to disable timeouts) or something larger than 600 seconds (10 minutes).
|