extensions/geode-modules-assembly/release/tcserver/geode-p2p/server-fragment.xml (12 lines of code) (raw):
<?xml version='1.0' encoding='utf-8'?>
<Server>
<add:Listener className="org.apache.geode.modules.session.catalina.PeerToPeerCacheLifecycleListener"
cache-xml-file="${cache.configuration.file:cache-peer.xml}"
criticalHeapPercentage="${critical.heap.percentage:0.0}"
evictionHeapPercentage="${eviction.heap.percentage:80.0}"
locators="${locators:localhost[10334]}"
log-file="${log.file:gemfire_modules.log}"
rebalance="${rebalance:false}"
statistic-archive-file="${statistic.archive.file:gemfire_modules.gfs}"
statistic-sampling-enabled="${statistic.sampling.enabled:false}"/>
</Server>