Re: Tomcat Consultant

2010-09-24 Thread Donald Winston
I was a PL-I expert. That's why I know it's spelled PL-I (roman numerals not arabic. I always thought this was funny) On Sep 24, 2010, at 9:49 PM, michel wrote: > Don't know about you, but I was left really, really worried about actually > being on a project under those conditions. > > > Lot

Re: Tomcat Logging Not Working Properly

2010-09-24 Thread Donald Winston
resurrection.level=FINE (thanks everybody. You were helpful) On Sep 24, 2010, at 10:05 AM, Donald Winston wrote: > > I can't get logging to work properly with tomcat(. The file handler prefix > works but anything below INFO does not show up in the log! What could be > wro

Tomcat Logging Not Working Properly

2010-09-24 Thread Donald Winston
I can't get logging to work properly with tomcat(. The file handler prefix works but anything below INFO does not show up in the log! What could be wrong? I declare the logger in my classes like the following: private static Logger logger = Logger.getLogger(JessServletCommand.class.getName());