How to dynamically edit dns entries without restarting the dns server

Posted by satish on Server Fault See other posts from Server Fault or by satish
Published on 2010-05-06T14:39:59Z Indexed on 2010/05/07 4:59 UTC
Read the original article Hit count: 425

Filed under:
|
|

I am trying to host multiple sites on a single webapp in a tomcat server. For example www.abc.com, www.xyz.com and several sites fetch content from my webapp hosted on tomcat with apache as the web server. My web app is hosted at www.mysite.com. www.abc.com should forward to www.mysite.com?id=abc www.xyz.com should forward to www.mysite.com?id=xyz

Can you tell me how to configure dns entries, apache and tomcat configuration to achieve this scenario?? These site will have to be added dynamically! so is there any way to update the dns entries dynamically without restarting the dns server ... and similarly for apache and tomcat also??

Thanks very much in advance

© Server Fault or respective owner

Related posts about tomcat

Related posts about apache