Hi Maxim, good point, I was asking myself, too. I do not have a app.yaml and I am not sure if I do have to add one and what to put in. Will it override appengine-web.xml and web.xml? Would be good to get some clarification. Maybe it can also be configured in appengine-web.xml?
Cheers, Toby On Dec 5, 9:48 pm, Maxim Veksler <[email protected]> wrote: > Hello Guys, > > This > pagehttp://code.google.com/appengine/docs/java/config/appconfig.html#Warm... > says > *"Warming requests are also enabled by default if you configured your Java > application with app.yaml. For details, please refer to Java Application > Configuration Using > app.yaml<http://code.google.com/appengine/docs/java/configyaml/appconfig_yaml....> > ."* > > This > pagehttp://code.google.com/appengine/docs/java/configyaml/appconfig_yaml.... > says > *"In Java applications configured with app.yaml, warming requests are > disabled by default. To enable them, add the warmup argument to the > inbound_servicesdirective:"* > > So which of the two is it? > > I'm configuration my application with app.yaml and warm ups are one of our > definitely wanted features. Logic says it's enabled by default, but lets be > sure. Please don't do the mistake of allowsing different default behaviour > based on configuration method for the same functionality. This will confuse > the hell out of people jumping between appengine-web.xml & app.yaml. > > Thanks, > Maxim. -- 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 [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-java?hl=en.
