users@glassfish.java.net

Re: Glassfish 4.0 cluster + mod_jk. Servlet streaming ...

From: <forums_at_java.net>
Date: Thu, 16 Jan 2014 09:54:09 -0600 (CST)

After a lot of attemps and experiments, looks like the problem was solved
after I remove "Content-Length" from response headers. So I just had to
comment this line from servlet's code: //response.setHeader("Content-Length",
String.valueOf(fimage.length()));

--
[Message sent by forum member 'elioengcomp']
View Post: http://forums.java.net/node/900842