I find that the first call to each JSP is very slow under Tomcat 3.2.1.  I 
initially assumed that the compilation was slow, but even when I precompile 
with jspc, I find that it's still VERY slow.

The offending line is the auto-generated:

         pageContext = _jspxFactory.getPageContext(this, request, response,
                 "com.acme.TestErrorPage", true, 8192, true);

which takes about 22 secs (on a Sun E450!) the first time around.

Any suggestions?

Fergus

(
         Solaris 7
         Sun JDK 1.3 (default hotspot, etc)
         Tomcat 3.2.1
)



-- 
Fergus Gallagher
Orbis
http://www.orbisuk.com/
+44-(0)20-8987 0717

Reply via email to