Almost forgot, I don't have my appengine-web.xml checked-in, but here's the relevant snippet:
<?xml version="1.0" encoding="utf-8"?> <appengine-web-app xmlns="http://appengine.google.com/ns/1.0"> <application>...</application> <version>...</version> <system-properties> * <property name="java.util.logging.config.file" value="WEB-INF/logging.properties"/>* ... </system-properties> <precompilation-enabled>true</precompilation-enabled> </appengine-web-app> -- 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/-/uIVK2ed9v-IJ. 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.