Image this senario where you have a structure like this:

war/folder1/folder 2/folder3

I tried defining the static files as

<static-files>

  <include path="/folder1/**.*" />
</static-files>
or as

<static-files>

  <include path="/folder1/**.*" />
  <include path="/folder1/folder 2/**.*"/>
</static-files>
but I can't seen to access any of the files in the /folder1/folder 2/ path
Although this works in development mode it doesn't work on the GAE 
production environment

Does anybody knows how to fix this or if there's a workaround for this 
(besides the option to remove the space from the folder name which is not 
an option in my case)

Cheers

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/ZZKGYClzEcwJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to