I am having a situation where the favicon.ico shows up when running on
the dev server but *not* the deployed app.  In fact, when I added the
<static-files> to my appengine-web.xml, not only did it not display on
the GAE machine, but it also caused the application to stop working.

Is there a known list of things to consider between testing on the dev
machine and deployment?  This sort of thing is already black magic and
when things behave differently between dev and production, I start to
get a little nervous.

Scott

On Jul 22, 3:28 pm, Shoubhik <[email protected]> wrote:
> Hi Darien ,
>
> thanks... it worked !!!
>
> I'm using Java..
> so i added
>
> <static-files>
>   <include path="/favicon.ico" />
>   <include path="/Image0652.jpg" />
> </static-files>
>
> in appengine-web.xml
>
> Have a nice day !!!
>
> Thanks and Regards,
> Shoubhik

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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-appengine?hl=en.

Reply via email to