Caldarale, Charles R wrote:
From: Elli Albek [mailto:[email protected]]
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

<Host name="localhost" ...>...</Host>
<Host name="XXX.com"...>...</Host>

With:
<Host name="localhost" ...>
<Alias>XXX.com</Alias>
...</Host>

Note that if you have only one <Host>, <Alias> elements are completely 
superfluous.

But maybe still useful, from a documentation point of view. ;-)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to