[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: HttpInvokers Data Compression using GZIP streams

2006-03-02 Thread boa_ig
Thanks, Compression is work (in testing) JBoss plans this function to add in Released? sory for my bad English Oleg. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3927418#3927418 Reply to the post :

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: HttpInvokers Data Compression using GZIP streams

2006-03-02 Thread [EMAIL PROTECTED]
Yes, http://jira.jboss.com/jira/browse/JBAS-2882 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3927663#3927663 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3927663 ---

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: HttpInvokers Data Compression using GZIP streams

2006-03-01 Thread boa_ig
! - 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

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: HttpInvokers Data Compression using GZIP streams

2006-03-01 Thread [EMAIL PROTECTED]
You need to conditionally wrap the input stream: | URL url = new URL(http://localhost:8080/invoker/JNDIFactory;); | URLConnection conn = url.openConnection(); | conn.setRequestProperty(Accept-Encoding, x-gzip, x-deflate, gzip, deflate, identity); | InputStream is

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: HttpInvokers Data Compression using GZIP streams

2006-02-28 Thread boa_ig
Prompt where to search. It can be made whether or not? Please Help View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3926770#3926770 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3926770

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: HttpInvokers Data Compression using GZIP streams

2006-02-28 Thread boa_ig
I use example, org.jboss.test.hello testsuite package, is an example of using the HttpInvoker to configure a stateless session bean to use the RMI/HTTP protocol. How to me to add compression for RMI? sory my bad English View the original post :

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: HttpInvokers Data Compression using GZIP streams

2006-02-28 Thread [EMAIL PROTECTED]
Look into the compression option on the tomcat http connector. http://tomcat.apache.org/tomcat-5.5-doc/config/http.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3926836#3926836 Reply to the post :

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: HttpInvokers Data Compression using GZIP streams

2006-02-27 Thread Mich0
Hi! I also use CompressionSocketFactory in case of JRMPInvoker. How can I use compression in HttpInvoker without changes in jboss kernel? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3926696#3926696 Reply to the post :

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: HttpInvokers Data Compression using GZIP streams

2006-02-19 Thread boa_ig
HI Jani I now have problem with CompressionSocketFactory HttpInvoker. Prompt, how you managed her(it) to realize? Oleg. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3924946#3924946 Reply to the post :