RepositorySelector

2003-09-09 Thread Andreas Bothner [ MTN - Innovation Centre ]
Hi, I am using Weblogic Server and am considering implementing a RepositorySelector as discussed by Ceki in http://www.qos.ch/logging/sc.html, and in Chapter 8 of his manual. What I do not know how to do, is to ensure that the Container removes the repository / hierarchy when an EAR / EJB jar

RepositorySelector question...

2002-10-15 Thread Jacob Kjome
I trying to set up a repository selector based on Ceki's doc http://qos.ch/containers/sc.html . I put the CRS class in $TOMAT_HOME/shared/lib and added the following to my Log4jInit class before running any configurator: Object guard = new Object(); LogManager.setRepositorySelector(new Log4jC

RE: RepositorySelector

2003-09-09 Thread Shapira, Yoav
ChemInformatics >-Original Message- >From: Andreas Bothner [ MTN - Innovation Centre ] >[mailto:[EMAIL PROTECTED] >Sent: Tuesday, September 09, 2003 6:52 AM >To: Log4J Users List >Subject: RepositorySelector > >Hi, > >I am using Weblogic Server and

Re: RepositorySelector question...

2002-10-15 Thread Jacob Kjome
No one else has set up a repository selector? hmm Can someone please comment on below? Thanks Jake At 10:23 AM 10/15/2002 -0500, you wrote: >I trying to set up a repository selector based on Ceki's doc >http://qos.ch/containers/sc.html . > >I put the CRS class in $TOMAT_HOME/shared/li

Re: Question re: JBoss / Log4J / RepositorySelector / Web-apps

2003-08-24 Thread prhodes
under JBoss, >>I found this reference to the RepositorySelector mechanism: >>https://www.qos.ch/logging/sc.html >> >>What I don't know however is: >> >>1. Does JBoss even support this mechanism? >Is JBoss written in Java? Yes, I think it is. Yep, it is >sup

Re: Question re: JBoss / Log4J / RepositorySelector / Web-apps

2003-08-24 Thread Jacob Kjome
ration for web-apps running under JBoss, >>I found this reference to the RepositorySelector mechanism: >>https://www.qos.ch/logging/sc.html >> >>What I don't know however is: >> >>1. Does JBoss even support this mechanism? >Is JBoss written in Java?