まず、これを読んでくれてありがとう。
<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/
これはサイトのリンクです。
誰か提案がありますか?なんでも??本当に感謝します..みんなありがとう..