You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-a...@googlegroups.com
Hello!
I'm developping a GWT application and I'm trying to deploy it to GAE. I have properties files in the server side (these are just text files in ascii) wich I would like to access from my servlet. It works in development but when I deploy my application to GAE those files seem to be not uploaded since the application cannot access them.
Is there a way to include them so they could be accessed in production?