If I want to specify my application JULI logging configuration inside my EAR
file rather than using the TomEE config/logging.properties file, can I
simply place a logging.properties file somewhere in my EAR? If I put it in
the lib directory of the ear, TomEE complains that it isn't a valid jar
file. If I put it in the META-INF directory, it seems to be ignored. What is
the correct location for this?

Also, if I want my logging configuration to use a custom Handler that uses
EJB/CDI and JPA to store the logs in the database, where does the Handler
class/jar file need to be placed?

This is with the released version of TomEE plus 1.6.0.



-----
- Tim
--
View this message in context: 
http://openejb.979440.n4.nabble.com/Custom-JULI-logging-properties-and-Handler-class-for-an-EAR-tp4667219.html
Sent from the OpenEJB User mailing list archive at Nabble.com.

Reply via email to