A naieve question. When using 'services' like log4j and jboss-JCache with
different j2ee servers like weblogic and websphere, where should they be
started?
It doesn't seem appropriate to start one log4j or JCache from a bean. I'm
guessing a simple object should do it but what should invoke the methods of
this object?
Many thanks!
>A naieve question. When using 'services' like log4j and jboss-JCache with
>different j2ee servers like weblogic and websphere, where should they be
[quoted text clipped - 6 lines]
>Many thanks!
>
Hi Al,
you should initialize a service like log4j, in a init startup servlet ,
or better in a listener class (servlet 2.3 specs) within the
ContextInitialized method or in an Mbean or in a startupclass (container
related method).
Cheers,
Carlo