You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomee.apache.org by "Howard W. Smith, Jr." <sm...@gmail.com> on 2012/12/05 08:13:33 UTC

TomEE resource settings best for production

Below, I have default settings (*bolded*) in my tomee.xml. Can you please
let me know what settings are best for production? I have under 10 endusers
that use the web app most of the day. Thanks.


<Resource id="jdbc/mcmsJta" type="javax.sql.DataSource">
  JdbcDriver org.apache.derby.jdbc.EmbeddedDriver
  JdbcUrl jdbc:derby:databasename;create=true
  UserName *******
  Password *******
  JtaManaged true
  jmxEnabled true
*  InitialSize 10*
*  MaxActive 100*
*  MaxIdle 30*
*  MaxWait 10000*
</Resource>