RE: The Apache Tomcat Native library which allows [yadda yadda yadda...]

2007-06-21 Thread MAHAINDRA Ketut
Hello, You may download the Tomcat Native library from the following location: http://www.apache.org/dist/tomcat/tomcat-connectors/native/ Since your platform is Win32, get the Win32 distribution. The last version is 1.10 if I'm not mistaken. It is advised that you download from the mirror close

SOLVED: Problem with mod_jk / tomcat on file streaming

2007-06-10 Thread MAHAINDRA Ketut
problem disappears. Thanks to Haroon Rafique for pointing this out. -- Best regards, Ketut Mahaindra (Ito) -Original Message- From: MAHAINDRA Ketut [mailto:[EMAIL PROTECTED] Sent: Friday, June 01, 2007 3:42 PM To: users@tomcat.apache.org Subject: Problem with mod_jk / tomcat on file

RE: Problem with mod_jk / tomcat on file streaming

2007-06-02 Thread MAHAINDRA Ketut
Hello, Anyone can help on this? Any help will be greatly appreciated. Thanks again for your kind attention Best regards Ketut Mahaindra (Ito) From: MAHAINDRA Ketut [mailto:[EMAIL PROTECTED] Sent: Fri 06/01/2007 16:40 To: Tomcat Users List Subject: RE

RE: Problem with mod_jk / tomcat on file streaming

2007-06-01 Thread MAHAINDRA Ketut
_jk / tomcat on file streaming Try to reproduce on a test system. If you can do that, use JkLogLevel trace and post the final parts, where you expect the problem to happen. MAHAINDRA Ketut wrote: > Hello, > > This is what I have inside my mod_jk.conf for Apache > --- > LoadModule jk

RE: Problem with mod_jk / tomcat on file streaming

2007-06-01 Thread MAHAINDRA Ketut
of correct flush settings for streaming. Regards, Rainer MAHAINDRA Ketut wrote: > Hello all, > > > > I have a problem when using Tomcat 5.5.23 and apache/mod_jk 1.2.23. > > I have a piece of code that will stream a file when a download request > is made by a user. >

Problem with mod_jk / tomcat on file streaming

2007-06-01 Thread MAHAINDRA Ketut
Hello all, I have a problem when using Tomcat 5.5.23 and apache/mod_jk 1.2.23. I have a piece of code that will stream a file when a download request is made by a user. ... response.setContentType("application/octet-stream"); response.setContentLength((int)fDownload.length()); response.