Tomcat: 5.0.28 Apache: 2.0.52 JDK: 1.4.2_10 I am having an issue with the JK 1.2.15 and JK 1.2.14 Apache / Tomcat connector. I am able to successfully compile them on my Linux server and install them without any errors. The issue I am having is when I utilize my Java servlet to display the status of loading XML files into a database. The servlet streams a page to the web browser. The import process takes several minutes to complete and periods are streamed across the page as each XML file is processed. Using the JK 1.2.15 and JK 1.2.14 connectors, this page no longer shows the streaming information. When the servlet is accessed, the web browser clocks and after 5 minutes the page finally shows up with all of the information (the import process was completed). I was able to successfully compile the JK 1.2.13 connector on the exact same system using the same servlets and the information streams just fine. When I access my servlet, the status page correctly shows the progress of the import. I am unsure what changes were make in the connector between 1.2.13 and 1.2.14 that is causing this issue. Since I am using the exact same configuration, I am at a loss. Has anyone else experienced this issue or have any recommendations?