Using Log4j mail appender in Karaf with pax logging

2011-07-18 Thread Sam Hendley
Is it possible to use the log4j email appenders in karaf? I have been googling for a few hours and I have seen a number of partial answers but nothing definative one way or the other. Here is my SMTP appender configuration in org.ops4j.pax.logging.cfg

Re: Using Log4j mail appender in Karaf with pax logging

2011-07-18 Thread Jean-Baptiste Onofré
Hi, You have to install javax.mail bundle. This bundle is part of the jetty feature or you can install by hand: osgi:install mvn:javax.mail/mail/1.4.3 Regards JB On 07/19/2011 01:01 AM, Sam Hendley wrote: Is it possible to use the log4j email appenders in karaf? I have been googling for a