All I need is different FQDNs (Fully qualified domain names)  
 
 Say: 
  
 www.mysite.com,  
 
 mail.external.mysite.com  
 
 I tried simply going like this 
 
<Host name="www.mysite.com"> 
 <Context path="" docBase="/var/www/server1" reloadable="true" debug="0" /> 
</Host> 
 
<Host name="mail.external.mysite.com"> 
 <Context path="" docBase="/var/www/server2" reloadable="true" debug="0" /> 
</Host> 
 
 and www.mysite.com works fine but mail.external.mysite.com doesn't. 
 
 In my trials, I am actually using http://localhost:8080/ and 
http://host2.localhost:8080/ and I am just copying all the files from the 
webapps folder.  
 
 I don't think that this should be causing any problems, though. 
 
 I have searched for it and you get a lot on links refering to previous 
versions, etc. 
 
 Albretch 
 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to