Re: Best practice for using Log4j, EJB, Struts,and WebLogic6.1 together

2002-02-08 Thread DONNIE HALE
I've never set up log4j programmatically - I always use a .properties or -properties.xml file. I'd probably have some kind of logging wrapper to isolate the app from Category, etc. So perhaps a static initialization block in that wrapper class would work. Donnie >>> [EMAIL PROTECTED] 02/07/0

Re: Best practice for using Log4j, EJB, Struts,and WebLogic6.1 together

2002-02-05 Thread Eric L. Ma
Thanks Donnie and Ceki. One more question - how do you set up log4j? Do you use a WebLogic startup class (will tie you to an app server vendor)? A stateless session bean that is loaded in the free pool when the server starts up? Or other mechanism?