Hi,

In Tomee 1.5.x there used to be a file tomee.xml where it had EJB config
like stateless pool, etc... Will be using Tomee 1.6 in prod when it's out.

I find documentation confusing and not comprehensive.

1- How can I package a config file with my WAR to config tomee?
Currently I package /src/main/resources/META-INF/application.properties with
values like:
asynchronouspool.maxsize = 4
asynchronouspool.keepalive = 1m

But this does not seem to do anything

2- Where can I find a reference to all options to be configured?

3- My WAR gets deployed on different machines where hardware could be very
powerful or slow. Is there any specific options to tweak for Tomee to
perform at its best? The app uses @Async alot, EJBs, high volume
transactional site

4- I'm not a Tomcat guru, how can I package a file with the WAR to configure
all of tomcat settings? server.xml or something else? request caching,
request threads, etc...? Is /src/main/resources a good place to put this
file or some other location?

Thanks,
Z



--
View this message in context: 
http://openejb.979440.n4.nabble.com/Tomee-config-questions-tp4666085.html
Sent from the OpenEJB User mailing list archive at Nabble.com.

Reply via email to