You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Nwalal mi Nyom <nw...@wanadoo.fr> on 2002/03/23 11:57:28 UTC

valueUnBound(....) methods is not called when i stop Tomcat Server or Servlet

Hi,
I use Tomcat4.0.1,Apache1.3.22.
in my servlet file i use class which implements HtppSessionBindingListener and I have 
implement valueBound(....) and valueUnbound(..) methods.

 when i load my jsp  valueBound(... ) is called correctly
But when l close my servlet  or  when i stop Tomcat Server,  valueUnbound(...) method  is not called 

can somebody help me 

Thanks

Martin