"Hee Meng, Poh" wrote:
> 
> Hi,
> 
> Anyone uses Log4j with Orion? Think of providing logging facilites for both
> web and ejb components.
> What's the good way to specify a PropertyConfigurator?
> 
> Thanks for any info.
> 
> Regards
I am using both tools. You have to remember that EJB are kind of
unwilling to giv you access IO Streams. In out case, we use JMS for
logging. We read the Property file as a resource with the ClassLoader
and let the PropertyConfigurator parse the Properties directly.
Regards
Armin Rauch

Reply via email to