Jason, You mentioned the application proxy method, but I think you're doing it wrong...
/com/domain/Application.cfc <-- this is the main one /domain.com/Application.cfc extends com.domain.Application <-- nothing but <cfcomponent extends="..." /> inside /domain.com/clientsite1/Application.cfc extends com.domain.Application /domain.com/clientsite2/Application.cfc extends com.domain.Application Hope that makes sense. nathan strutz http://www.dopefly.com/ On Thu, Jul 3, 2008 at 11:01 AM, Jason Ho <[EMAIL PROTECTED]> wrote: > Hi all, this has been troubling me for a day or 2 now. I'm sure it must be > possible somehow?... > > I'm trying to setup multiple sites under a single CF 8 instance (we > currently run cf in distributed mode and multiple instances, however this is > more just for demo purposes for various client sites when we don't want to > fully establish a new single instance just for an individual demo site). The > idea is something like this: > > www.mycompany.com/clientsite1 > www.mycompany.com/clientsite2 > www.mycompany.com/clientsite3 > www.mycompany.com/clientsite4 etc... > > This was possible when we were using application.cfm (ie just cfincluding > the parent folder's application.cfm). However, now that we're moving to > application.cfc the problem is that using the applicationproxy method to > inherit the root application.cfc means that we can't inherit the main > application.cfc (as the CF webroot is set for www.mycompany.com/) for each > clientsite. The inability to dynamically extend a cfc also doesn't help :(. > Does anyone have a solution/workaround for this? > > any help is much appreciated! > > Thanks > > Jason > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:308551 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

