override some tomee default values

This commit is contained in:
Athou
2013-04-15 11:46:31 +02:00
parent 0da3ce1bc5
commit 056023552a
3 changed files with 59 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
<?xml version="1.0"?>
<tomee>
<Container id="CommaFeedStateless" type="STATELESS">
PoolSize=10
StrictPooling=false
</Container>
</tomee>