On Thu, 02 Sep 2004 19:43:17 +0200, Andreas Schildbach <[EMAIL PROTECTED]> wrote: > Shapira, Yoav wrote: > > > Loggers are gone: your server.xml <Logger> element is invalid and should > > be removed. > > > > For configuring commons-logging with Tomcat, see > > That leads me to the following question: > > Is it possible to have one log per context with the new logging scheme, > as it was possible with the <Logger> elements? > > This is rather essential for Servers that run multiple applications. > > And while I am at it: Is it also possible for > commons-logging/java.util.logging on Tomcat 5.0 to separate by context?
Yes, it's possible because of the log category names. Ex, for a context, it's: org.apache.catalina.core.ContainerBase.[enginename].[hostname].[path] It's fair to assume that later builds are going to include: - a decent default log configuration using java.logging - documentation on how to use other loggers If anyone wants to contribute that, he's welcome ;) -- xxxxxxxxxxxxxxxxxxxxxxxxx R�my Maucherat Developer & Consultant JBoss Group (Europe) S�RL xxxxxxxxxxxxxxxxxxxxxxxxx --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
