On Tue, Jul 13, 2010 at 12:30 PM, Colin <[email protected]> wrote:
> 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). You'll likely have to do a bit of additional configuration on your servlet container to have it know about and follow symlinks. Not sure if you're using Tomcat or something else, and this is a bit of an older article, but here's something I found via a quick google: http://www.isocra.com/2008/01/following-symbolic-links-in-tomcat/ Hopefully that at least gives you something to try and gets further discussion going. -- Matthew Woodward [email protected] http://blog.mattwoodward.com identi.ca / Twitter: @mpwoodward Please do not send me proprietary file formats such as Word, PowerPoint, etc. as attachments. http://www.gnu.org/philosophy/no-word-attachments.html -- 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
