Hi, I am quite new to the thematic of Tomcat together with Apache. I am running a project where in the first step a Tomcat-Configuration standalone was used to have a WebApplication running.
To be able to use the .htaccess-Feature from Apache (since I really know only apache and not tomcat), I switched the Tomcat-Configuration from Tomcat-Standalone to Apache-Tomcat and configured the Apache to use the Tomcat-Connector for one directory (/wow/). The application running on the Tomcat shall send a (more or less) continuous stream of data to the Browser of the user, a java-application is receiving the data and displays it in its window. Since I use the Apache between the Browser and Tomcat, something seems to buffer the data Tomcat is sending out: I see in the catalina.out that it is sending out data (DEBUG: message #3222 delivered), but with a snoop/tcpdump I see that no data is send out from my Webserver to the client. Therefore, I assume that Apache is buffering there. Does anyone else know this behaviour and can tell me how to "fix" it? Ciao, Hanno -- -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>