RE: logging.properties and Filter problem

2006-10-24 Thread Ronny Batty
properly. Once again thanks for the assistance. Ronny. -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: 24 October 2006 17:20 To: Tomcat Users List Subject: RE: logging.properties and Filter problem > From: Ronny Batty [mailto:[EMAIL PROTECTED] > Subje

RE: logging.properties and Filter problem

2006-10-24 Thread Caldarale, Charles R
> From: Ronny Batty [mailto:[EMAIL PROTECTED] > Subject: RE: logging.properties and Filter problem > > We have several sites happily running on > 5.5.13 on Linux and I would prefer not to > upgrade the server and potentially introduce > different problems, if at all possibl

RE: logging.properties and Filter problem

2006-10-24 Thread Ronny Batty
:[EMAIL PROTECTED] Sent: 24 October 2006 16:49 To: Tomcat Users List Subject: RE: logging.properties and Filter problem > From: Ronny Batty [mailto:[EMAIL PROTECTED] > Subject: logging.properties and Filter problem > > The Filter is initialized and works as expected when using Tomcat

RE: logging.properties and Filter problem

2006-10-24 Thread Caldarale, Charles R
> From: Ronny Batty [mailto:[EMAIL PROTECTED] > Subject: logging.properties and Filter problem > > The Filter is initialized and works as expected when using > Tomcat 5.5.17 on Windows 2K, my deployment on Linux using > Tomcat 5.5.13 does not initialize the Filter It would s

logging.properties and Filter problem

2006-10-24 Thread Ronny Batty
Hi there, I've created a logging.properties file in the WEB-INF/classes directory of one of my web contexts. This file sets the logging level to SEVERE and defines a Filter class which exists within a .jar file in the same web context. The Filter is initialized and works as expected when using