On Wed, 19 Jan 2005 15:37:30 +0100, Robbert-Jan Roos <[EMAIL PROTECTED]> wrote: > Hi, > > Our web department is thinking about moving from coldfusion to tomcat. > Currently we have about 400 websites using apache's mod_vhost module. > This works great. The only thing one needs to do is create a new > directory www.bla.nl and the website is up and running. > > How would one do this in tomcat? I figured putting all the domainnames > in server.xml is not an option since it would require restarting > tomcat all the time. Using one Engine with a Context for each website > seems more usable. > > Does anybody here have this kind of setup? Any pitfalls we might run > into? Suggestions?
Dynamic aadd/remove of hosts isn't supported through any tool at the moment (= you have to build some kind of front end webapp and use the Tomcat API to do it). I plan to add this in a future Tomcat 5.5 build. -- xxxxxxxxxxxxxxxxxxxxxxxxx R�my Maucherat Developer & Consultant JBoss Group (Europe) S�RL xxxxxxxxxxxxxxxxxxxxxxxxx --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
