Re: virtual host for subdomains

2007-11-09 Thread Pid
Kwok Ng wrote: > Hi folks, > > I notice some BLOG websites assign the subdomains to the registered users, > like > > user1.mydomain.com > user2.mydomain.com > > If I use the tomcat to do this, do I use the virtual host > configuration? If so, do I use the same docBase to point to one war > fil

virtual host for subdomains

2007-11-08 Thread Kwok Ng
Hi folks, I notice some BLOG websites assign the subdomains to the registered users, like user1.mydomain.com user2.mydomain.com If I use the tomcat to do this, do I use the virtual host configuration? If so, do I use the same docBase to point to one war file with different host names? Thanks!