It is a warning not an error. Browsers attempt to download a tiny icon that represents the web page (the one that shows up often next to the web page name). If it doesn't exist the browser displays a generic icon.
You can make your own icon (google favicon) on the web, then save it as 'favicon.ico' in your static web resources in your project. The warning will go away, plus you'll get a nice icon. On Jan 11, 12:12 am, MyTesting8 <[email protected]> wrote: > I got the following error after running the web application written up > to step 3 of the GWT tutorial. (http://code.google.com/webtoolkit/doc/ > latest/tutorial/buildui.html): > > com.google.appengine.tools.development.LocalResourceFileServlet doGet > WARNING: No file found for: /favicon.ico > > Does anyone have idea on it? > Thanks in advance.
-- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
