RE: servlet.getDebug

2004-02-28 Thread Andrew Hill
umm... if I recall this was to do with the logging output level right? Yeh. 1.1 deprecates that. Instead it expects this all to be configured in your logging impl. 1.1 uses commons-logging (a logging api wrapper) that allows the actual logger used to be pluggable. Unfortunately configartion of

RE: servlet.getDebug()?

2003-06-26 Thread Filip Polsakiewicz
it's the same with: session, request, (i believe: log) and a few more. These variable a deklared automatically for usage within your servlets. HTH Filip -Original Message- From: sgu88 [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 4:15 PM To: [EMAIL PROTECTED] Subject: