I am running CherryPy 3.2.2 under Python 3.2.2 (coincidence!). I include in my server configuration the element:
"/favicon.ico": { "tools.staticfile.on": True, "tools.staticfile.filename": "/myhome/myserver/favicon.ico" },
However the server does not show my icon in my browser's address bar. Any hints?
To be more precise, in Chrome and in Firefox, the icon does show up in the tab label but not in the address bar; in Seamonkey it does appear in both -- that's what I would like it to do under any browser. Maybe it is not a CherryPy problem?
-- tsf