This afternoon I upgrade my web2py environment from 1.99.7 to 2.2.1; after upgrading I noticed the batch file that starts web2py did not work correctly - the interface appeared on 127.0.0.1 instead of 192.168.1.6. After fiddling around with this I discovered the -i parameter is NOT respected when combined with the -t parameter in the 2.2.1 version. Example:
c:\web2py\web2py_no_console.exe -a PASSWORD -i 192.168.1.6 -p 81 -c server.crt -k server.key *-t* including the taskbar parameter -t causes interface to open on 127.0.0.1 disregarding the -i parameter c:\web2py\web2py_no_console.exe -a PASSWORD -i 192.168.1.6 -p 81 -c server.crt -k server.key this works as expected; interface opens on 192.168.1.6, but there is no taskbar icon I am running windows Vista Business w/ latest patches. Please let me know if there is something I'm doing incorrectly or if more information is needed, and thanks for supporting a great program! -Rob --

