I am not sure, but I believe you need a different ip address for each
one --> This is dependant on your OS, and I have not ever had the guts to
use MS servers :) I made no other changes than this:
The only other thing that may be a tomcat issue is making sure you have the
default host set:
<Engine name="Standalone" defaultHost="maya.domain-a.com" debug="0">
<Host name="www.domain-a.com" debug="0" appBase="hosts/domain-a"
unpackWARs="true" autoDeploy="true">
<Alias>domain-a.com</Alias>
<Alias>XXX.XXX.XXX.201</Alias>
</Host>
<Host name="www.domain-b.ca" debug="0" appBase="hosts/domain-b"
unpackWARs="true" autoDeploy="true">
<Alias>domain-b.ca</Alias>
<Alias>XXX.XXX.XXX.202</Alias>
</Host>
<Host name="www.domain-c.com" debug="0" appBase="hosts/domain-c"
unpackWARs="true" autoDeploy="true">
<Alias>domain-c.com</Alias>
<Alias>XXX.XXX.XXX..203</Alias>
</Host>
And they all work fine. I think you may be dealing with a port problem with
IIS routing requests. Sorry, but I won't be much help debugging a IIS
problem :(
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]