[jboss-user] [Installation, Configuration & Deployment] - Re: struts tag does not reinit in jboss. How to resolve?

richard_djs do-not-reply at jboss.com
Wed Dec 13 23:10:59 EST 2006


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#3993688

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3993688



More information about the jboss-user mailing list