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

<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: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to