Unfortunately, we're not ready to upgrade to 8.0.x yet, but I can see if I
can get our F5 load balancer to add the "Content-encoding: gzip" response
header. Thanks guys!
On 11/03/2015 14:44, Victor Rodriguez wrote:
> Thanks Geoff! The thing is that I'd rather not have to add a servlet
> filter.
>
> Chris, I'm on Tomcat 7.0.53.
Finally. We have some version information.
The bad news is that the Default servlet gzip feature being discussed is
only available in 8.
Thanks Geoff! The thing is that I'd rather not have to add a servlet
filter.
Chris, I'm on Tomcat 7.0.53. The files don't have .gz extensions; they end
in .json and .terrain. If I have gzip="true" will tomcat add
"Content-encoding: gzip" to all requests or only for files that end in
.gz? Havin
Hi Victor,
I'm not sure if this is any use to you, but this guy seemed to have the
same issue as you:
http://stackoverflow.com/questions/1061066/http-compression-how-to-send-precompressed-files-that-exist-in-a-ear-file
Are you able to use the suggestion of an output filter to add the
content-enco
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Dmitrij,
On 3/4/15 7:21 AM, Dmitrij David Padalino wrote:
> Hi everyone, i'm testing my websocket application deployed in
> tomcat with wireshark. When i analize the websocket traffic and i
> select a websocket text message in wireshark to see its c
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Rop,
On 3/10/15 2:57 PM, rop wrote:
> We are trying to upgrade Tomcat from 7.0.35 to 7.0.59.
>
> For some reason, the form-based authentication gets broken after
> the upgrade, and just gives "Invalid username and/or password,
> please try again" w
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Victor,
On 3/10/15 6:33 PM, Victor Rodriguez wrote:
> I'm sorry.
Don't apologize, just listen and respond appropriately.
> I should have prefaced my original question by stating that I'd
> read the Tomcat documentation
Great. So, what is it abou
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
David,
On 3/10/15 8:15 PM, David Bullock wrote:
> On 11 March 2015 at 04:43, Christopher Schultz
> > wrote:
>
> Basically, making a
>> servlet threadsafe only requires you to avoid any non-threadsafe
>> class members in the servlet itself...
>
> S