> From: André Warnier [mailto:a...@ice-sa.com] > Now, how many of these "ServletContextListener" things are in > existence,
Exactly as many as you have defined in web.xml. Probably one, as you probably wouldn't want to define more than that - I'm not even sure whether the spec allows it. > and how many are being called to say that something is going on ? Each listener you have defined will be called exactly once. - Peter --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org