Re: binary streaming / content-type problem with mod_jk ?

2005-07-21 Thread Jérôme Chauvin
Thanks for your answer Henri :) I agree with you, finally I don't think the problem comes from mod_jk It may be Apache (using mod_jk and Tomcat) like described by Stuart Hynd in his post on this page : http://www.junlu.com/msg/107218.html Or, perhaps, QuickTime 6 which is more "weaker" than QT7

Re: binary streaming / content-type problem with mod_jk ?

2005-07-20 Thread Jérôme Chauvin
Any ideas ? It would be helpful :) Thanks, Jérôme Chauvin Le 19 juil. 05, à 10:09, Jérôme Chauvin a écrit : Hi all ! I've developed a servlet ("BinaryStreaming" based on "StreamingContent" by Raj Behera) which does a binary stream of a mpeg video file which is created progressively (by anot

binary streaming / content-type problem with mod_jk ?

2005-07-19 Thread Jérôme Chauvin
Hi all ! I've developed a servlet ("BinaryStreaming" based on "StreamingContent" by Raj Behera) which does a binary stream of a mpeg video file which is created progressively (by another servlet/software/Unix command/... not important ) and finally read and played by Quicktime. I use Apache a

Re: binary streaming / content-type problem with mod_jk

2005-07-18 Thread Jérôme Chauvin
Hi all ! I've developed a servlet which does a binary stream of a mpeg video file which is created progressively (by another servlet/software/Unix command/... ) and finally read and played by Quicktime. I use Apache and Tomcat so I've installed mod_jk All work well but... : If I go on htt

content-type problem with mod-jk

2004-09-01 Thread Stuart Hynd
The content-type header field in an http response from a servlet running in tomcat but delivered through mod-jk appears to be defined by the apache mime type and extension configuration. If a servlet sets the content type then the value is not reflected in the response when using mod-jk. This means

RE: Content type problem: solved..

2003-05-29 Thread Reynir Hübner
; To: [EMAIL PROTECTED] > Subject: Re: Content type problem > > > I'm guessing that you are using an rd.include(request, > response), which specifically forbids changing things like > content-type. > > "Reynir Hübner" <[EMAIL PROTECTED]> wrote in messa

Re: Content type problem

2003-05-29 Thread Bill Barker
I'm guessing that you are using an rd.include(request, response), which specifically forbids changing things like content-type. "Reynir Hübner" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hi, I have a content-type problem... I have a website where most urls

Content type problem

2003-05-29 Thread Reynir Hübner
Hi, I have a content-type problem... I have a website where most urls are not with an file ending such as .jsp that is most urls are something like this : http://website.com/news http://website.com/staff http://website.com/news/12/05/2003 This is done by urlrewriting with a filter. The