Hi,

take a look at the following JSP-page:

<[EMAIL PROTECTED] contentType="text/plain"%>
<%
        out.println("this should appear immediatly");
        out.flush();
        
        Thread.sleep(3000);
        
        out.println("this should appear after 3 seconds");
%>

If i load the page with FireFox directly by connecting to my Tomcat on
port 8080, it works fine. But if i load the page via apache/mod_jk on
port 80 it doesn't work.

mod_jk connects to the tomcat that also listenes on port 8080.


So something's pretty wrong here, don't you think?
Is it a bug? Or a configuration issue?


Greetings
  Sven


P.S.: Tomcat 5.5.15, Apache 2.0.55, mod_jk 1.2.15


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to