Hi, For my current project we'll need some sort of web interface to remotely administer and change log4j's configuration (log levels, loggers). I saw several mention of such a need but couldn't find any implementation (apparently there's something like this in the sandbox but I couldn't find it). Is there something I could reuse or will I have to start from scratch?
If I start from scratch I was hesitating between doing this using a MBean or a simple webapp (that could either be included in an ear or merged with another webapp). The MBean solution has some compelling aspects but MBean deployments are usually very app-server specific (won't produce your mbean package the same way when using Tomcat or Weblogic). The webapp solution has the advantage of simplicity, it's easy to install in any app server. So any pointers, thought or opinions? Thanks a lot. Matt. P.S. Of course, if I come up with something correct and if you think it could be interesting, this could be contributed to Log4J. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
