<?xml version="1.0" encoding="UTF-8"?>
<tc:tc-config xmlns:tc="http://www.terracotta.org/config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.terracotta.org/config http://www.terracotta.org/schema/terracotta-4.xsd">
	<servers>
		<server name="localhost" host="localhost">
			<dso-port>9510</dso-port>
			<jmx-port>9520</jmx-port>
			<data>target/terracotta/server/data</data>
			<logs>target/terracotta/server/logs</logs>
			<statistics>target/terracotta/server/statistics</statistics>
		</server>
	</servers>
	<clients>
		<logs>target/terracotta/clients/logs/%(tc.nodeName)</logs>
		<statistics>target/terracotta/clients/statistics/%(tc.nodeName)</statistics>
	</clients>
	<application>
		<spring>
			<jee-application name="ehcache-sample-webapp">
				<instrumented-classes>
					<include>
						<class-expression>simple.domain.SimpleDomain</class-expression>
					</include>
				</instrumented-classes>
				<session-support>true</session-support>
				<fast-proxy>true</fast-proxy>
				<application-contexts>
					<application-context>
						<paths>
							<path>/WEB-INF/config/application-context.xml</path>
						</paths>
					</application-context>
				</application-contexts>
			</jee-application>
		</spring>
		<dso>
			<web-applications>
				<web-application>sample-webapp</web-application>
			</web-applications>
			
			<roots>
				<root>
					<field-name>simple.service.SimpleService.visitCounts</field-name>
				</root>
			</roots>
		</dso>
	</application>
</tc:tc-config>
