Hi, I have four tomcat-specified virtual hosts, one serving up alice.domain.com, another serving up bob.domain.com, etc. (I'm consolidating four former coldfusion servers on to one openbd server, and the virtual hosts were necessary so that the root paths, relative paths, etc. worked correctly for each virtual site.
To limit the maintenance overhead I'm trying to share the WEB-INF directory between the two sites by using ln -s to link them to a central WEB-INF directory (located in /data). I can do the same with the bluedragon administration webapp, hopefully. That way we can just update those files in one central place, once. The customized files should be okay to share between servers - the datasources are all the same, the customtags are all the same, etc. But it's not working. I'm getting the 503 Service Temporarily Unavailable message when I try to browse a site. Any idea what's going on? More specifically, does anyone know which files/directories I can share and which ones I can't? I imagine the work/ directory, for example, might need to be unique for each virtual host. Thanks! -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon online manual: http://www.openbluedragon.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
