Sha256: 34848e05a13aca49f9fdb2a9ada1f1b0fbd78e3db19c882b3021b767966fcc2a

Contents?: true

Size: 440 Bytes

Versions: 1

Compression:

Stored size: 440 Bytes

Contents

<?xml version="1.0" encoding="utf-8"?>
<appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
  <application><%= @project_name %></application>
	<version>1</version>

	<!-- Configure java.util.logging -->
	<system-properties>
		<property name="java.util.logging.config.file" value="WEB-INF/logging.properties"/>
	</system-properties>

	<sessions-enabled>true</sessions-enabled>
  <threadsafe>true</threadsafe>

</appengine-web-app>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vraptor-scaffold-1.3.0 lib/vraptor-scaffold/generators/app/templates/gae/appengine-web.xml.tt