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 t

Re: Tomcat on Windows Server 2008 fails to stop completely

2008-07-31 Thread Matt Cosentino
008 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

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
ESSAGE- Hash: SHA1 Matt, You're right, this /is/ erratic behavior. I think something is going wrong with your headers or something: Matt Cosentino wrote: > 0 HTTP/1.1 200 OKServer: Apache-Coyote/1.1Transfer-Encoding: > chunkedDate: Fri, 18 May 2007 22:35:13 GMT Your response headers a

Re: Erratic HTTP response behavior

2007-05-25 Thread Matt Cosentino
r "Christopher Schultz" <[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 somet

Re: Erratic HTTP response behavior

2007-06-08 Thread Matt Cosentino
ld be greatly appreciated. - Original Message From: Matt Cosentino <[EMAIL PROTECTED]> To: Tomcat Users List 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? -

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 Sent: Friday, June 8, 2007 6:12:28 PM Subject: Re: Erratic HTTP response be

Re: Erratic HTTP response behavior

2007-06-13 Thread Matt Cosentino
other resources, somehow. I don't understand it, but I figured I'd at least share my experience in case this helps anyone else. - Original Message ---- From: Matt Cosentino <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Monday, June 11, 2007 1:07:37 PM Subject: Re: Erratic HTTP re

Re: Erratic HTTP response behavior

2007-06-13 Thread Matt Cosentino
t responds with an image. I tried reverting everything that I changed back to how they were before and the problem doesn't go away. So strange, could really use some help. - Original Message ---- From: Matt Cosentino <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Wednesday, Jun

Re: Erratic HTTP response behavior

2007-06-13 Thread Matt Cosentino
e correct clients. You may have to log traffic at both the client and server ends if there's a proxy or gateway between them. Given all of those logs, you should be able to figure out where a particular request went astray - in Tomcat, in the application, or in the network. My money's on

Re: Erratic HTTP response behavior

2007-06-13 Thread Matt Cosentino
logs, you should be able to figure out where a > particular request went astray - in Tomcat, in the application, or in > the network. My money's on the network. > -- > Len > > On 6/13/07, Matt Cosentino <[EMAIL PROTECTED]> wrote: >> Well that didn't last long. After ma

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: Skip resource path in TLD scanner?

2017-04-27 Thread Matt Cosentino
} } It skips /WEB-INF/classes/ and /WEB-INF/lib/, but it does not check any property to skip user defined paths. - Matt -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Thursday, April 27, 2017 5:05 PM To: Tomcat Users List Subject: Re: Skip resource path in TLD

RE: Skip resource path in TLD scanner?

2017-04-28 Thread Matt Cosentino
I already did, that only mentions skipping jar files. - Matt -Original Message- From: Violeta Georgieva [mailto:violet...@apache.org] Sent: Friday, April 28, 2017 1:30 AM To: Tomcat Users List Subject: Re: Skip resource path in TLD scanner? Hi, 2017-04-27 23:17 GMT+03:00 Matt

RE: Skip resource path in TLD scanner?

2017-04-28 Thread Matt Cosentino
ond counts 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 Subject: Re: Skip resource path in TLD scanner? On 27/04/17 23:39, Matt Cosentino wrote: > https://tomcat.apache.org/t

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 org.apache.tomcat.util.net.S

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 sett

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

2017-07-12 Thread Matt Cosentino
4:56 AM To: Tomcat Users List 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 Users List > Betre

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 To

RE: Skip resource path in TLD scanner?

2017-11-16 Thread Matt Cosentino
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 my various web > applica

RE: Skip resource path in TLD scanner?

2017-11-20 Thread Matt Cosentino
Sent: Friday, November 17, 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 >

RE: Skip resource path in TLD scanner?

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

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: CrawlerSessionManagerValve only working with default host

2018-04-11 Thread Matt Cosentino
er_Valve - Matt -Original Message- From: Christopher Schultz 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: > I have CrawlerSessionManagerVal

RE: CrawlerSessionManagerValve only working with default host

2018-04-12 Thread Matt Cosentino
Ahh, I can see that from the source now, thanks. - Matt -Original Message- From: Mark Thomas Sent: Thursday, April 12, 2018 2:27 AM To: Tomcat Users List Subject: Re: CrawlerSessionManagerValve only working with default host On 12/04/18 00:10, Matt Cosentino wrote: > I first noti