This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: struts tag does not reinit in jboss. How to resolve?richard_djs Dec 10, 2006 1:55 AM (in response to richard_djs)I made some test, and found that the destroy() method of tag was not be called by the container every time when I open the jsp page. 
 But the destroy() was called every time when I reopen the same page in my WEBLOGIC envirment.
 I think the jboss container should be config to fix the problem.
 please give me a suggestion?
- 
        2. Re: struts tag does not reinit in jboss. How to resolve?richard_djs Dec 12, 2006 12:40 AM (in response to richard_djs)My project is at jboss-4.0.4 + windowXP. 
- 
        3. Re: struts tag does not reinit in jboss. How to resolve?richard_djs Dec 13, 2006 11:10 PM (in response to richard_djs)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>
