Re: How can I prevent Quartz multiple execution after tomcatrestart

2009-10-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 10/26/2009 11:52 AM, André Warnier wrote: > Assuming there is a single (and default) Host, like this : > > > > > and multiple requests comes in with a header > Host: somealias.company.com > > then indeed the fact of having this Alias,

RE: How can I prevent Quartz multiple execution after tomcatrestart

2009-10-26 Thread Caldarale, Charles R
> From: André Warnier [mailto:a...@ice-sa.com] > Subject: Re: How can I prevent Quartz multiple execution after > tomcatrestart > > Assuming there is a single (and default) Host, like this : > > > > > and multiple requests comes in with a header > Host

Re: How can I prevent Quartz multiple execution after tomcatrestart

2009-10-26 Thread André Warnier
Christopher, thanks for the masterful analysis. I'll pick out just one aspect : Christopher Schultz wrote: ... If it happened to be (2), then one could argue that adding an matching the real "Host:" of the calls, is actually slightly faster than not doing so. My point exactly. ... One

Re: How can I prevent Quartz multiple execution after tomcatrestart

2009-10-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 10/23/2009 5:36 PM, André Warnier wrote: > Sorry Mark, I did just now, and figure that it must be happening > somewhere around line 600 of that piece of art, but my Java knowledge is > too limited to figure out what exactly it is doing. It'

Re: How can I prevent Quartz multiple execution after tomcatrestart

2009-10-23 Thread André Warnier
Mark Thomas wrote: Pid wrote: On 23/10/2009 15:25, André Warnier wrote: Well, let's get to the bottom of this. When Tomcat gets a request, does it : 1) figure immediately that it has only one Host, and thus not even look at the "Host:" header, and respond with the one and only default Host ? or

Re: How can I prevent Quartz multiple execution after tomcatrestart

2009-10-23 Thread Mark Thomas
Pid wrote: > On 23/10/2009 15:25, André Warnier wrote: >> Well, let's get to the bottom of this. >> When Tomcat gets a request, does it : >> 1) figure immediately that it has only one Host, and thus not even look >> at the "Host:" header, and respond with the one and only default Host ? >> or >> 2)

Re: How can I prevent Quartz multiple execution after tomcatrestart

2009-10-23 Thread Pid
On 23/10/2009 15:25, André Warnier wrote: Caldarale, Charles R wrote: From: André Warnier [mailto:a...@ice-sa.com] Subject: RE: How can I prevent Quartz multiple execution after tomcatrestart Note that if you have only one , elements are completely superfluous. But maybe still useful

Re: How can I prevent Quartz multiple execution after tomcatrestart

2009-10-23 Thread André Warnier
Caldarale, Charles R wrote: From: André Warnier [mailto:a...@ice-sa.com] Subject: RE: How can I prevent Quartz multiple execution after tomcatrestart Note that if you have only one , elements are completely superfluous. But maybe still useful, from a documentation point of view

RE: How can I prevent Quartz multiple execution after tomcatrestart

2009-10-23 Thread Caldarale, Charles R
> From: André Warnier [mailto:a...@ice-sa.com] > Subject: RE: How can I prevent Quartz multiple execution after > tomcatrestart > > > Note that if you have only one , elements are > > completely superfluous. > But maybe still useful, from a documentation point of v

Re: How can I prevent Quartz multiple execution after tomcatrestart

2009-10-23 Thread André Warnier
Caldarale, Charles R wrote: From: Elli Albek [mailto:e...@sustainlane.com] Subject: Re: How can I prevent Quartz multiple execution after tomcatrestart If all you need is multiple domains mapped to the same application, try replacing ... ... With: XXX.com ... Note that if you have only one

RE: How can I prevent Quartz multiple execution after tomcatrestart

2009-10-23 Thread Caldarale, Charles R
> From: Elli Albek [mailto:e...@sustainlane.com] > Subject: Re: How can I prevent Quartz multiple execution after > tomcatrestart > > If all you need is multiple domains mapped to the same application, try > replacing > > ... > ... > > With: > > XXX.co