Re: HTTP Compression

2004-08-16 Thread Navjot Singh
Upload file thru activex or applet. Can't see anything to happen from browser(currently) otherwise. - Navjot Singh Shailender Jain wrote: Hi, Using the servlet 2.3 specification one can compress the data (gzip) while sending from server and uncompress on the client (Browser). Has anybody tried,

Re: HTTP Compression (Struts)

2004-08-11 Thread Navjot Singh
unless you have special reasons why do you wish to burden struts or web app with everything? why not use mod_gzip with apache and put tomcat/xyz behind apache? it gives good compression and you can define compression or no compression based on mime types. regards Navjot Singh Nathan Maves wrote

Re: HTTP Compression (Struts)

2004-08-11 Thread Michael McGrady
At 08:08 AM 8/11/2004, you wrote: Yeah a lot of people. There was a thread on this very topic last week please check the archive before posting :) http://marc.theaimsgroup.com/?l=struts-user&m=109183678222344&w=2 Nathan If you do a search on compression in the user messages, at www.servlets.com

Re: HTTP Compression (Struts)

2004-08-11 Thread Nathan Maves
Yeah a lot of people. There was a thread on this very topic last week please check the archive before posting :) http://marc.theaimsgroup.com/?l=struts-user&m=109183678222344&w=2 Nathan On Aug 11, 2004, at 4:17 AM, Shailender Jain wrote: Hi, Has anybody used Http Compression technique for a web

RE: HTTP Compression

2004-08-06 Thread Avinash Gangadharan
/onjava/2003/11/19/filters.html -Original Message- From: Eric Noel [mailto:[EMAIL PROTECTED] Sent: Friday, August 06, 2004 4:45 PM To: Struts Users Mailing List Subject: Re: HTTP Compression Shailender Jain wrote: >Hi, > >I know this is not the right place to ask this questio

Re: HTTP Compression

2004-08-06 Thread Eric Noel
Shailender Jain wrote: Hi, I know this is not the right place to ask this question. Has anybody ever used HTTP compression and image compression techniques so that the web page is downloaded extremely fast. Any pointers on this will be really helpful. Shailender Jain If youre using apache you ca

Re: [OT] Re: HTTP Compression

2004-08-06 Thread bryan
--- Original Message - From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Fri, 6 Aug 2004 08:22:19 -0400 Subject: [OT] Re: HTTP Compression To: Struts Users Mailing List <[EMAIL PROTECTED]> If only someone would invent the technology that will allow us to query the vastness known as t

RE: HTTP Compression

2004-08-06 Thread tiwari.rajeev
Hi shailandar, I myself have not done the same but one of my associates in previous organization has had the experience in image compression. If you need, I may refer you that person. -regards - regards Raj (+91-11-31261821) -Original Message- From: Shailender Jain [mailto:[EMAIL PROT

Re: HTTP Compression

2004-08-06 Thread Nathan Maves
Correct! What is the best way to make sure that the filter is only picking up content that should be compressed. i.e. we have some actions that produce images. I assume that you would filter on *.do or /do/* but this would include these actions. Would it be wise to check the response type b

[OT] Re: HTTP Compression

2004-08-06 Thread DGraham
M Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To Struts Users Mailing List <[EMAIL PROTECTED]> cc Subject Re: HTTP Compression Any pointers for these Servlet filter I have no idea how to approach. Emmanouil Batsis wrote: > Shaile

Re: HTTP Compression

2004-08-06 Thread Emmanouil Batsis
Google does http://www.onjava.com/pub/a/onjava/2003/11/19/filters.html Shailender Jain wrote: Any pointers for these Servlet filter I have no idea how to approach. Emmanouil Batsis wrote: Shailender Jain wrote: Hi, I know this is not the right place to ask this question. Has anybody eve

Re: HTTP Compression

2004-08-06 Thread puneet . a
yeah there are filters available...!!! Puneet Agarwal Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com "Shailender Jain" <[EMAIL PROTECTED]> 08/06/2004 05:29 PM Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To "[EMAIL PROTECTED]" <

Re: HTTP Compression

2004-08-06 Thread Shailender Jain
Any pointers for these Servlet filter I have no idea how to approach. Emmanouil Batsis wrote: > Shailender Jain wrote: > > >Hi, > > > >I know this is not the right place to ask this question. > > > >Has anybody ever used HTTP compression and image compression techniques > >so that the web page i

Re: HTTP Compression

2004-08-06 Thread Emmanouil Batsis
Shailender Jain wrote: Hi, I know this is not the right place to ask this question. Has anybody ever used HTTP compression and image compression techniques so that the web page is downloaded extremely fast. The usual way is to use a Servlet filter to compress the right content for the right cli