Thank you very much for your response. I have browsed through web.xml and the config documentation, and it isn't terribly obvious how I should disable tag pooling. Could you point me in the right direction here? Thanks again.
-----Original Message----- From: Glenn Nielsen [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 13, 2003 5:55 PM To: Tag Libraries Users List Subject: Re: Problems with Tomcat 4.1.18 and xtags The difference is that Tomcat 4.1 comes with Jasper 2. Jasper 2 implements JSP custom tag pooling. The XTags taglib most likely has some sort lifecycle related bug that gets trigger when its tag handlers are pooled. You can disable tag pooling in the JspServlet config in your tomcat/conf/web.xml config file. Regards, Glenn Eduardo Suastegui wrote: > I am running Tomcat 4.1.18 with JDK 1.4.1.01, and use the xtags directory > for server-side XSL transformation (XSLT). The first time I access the page > that includes XML to be displayed through xtags' XSLT, it works. The 2nd > time, it fails (see exception stack trace below), the 3rd time it works, the > 4th time it fails, and so on--odds are okay; evens fail. I do not have this > problem with either Tomcat 4.0.3 or 4.0.6; when I switch to these versions, > all works as expected. Can anyone throw some help my way? Thanks.
