Thanks Julian
It is working now. I have moved the location of the stylesheets
directly under the war

This works, but after some more reading I believe I could have change
the static file root directory at appengine-web.xml to
<public-root>"/public"</public-root>
to solve the problem. didnt test it yet.

Regards
Tzach

On Sep 22, 5:34 am, Julian Namaro <[email protected]> wrote:
> Hi,
>
> What do you mean "it is not executed" ? Your CSS has only some rules
> for body and tables and it works fine in my browser. Do you mean your
> CSS file is not updated when you push a new version of your
> application? In that case that's a static files cache issue, you can
> search this forum for "cache busting" solutions.
>
> Julianhttp://www.memobuild.com
>
> On Sep 21, 3:23 am, Tzach <[email protected]> wrote:
>
> > I have a strange issue with a CSS file: although it is available, it
> > is not executed.
> > Does anybody encounter this problem?
>
> > Here is the CSS:http://sudoku-solver-online.appspot.com/stylesheets/main.css
>
> > Here is the HTML file calling ithttp://sudoku-solver-online.appspot.com/
>
> > My appengine-web.xml does includes there right path, otherwise it
> > would not have works with the local Jetty server (it does)
>
> >   <static-files>
> >     <include path="/**.css" />
> >   </static-files>
>
> > Thanks
> > Tzach

-- 
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