Martin, Chuck

Thanks for reply.

1. servlet-api.jat is only in tomcat/common/lib

2. cut from web.xml

Can we see the web.xml listener element configuration for 
ServletContextListener and any listener's deriving from ServletContextListener

   <listener>
      
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
   </listener>

   <listener>
       <listener-class>myapp.util.WebApplicationContextSupport</listener-class>
   </listener>

have you verified your $CATALINA_HOME/commons/lib/servlet-api.jar is the same 
as the OS specific distro jar?

Downloaded binary distro from Tomcat site. OS Linux (archlinux & debian)

Just tried  5.5.15 and 5.5.17 - the same problem.

it doesn't happen in 5.0.28 though.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to