By default, all files under war are treated as both static and resource
files. You can modify your appengine-web.xml file to explicitly indicate
which files are static and which are resource:
http://code.google.com/appengine/docs/java/config/appconfig.html#Static_Files_and_Resource_Files

- Jason

On Thu, Sep 3, 2009 at 5:47 AM, barak <barak.ya...@gmail.com> wrote:

>
> If I understood correctly - static files are the files that kept under
> the war directory. What are the resources files?
>
> On Sep 2, 7:19 pm, "Jason (Google)" <apija...@google.com> wrote:
> > Static files can be up to 10 MB each. There is no limit on the total
> storage
> > size for static files. There is, however for resource files -- the
> combined
> > size of all resource files can't exceed 150 MB.
> > - Jason
> >
> >
> >
> > On Mon, Aug 31, 2009 at 12:21 AM, barak <barak.ya...@gmail.com> wrote:
> >
> > > I was wondering - does GAE has some limitation regarding the size of
> > > an applicatian uploaded to GAE? I know there is limitation regarding
> > > single size upload, but can my application for example holds hundreds
> > > of files (source, static, what ever)?
> >
> > > Thanks.- Hide quoted text -
> >
> > - Show quoted text -
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
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