Hi paulm,

Would you mind posting your web.xml file and your appengine-web.xml file?
The static files should be mapped in appengine-web.xml (though you can map
them to a default serlet in web.xml). For specific details, see:

http://code.google.com/appengine/docs/java/config/appconfig.html#Static_Files_and_Resource_Files

Thank you,

Jeff


On Fri, Apr 10, 2009 at 8:32 AM, paulm <paulmarso...@gmail.com> wrote:

>
> I am using a css file in my jsp file like this:
>
> <link href="css/corp.css" rel="stylesheet" type="text/css" />
>
> I am getting:
>
> - No mapping for [/css/corp.css/index.html] in DispatcherServlet with
> name xxx
>
> I do not know why App Eng appends index.html. Is it because I am using
> Spring Framework for my app eng application? How can I fix the
> problem?
>
> Same for all images, it is also appending index.html after image file
> names.
>
> Thanks,
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to