Haha - well it was opened in vim (over an SSH terminal), then I removed all the 
comments - I'll admit it's not the prettiest xml :-)

----- Original Message ----
From: Hassan Schroeder <[EMAIL PROTECTED]>
To: Tomcat Users List <users@tomcat.apache.org>; Toby Hobson <[EMAIL PROTECTED]>
Sent: Friday, 29 June, 2007 8:51:15 PM
Subject: Re: Strange problem with virtual host

On 6/29/07, Toby Hobson <[EMAIL PROTECTED]> wrote:
> Hi guys,
>
> I'm experiencing some really strange behaviour with a new virtual host that I 
> have created. Here's a little bit of background:

If the following is an actual copy/paste of your server.xml, you really
need a better (XML-aware!) editor :-)

           <Host name="localhost" appBase="webapps/localhost"
               unpackWARs="true" autoDeploy="true" xmlValidation="false"

            xmlNamespaceAware="false">

               <Host name="www.esuri-apartment.com"
                   appBase="webapps/esuri" unpackWARs="true"
autoDeploy="true" />


                   appbase="webapps/falcon" unpackWARs="true"
autoDeploy="true" />



                appbase="webapps/blotterpad" unpackWARs="true"
autoDeploy="true" />

           </Host>

Tell me it doesn't really look like that...

-- 
Hassan Schroeder ------------------------ [EMAIL PROTECTED]




Reply via email to