From: Marcell Kiss-Toth [mailto:[EMAIL PROTECTED] Subject: Re: More domains

The ROOT folder is the same as in the top ROOT folder.

I don't really understand the above statement. What do you mean by "top
ROOT folder"? The appBase settings for the two <Host> elements should be
completely independent.
I mean that I copied the entire webapps\ROOT folder to webapps\mydomain.com\ROOT.

The Host configuration looks like the following (server.xml):

     <Host name="www.mydomain.com" appBase="together.hu"
      unpackWARs="true" autoDeploy="true"
      xmlValidation="false" xmlNamespaceAware="false">

       <Alias>mydomain.com</Alias>

       ... (the same as for the localhost)
     </Host>

So localhost's working but for mydomain.com I only get a blank page (alias is working too). What could be wrong?

Thanks,

Marcelll

Reply via email to