Re: using log4j in a webapp using embedded tomcat

2014-01-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 John, On 1/28/14, 8:38 PM, John Cartwright - NOAA Federal wrote: > Thanks for your reply Chris. > > On Mon, Jan 27, 2014 at 12:40 PM, Christopher Schultz < > ch...@christopherschultz.net> wrote: > >> Are you running one and only one webapp in you

Re: using log4j in a webapp using embedded tomcat

2014-01-28 Thread John Cartwright - NOAA Federal
Thanks for your reply Chris. On Mon, Jan 27, 2014 at 12:40 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > Are you running one and only one webapp in your Tomcat instance? If > not, then the system property will override it for all webapps, which > will probably cause confusion (

Re: using log4j in a webapp using embedded tomcat

2014-01-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 John, On 1/25/14, 2:32 PM, John Cartwright - NOAA Federal wrote: > I have a simple program which uses embedded-tomcat (7.0.50) to host > a WAR file. The webapp is using log4j and logs correctly when run > inside a standard tomcat container. Howeve

using log4j in a webapp using embedded tomcat

2014-01-25 Thread John Cartwright - NOAA Federal
Hello All, I have a simple program which uses embedded-tomcat (7.0.50) to host a WAR file. The webapp is using log4j and logs correctly when run inside a standard tomcat container. However, when hosted by the embedded-tomcat, the log4j configuration does not appear to be found. I'm specifying a