1. Known issue under Tomcat4.1.x (Servlet2.3 and JSP1.2 container)

        Add the following lines for JspServlet configuration in web.xml of 
        Tomcat's configuration : 

 

        <init-param>

            <param-name>enablePooling</param-name>

            <param-value>false</param-value>

        </init-param>

This issue will be resolved in the nearest future.
