I have a custom menu item that kicks off a deployment. Sometimes it times out if the process runs more than 5 minutes. I *thought* this would be governed by the IIS timeout, but it was changed by the admin to 10 minutes but it still ends after 5.TS 6.5 Win 2003. What am I missing ? I have not found anything in the manuals.Andy
Menu Items are executed by iwwebd, TomCat (on port 80, unless you've changed that).Default receives and sends Timeout is set to 300 seconds in the /iwhome/iw-webd/conf/httpd.conf.I *believe* you should not modify this File directly. Instead, you modify httpd.conf.template in the samedirectory and then run iwreset -ui.
I *think* in 6.7.1 it looks like the file is now iwwebd.conf.template