Re: ServletContextListener problem

2005-03-05 Thread Mark Thomas
This is bug 33463 that has been fixed in CVS and is included in 5.5.8 Mark Glenn R. Golden wrote: I'm using Spring 1.1.4 and Tomcat 5.5.7. I have a webapp with a ServletContextListener based on Spring's ContextLoaderListener. The problem I think I'm seeing is that when the listener's

ServletContextListener problem

2005-03-04 Thread Glenn R. Golden
I'm using Spring 1.1.4 and Tomcat 5.5.7. I have a webapp with a ServletContextListener based on Spring's ContextLoaderListener. The problem I think I'm seeing is that when the listener's contextDestroyed() method is called, the ServletContextEvent's ServletContext's attributes have been

ServletContextListener problem

2003-06-27 Thread augusto . guagliano
Hello people. I am trying to use a ServletContextListener but Tomcat 4.1.24 does not like my web.xml :-) The file follows below. I have no idea what's wrong! The error messages are: 27/06/2003 15:16:25 org.apache.commons.digester.Digester error SEVERE: Parse Error at line 9 column 14: Element

RE: ServletContextListener problem

2003-06-27 Thread Shapira, Yoav
Users List Subject: ServletContextListener problem Hello people. I am trying to use a ServletContextListener but Tomcat 4.1.24 does not like my web.xml :-) The file follows below. I have no idea what's wrong! The error messages are: 27/06/2003 15:16:25 org.apache.commons.digester.Digester error

RE: ServletContextListener problem

2003-06-27 Thread Raible, Matt
-app_2_3.dtd; HTH, Matt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2003 12:17 PM To: Tomcat Users List Subject: ServletContextListener problem Hello people. I am trying to use a ServletContextListener but Tomcat 4.1.24 does not like my

RE: ServletContextListener problem

2003-06-27 Thread augusto . guagliano
:21 Please respond to Tomcat Users List To: 'Tomcat Users List' [EMAIL PROTECTED] cc: Subject:RE: ServletContextListener problem You have 2.2 in the first part of your DTD: !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.2//EN