[google-appengine] Re: Spring, Css mapping error, appending index.html.

2009-04-20 Thread G
Any progress on this issue? I have the same problem. On Apr 16, 2:28 pm, Puran wrote: > Thanks, When i do that not sure why it tries to look in the location / > iii/css/home.css instead and complains .. i thought it should be just > inside war/css/home.css . do i need to create that folder name

[google-appengine] Re: Spring, Css mapping error, appending index.html.

2009-04-16 Thread Puran
Thanks, When i do that not sure why it tries to look in the location / iii/css/home.css instead and complains .. i thought it should be just inside war/css/home.css . do i need to create that folder name same as servlet name?? On Apr 16, 2:13 pm, Jun wrote: > The problem is caused by the followi

[google-appengine] Re: Spring, Css mapping error, appending index.html.

2009-04-16 Thread Jun
The problem is caused by the following settings in web.xml file. iii *.html I changed *.html to *.do, the problem was solved. Thanks, Jun On Apr 16, 1:41 pm, Puran wrote: > Did anyone solved this problem i am having a same problem it attaches > index.html at the end. > > On Apr 14

[google-appengine] Re: Spring, Css mapping error, appending index.html.

2009-04-16 Thread Puran
Did anyone solved this problem i am having a same problem it attaches index.html at the end. On Apr 14, 12:12 pm, Jeff S wrote: > Hi Jun, > > Thanks for sharing, I'm wondering if the issue could also be in the > war directory structure. I tried to reproduce but haven't been able to > so far. To

[google-appengine] Re: Spring, Css mapping error, appending index.html.

2009-04-14 Thread Jeff S
Hi Jun, Thanks for sharing, I'm wondering if the issue could also be in the war directory structure. I tried to reproduce but haven't been able to so far. To test I created a new project with the following war layout war |-- WEB-INF | |-- appengine-web.xml | |-- classes | `... |

[google-appengine] Re: Spring, Css mapping error, appending index.html.

2009-04-12 Thread Jun
Hi Jeff, Here is our appengine-web.xml file: http://appengine.google.com/ns/1.0";> 1 true And web.xml file: http://java.sun.com/dtd/web-app_2_3.dtd'> 60 com.strongtech.iii.we

[google-appengine] Re: Spring, Css mapping error, appending index.html.

2009-04-10 Thread Jeff S
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_F