comparison war/WEB-INF/appengine-web.xml @ 3:cf06b77a8bbd

Committed branch of the e4D repos sti-gwt branch 16384. git-svn-id: http://dev.dariah.eu/svn/repos/eu.dariah.de/ap1/sti-gwt-dariah-geobrowser@36 f2b5be40-def6-11e0-8a09-b3c1cc336c6b
author StefanFunk <StefanFunk@f2b5be40-def6-11e0-8a09-b3c1cc336c6b>
date Tue, 17 Jul 2012 13:34:40 +0000
parents
children
comparison
equal deleted inserted replaced
2:2897af43ccc6 3:cf06b77a8bbd
1 <?xml version="1.0" encoding="utf-8"?>
2 <appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
3 <application>sti1</application>
4 <version>1</version>
5
6 <!-- Configure serving/caching of GWT files -->
7 <static-files>
8 <include path="**" />
9
10 <!-- The following line requires App Engine 1.3.2 SDK -->
11 <include path="**.nocache.*" expiration="0s" />
12
13 <include path="**.cache.*" expiration="365d" />
14 <exclude path="**.gwt.rpc" />
15 </static-files>
16
17 <!-- Configure java.util.logging -->
18 <system-properties>
19 <property name="java.util.logging.config.file" value="WEB-INF/logging.properties"/>
20 </system-properties>
21
22 </appengine-web-app>