首先,提前感谢您阅读本文。
<application>${APPLICATION}</application>
<version>${VERSION}</version>
<system-properties>
<property
name="java.util.logging.config.file"
value="WEB-INF/classes/logging.properties"
/>
<property name="appengine.datastore.disableChunkSizeWarning" value="false"></property>
</system-properties>
<static-files>
<include path="/images/**" expiration="40d 0h 0m 0s" />
</static-files>
<precompilation-enabled>true</precompilation-enabled>
<warmup-requests-enabled>true</warmup-requests-enabled>
<threadsafe>true</threadsafe>
<inbound-services>
<service>channel_presence</service>
</inbound-services>
以上是我的appengine-web.xml,在我配置静态文件设置后,每个页面请求都返回“错误404”
http://dev.magic-note.appspot.com/
这是网站的链接。。
有人有什么建议吗??任何事物??真的很感激..谢谢大家..