I hava found the resolution on tomcat FAQ Bug 16001 - Tag_release() not invoked.
The web.xml of jbossweb-tomcat55.sar\conf need the configuration of
<init-param>
<param-name>enablePooling</param-name>
<param-value>false</param-value>
</init-param>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993688#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...