depends on your goal. If both hostnames are doing the same things in all cases you should use Alias to prevent multiple copies of everything from running. If you have different contexts, logfiles, etc for each then you should use multiple <host> elements.
Charlie > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:achana@;saysit.com] > Sent: Friday, March 12, 2004 9:33 PM > To: [EMAIL PROTECTED] > Subject: <Alias> vs <VirtualHost> - which is better for me ? > > > Hi all. > Both options work for me. > Which is the better solution in terms of performance ? > > -- > To unsubscribe, e-mail: > <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> > For additional commands, e-mail: > <mailto:tomcat-user-help@;jakarta.apache.org> > -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
