<! - A HTTP/1.1 Connector on port 8080 - >
      < Connector port = "8080" address = " $ {jboss.bind.address} "
         compression = "force"
         compressableMimeType = " application/x-www-form-urlencoded, 
application/x-java-serialized-object "   
         maxThreads = "250" strategy = "ms" maxHttpHeaderSize = "8192"
         emptySessionPath = "true"
         enableLookups = "false" redirectPort = "8443" acceptCount = "100"
         connectionTimeout = "20000" disableUploadTimeout = "true" / >
..........................................................................
If to do(make) standart Tomcat, it is necessary Accept-Encoding "," x-gzip, 
x-deflate, gzip, deflate

I have added in console\remote\Util.java, mq\il\http\HTTPClient.java, 
http\interface\Utils.java
conn.setRequestProperty ("Accept-Encoding", " x-gzip, x-deflate, gzip, deflate 
");

Does not work
The server compresses the data
The client does not understand stream

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927081#3927081

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927081


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to