> From: Michael [mailto:sg...@gmx.net]
> Subject: HTTP Connector GZIP compression
>
> I am on tomcat 5.5.27. Unfortunately compression worked arbitrary,
> worked on html only and worked even when I turned it off.
Please post your server.xml so we can see exactly what you configured. Note
that t
> From: Dan Armbrust [mailto:daniel.armbrust.l...@gmail.com]
> Subject: Re: How to debug Error: listenerStart?
>
> Perhaps it is behaving different on Tomcat 6. I didn't try 6, only
> the latest 5.5, since that's what I'm using in production.
Sorry, I didn't realize this was only a 5.5 issue. I
Hi, we have an application that was developed using NetBeans VisualWeb,
JSF/JSTL, Tomcat 6.0.16, and
MySQL 5.0. The application appears to work fine for about a week -
through all our tests, no problem. Then for some reason it begins to
generate the following sequence of five errors/warnings ev
I started testing the connection pool with our application. I have an
issue with the abandon connection detection.
Looking at the source code the timestamp which is used to check for
abandonment is updated when the connection is created, borrowed, or
returned.
In our application we create a temp
On Fri, Apr 3, 2009 at 8:32 PM, Caldarale, Charles R
wrote:
>> From: Caldarale, Charles R
>> Subject: RE: How to debug Error: listenerStart?
>
>> To close out this thread
>
> Or maybe not.
>
>> I've reopened bug
>> https://issues.apache.org/bugzilla/show_bug.cgi?id=34110
>> and attached a war file
Hi folks,
recently I came upon the built-in compression of Tomcat. After reading
the docs I turned compression on and set html, javascript and css to
compress.
I am on tomcat 5.5.27. Unfortunately compression worked arbitrary,
worked on html only and worked even when I turned it off.
I scann