I have a file named
favicon.ico
in the web-app folder (grails 2.2.1).
My app is configured to run as root app /
If I open the url
http://mydomain/favicon.ico
I got a not 404 not found.
If I try to move the file in any subfolder it works. For example if I move it to
web-app/test/favicon.ico
and I open
http://mydomain/favicon.ico
the file is correctly served.
The problem is the same if I run the app with grails run-app