Re: Dynamic logging configuration updates in Tomcat

2007-10-15 Thread Carl Mosca
> I've never heard of embedded Tomcat. That said, the whole deal w/ > embedded systems is that the API is drastically limited so if logging > isn't working, and this may sound like a dumb question but, is it > possible that logging just isn't supported? Yes, it's possible but not probable based

Re: Dynamic logging configuration updates in Tomcat

2007-10-15 Thread Adam Gordon
I've never heard of embedded Tomcat. That said, the whole deal w/ embedded systems is that the API is drastically limited so if logging isn't working, and this may sound like a dumb question but, is it possible that logging just isn't supported? Regardless, space isn't really an issue for us

Re: Dynamic logging configuration updates in Tomcat

2007-10-15 Thread Carl Mosca
Adam, Have you tried your code with the embedded Tomcat? (I am not having any success getting a webapp to do logging within embedded Tomcat.) TIA, Carl

RE: Dynamic logging configuration updates in Tomcat

2007-10-15 Thread Adam Gordon
gging.properties file during subsequent changes. --adam -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Thursday, October 11, 2007 12:39 PM To: Tomcat Users List Subject: Re: Dynamic logging configuration updates in Tomcat -BEGIN PGP SIGNED MESSAGE- Has

Re: Dynamic logging configuration updates in Tomcat

2007-10-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Adam, Adam Gordon wrote: > Wow, no one had any ideas as to what is going on? I have no idea if Tomcat supports this -- the logging-related configuration directives in the docs should say if it is directly supported. If you're using log4j, I know tha

RE: Dynamic logging configuration updates in Tomcat

2007-10-11 Thread Adam Gordon
Wow, no one had any ideas as to what is going on? Anyway. We never figured out why Tomcat has an issue with this, but we found a suitable workaround by basically doing what the LogHandler does when it re-reads and refreshes the logging configuration - we take the new logging level values and appl