-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

David,

On 5/4/2009 2:41 PM, David.Meldrum wrote:
>      <Host name="southchurch.ath.cx"  appBase="webapps"
>          unpackWARs="true" autoDeploy="true"
>          xmlValidation="false" xmlNamespaceAware="false">
>                  <!--  Access Log Valve turned off
>          <Valve className="org.apache.catalina.valves.AccessLogValve"
>               directory="logs" prefix="b4bc_access_log."
>               suffix=".txt" pattern="common" resolveHosts="false"/>
>               -->
>      </Host>
>      <Host name="localhost"  appBase="webapps"
>          unpackWARs="true" autoDeploy="true"
>          xmlValidation="false" xmlNamespaceAware="false">
>            </Host>

Yup: you have two <Host> elements pointing to the same deployment
directory. All of your webapps are being deployed one for each <Host>.
Thus, you get two of them.

I don't believe you need a second (first, really) <Host> element: just
stick with the "localhost" one. It doesn't look like the two definitions
are different in any way, so simply removing the "southchurch.ath.cx"
one shouldn't affect you at all (except by freeing up a bunch of memory
being used by extra apps being deployed!).

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkn/TiUACgkQ9CaO5/Lv0PB92wCglV6wBgpYooBIpHmvt5UQQnl4
bfcAoIrUft9uZM/ncydZizajLMb9y89H
=btdD
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to