Merge webapp doc roots

2005-02-22 Thread Bill Lynch
All, I'm developing a webapp and for various reasons it has multiple document roots which can override each other. For example, c:\webapp is one directory, but c:\webapp-editionA and c:\webapp-editionB are other editions of the same application. There are a base set of JSPs in the 'webapp'

Re: Merge webapp doc roots

2005-02-22 Thread QM
On Tue, Feb 22, 2005 at 02:08:50PM -0800, Bill Lynch wrote: : Resin has a new merge() function which will merge together different : doc roots for a webapp: : [snip] : web-app id=/foo : document-directory=merge:(c:\webapp;c:\webapp-editionA); .. / : : This means everything in webapp-editionA

Re: Merge webapp doc roots

2005-02-22 Thread Bill Lynch
QM, Yes, I could definitely do that but the nice thing now is that I don't need to use a build process to copy merge so it's nice and fast. Thanks anyway, --Bill On Tue, 22 Feb 2005 19:12:23 -0600, QM [EMAIL PROTECTED] wrote: On Tue, Feb 22, 2005 at 02:08:50PM -0800, Bill Lynch wrote: :