RE: CrawlerSessionManagerValve only working with default host

2018-04-12 Thread Matt Cosentino
12/04/18 00:10, Matt Cosentino wrote: > I first noticed it by the large number of sessions in the manager webapp, but > then I verified it in my logs. Both of my sites are polled every minute by > the UptimeRobot service. These requests are logged and I can see what session > is bei

RE: CrawlerSessionManagerValve only working with default host

2018-04-11 Thread Matt Cosentino
lve - Matt -Original Message- From: Christopher Schultz <ch...@christopherschultz.net> Sent: Wednesday, April 11, 2018 1:46 PM To: users@tomcat.apache.org Subject: Re: CrawlerSessionManagerValve only working with default host Matt, On 4/11/18 2:03 PM, Matt Cosentino wrote: &g

CrawlerSessionManagerValve only working with default host

2018-04-11 Thread Matt Cosentino
I have CrawlerSessionManagerValve set up at the Engine level, but it only seems to be working for the default host and not any other host. Is this expected behavior? Should I put it at the host level for each host? Here is an example of how I have it set up:

RE: Skip resource path in TLD scanner?

2017-11-20 Thread Matt Cosentino
DO NO SCAN line. This took my startup time from a couple minutes to under a second. Best of luck. On Friday, November 17, 2017 1:26 PM, Christopher Schultz <ch...@christopherschultz.net<mailto:ch...@christopherschultz.net>> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ma

RE: Skip resource path in TLD scanner?

2017-11-20 Thread Matt Cosentino
, 2017 12:26 PM To: users@tomcat.apache.org Subject: Re: Skip resource path in TLD scanner? -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Matt, On 11/16/17 12:11 PM, Matt Cosentino wrote: > This keeps getting worse, my site was down for over a minute while the > TLD scanner ran. Ther

RE: Skip resource path in TLD scanner?

2017-11-16 Thread Matt Cosentino
ubject: Re: Skip resource path in TLD scanner? On 28/04/17 17:00, Matt Cosentino wrote: > Yes, it's other folders within WEB-INF. I turned on the TldScanner > logging and it is definitely what is causing the delay. My situation > probably isn't very typical. The delay varies in

RE: Response cut off after 10 seconds when using NIO2 connector

2017-07-13 Thread Matt Cosentino
So you know, I switched NIO and NIO2 on my two servers last night so that the timeout no longer occurs on my live server. The test server now shows the behavior. - Matt -Original Message- From: Matt Cosentino [mailto:mcosent...@cacorp.com] Sent: Wednesday, July 12, 2017 10:05 PM

RE: Response cut off after 10 seconds when using NIO2 connector

2017-07-12 Thread Matt Cosentino
AM To: Tomcat Users List <users@tomcat.apache.org> Subject: AW: Response cut off after 10 seconds when using NIO2 connector Hi Matt, > -Ursprüngliche Nachricht- > Von: Matt Cosentino [mailto:mcosent...@cacorp.com] > Gesendet: Dienstag, 11. Juli 2017 19:35 > An: Tomcat

Response cut off after 10 seconds when using NIO2 connector

2017-07-11 Thread Matt Cosentino
I'm using Tomcat 8.5.16 with the NIO2 connector and OpenSSL. It seems that if a request runs for more than 10 seconds, Tomcat simply cuts off the response. This does not happen with either the NIO or APR connectors. I'm using all default settings. Is this expected behavior or am I missing a

Http2UpgradeHandler crash

2017-04-28 Thread Matt Cosentino
Tomcat crashed on us today, here is an excerpt from the crash log: Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) J 19003 org.apache.tomcat.jni.Socket.sendb(JLjava/nio/ByteBuffer;II)I (0 bytes) @ 0x0599a2df [0x0599a280+0x5f] J 42307 C2

RE: Skip resource path in TLD scanner?

2017-04-28 Thread Matt Cosentino
when our sites are down. - Matt -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Friday, April 28, 2017 7:28 AM To: Tomcat Users List <users@tomcat.apache.org> Subject: Re: Skip resource path in TLD scanner? On 27/04/17 23:39, Matt Cosentino wrote: &

RE: Skip resource path in TLD scanner?

2017-04-28 Thread Matt Cosentino
-27 23:17 GMT+03:00 Matt Cosentino <mcosent...@cacorp.com>: > > I need to skip some of the resource paths within WEB-INF. I know > there's a property for skipping jar files, but I couldn't find one for resource paths. I reported this as a bug and was told that the property exists

RE: Skip resource path in TLD scanner?

2017-04-27 Thread Matt Cosentino
: Re: Skip resource path in TLD scanner? On 27/04/17 21:17, Matt Cosentino wrote: > I need to skip some of the resource paths within WEB-INF. I know > there's a property for skipping jar files, but I couldn't find one for > resource paths. I reported this as a bug and was told that t

Skip resource path in TLD scanner?

2017-04-27 Thread Matt Cosentino
I need to skip some of the resource paths within WEB-INF. I know there's a property for skipping jar files, but I couldn't find one for resource paths. I reported this as a bug and was told that the property exists. Where is it? - Matt

Re: Tomcat on Windows Server 2008 fails to stop completely

2008-07-31 Thread Matt Cosentino
completely On 30 Jul 2008 at 14:49, Matt Cosentino wrote: I'm setting up a new server with Tomcat 6.0.16 running on Windows Server 2008 with version 1.1.14 of the native DLL. When I stop the service it seems to stop, but the process does not end. I have to then end the process manually before I can

Tomcat on Windows Server 2008 fails to stop completely

2008-07-30 Thread Matt Cosentino
I'm setting up a new server with Tomcat 6.0.16 running on Windows Server 2008 with version 1.1.14 of the native DLL. When I stop the service it seems to stop, but the process does not end. I have to then end the process manually before I can start the service again. I've narrowed it down to

Re: Erratic HTTP response behavior

2007-06-13 Thread Matt Cosentino
, Matt Cosentino [EMAIL PROTECTED] wrote: Well that didn't last long. After making some other changes the problem has returned... with a vengeance! Seriously, it's even weirder than before. Not only are some responses coming back chunked, but some are coming back completely wrong. Like I try

Re: Erratic HTTP response behavior

2007-06-13 Thread Matt Cosentino
on the network. -- Len On 6/13/07, Matt Cosentino [EMAIL PROTECTED] wrote: Well that didn't last long. After making some other changes the problem has returned... with a vengeance! Seriously, it's even weirder than before. Not only are some responses coming back chunked, but some are coming back

Re: Erratic HTTP response behavior

2007-06-11 Thread Matt Cosentino
In a previous discussion it was said that the problem was fixed in 5.5.17, so maybe the problem was reintroduced somehow. - Original Message From: Matt Cosentino [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Friday, June 8, 2007 6:12:28 PM Subject: Re: Erratic

Re: Erratic HTTP response behavior

2007-06-08 Thread Matt Cosentino
. - Original Message From: Matt Cosentino [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Friday, May 25, 2007 4:09:57 PM Subject: Re: Erratic HTTP response behavior No I am on intending on using chunked responses. Is there a way to disable it? - Original Message

Erratic HTTP response behavior

2007-05-25 Thread Matt Cosentino
I’m experiencing some very erratic behavior in my local development installation of Tomcat. Here is my setup: Windows XP SP2 Tomcat 6.0.13 (had been using Tomcat 5.5.20 and was experiencing the same behavior) Struts Web Application (I’ve had similar issues with the manager app, so I’m

Re: Erratic HTTP response behavior

2007-05-25 Thread Matt Cosentino
SIGNED MESSAGE- Hash: SHA1 Matt, You're right, this /is/ erratic behavior. I think something is going wrong with your headers or something: Matt Cosentino wrote: /body/html0 HTTP/1.1 200 OKServer: Apache-Coyote/1.1Transfer-Encoding: chunkedDate: Fri, 18 May 2007 22:35:13 GMT Your response

Re: Erratic HTTP response behavior

2007-05-25 Thread Matt Cosentino
[EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Matt, You're right, this /is/ erratic behavior. I think something is going wrong with your headers or something: Matt Cosentino wrote: /body/html0 HTTP/1.1 200 OKServer: Apache-Coyote