At 12:53 AM 19/07/2001, [EMAIL PROTECTED] wrote:
>BACKGROUND:snipped
>
>QUESTION:
>
>Using the log4j.properties file alone, how can I properly configure this mess?
>The way it works now,
>the WLSLoginCategory set gets loaded as root and every class in the web-app
>which uses
>the other set of WebAppCategory classes craps out.
What do you mean by craps out?
As a stab in the dark - if you are getting a ClassCast exception then it is
probably your CategoryFactory setup. How are you specifying which
log4j.properties file to use for each of the hot-deployable apps? if you
use a fully qualified pathname then all the hot-deployed apps will be using
the same properties file as the WLSLogin... and hence using the same
CategoryFactory. The introductory manual (of the most recent release) has a
good discussion on initializing log4j in the Tomcat environment which may
be of use to you.
HTH
Robert
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]