https://issues.apache.org/bugzilla/show_bug.cgi?id=46807

           Summary: Cannot disable jsp tag pooling
           Product: Tomcat 6
           Version: 6.0.18
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Jasper
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: eabb...@crunchtime.com


Set jvm param -Dorg.apache.jasper.runtime.JspFactoryImpl.USE_POOL=false.
In web.xml set enablePooling to false.

Created a custom tag that extends 
import javax.servlet.jsp.tagext.BodyTagSupport;


Verified by adding member field
private long creation_time = System.currentTimeMillis();

inside doInitBody()...
  public void doInitBody() {
    System.out.println("creation_time="+ creation_time);
  }

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to