You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by duncan <du...@ip.lu> on 2000/12/04 18:38:29 UTC

Performance problems with tomcat 3.2 and Sun's JDK1.3 for Win32

Has Anybody else had performance problems when running Tomcat 3.2 (b8 or final
release) using Sun's 1.3 JDK/JRE?

I have experienced response times of 40 seconds for a jsp page. The problem seems to
come in the JSP part. The request is processed initially in a controlling servlet
and then forwarded to a JSP layout page. Here other JSP pages are included to build
up the response page.