Thread executor question

2011-11-22 Thread David Dabbs
We're going to be upgrading some vintage version 6 Tomcats to TC 7. I was wondering if there's any migration guide, in particular any discussion of the advantages to using thread pools/executors. Thanks, David

RE: Thread executor question

2011-11-22 Thread David Dabbs
Avid, > > On 11/22/11 3:57 PM, David Dabbs wrote: > > We're going to be upgrading some vintage version 6 Tomcats to TC 7. > > > > > > I was wondering if there's any migration guide, in particular any > > discussion of the advantages to using threa

RE: unable to set MaxPermSize past 128MB

2012-02-05 Thread David Dabbs
See inline > -Original Message- > From: Josh Gooding [mailto:josh.good...@gmail.com] > Sent: Sunday, February 05, 2012 9:44 PM > To: Tomcat Users List > Subject: unable to set MaxPermSize past 128MB > > Hey one more wild question for this sunday evening (I hope) > > I just upgraded to 6.

RE: Tomcat latency

2011-05-26 Thread David Dabbs
> -Original Message- > From: David kerber [mailto:dcker...@verizon.net] > Sent: Thursday, May 26, 2011 9:33 AM > To: Tomcat Users List > Subject: Re: Tomcat latency > > > Yes, 1.6.0_24 is the latest. I believe the only changes from _22 were > security fixes, though. > > 1.6.0_25 is

Unix domain socket support for AJP connector?

2010-09-16 Thread David Dabbs
Hi. I've looked about (obviously in the wrong places if it exists) for whether or not the AJP APR connector supports listening on a Unix domain socket. Specifically, I'd like to connect this way using mod_proxy_ajp. This begs another question. Which of the following are the highest-performing way

How best to get some data from a Servlet to Apache access log. . .

2010-10-02 Thread David Dabbs
Hello. I'm running Tomcat fronted by Apache httpd via mod_proxy_ajp. There's a small bit of data from my Servlet response I'd like to get into the Apache access_log. I know I could set a response header, say X-MyData, and log that using a CustomLog directive. But I don't want this header cruft g

Assistance determining cause of httpd error log entries

2010-11-18 Thread David Dabbs
Hello. I have a number of error_log entries I’m trying to resolve. We're fronting a Tomcat 6.0.29 instance with httpd 2.2.15 via mod_proxy_ajp. My suspicion is that we get requests with too-long request uri and or Referrer and this is gumming up the works for AJP protocol marshalling. Would a

Re: Assistance determining cause of httpd error log entries

2010-11-18 Thread David Dabbs
On Thu, Nov 18, 2010 at 8:52 AM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > David, > > On 11/18/2010 3:41 AM, David Dabbs wrote: > > We're fronting a Tomcat 6.0.29 instance with httpd 2.2.15 via > mod_proxy_ajp. > > Oblig

RE: APR/Native: when to use it?

2010-12-02 Thread David Dabbs
Would it provide better performance for AJP connector processing? Thanks, David -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Thursday, December 02, 2010 3:09 PM To: Tomcat Users List Subject: RE: APR/Native: when to use it? > From: Aggarwal, A