I use apache tomcat 7 to run a lot ofo virtual hosts on a single machine, I insert a Host
tag for every virtual host in server.xml, so I can manage them in a centralized manner.
But now, after adding a lot of host tags, server.xml became so large & I m seeking for a way to put every virtual host related tags in a separated xml file (exactly same that apache does for httpd.conf & virtual host management). e.g I make a separate xml file for every host & put all of them into a directory & force tomcat to load them!
Any Idea???
So this all began in trying to get Coldfusion9 portlets to run under Liferay, just like examples that I ve seen running JBOSS: http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSC00E3E9C-DC24-...