Multiple CF applications under a single instance/webroot?

2008-07-03 Thread Jason Ho
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

Re: Multiple CF applications under a single instance/webroot?

2008-07-03 Thread Nathan Strutz
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

RE: Multiple CF applications under a single instance/webroot?

2008-07-03 Thread Jason Ho
applicationproxy.cfc)Hope that clarifies things a bit further. Jason Subject: Re: Multiple CF applications under a single instance/webroot? From: [EMAIL PROTECTED] To: cf-talk@houseoffusion.com Date: Thu, 3 Jul 2008 12:05:44 -0700 Jason, You mentioned the application proxy method, but I think

Re: Multiple CF applications under a single instance/webroot?

2008-07-03 Thread Wim Lemmens
Oh please, not again ;o) I asked the same question. Short answer: you can't, use Apache Long answer: http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:56546 Good luck, Wim. ~| Adobe® ColdFusion® 8 software 8 is

RE: Multiple CF applications under a single instance/webroot?

2008-07-03 Thread Jason Ho
Wim Thanks for the reply! good to know it can't be done so I can stop looking hah!.. btw.. do you have info on how to do it with Apache? From what I gather, its something to do with virtualhosts? thanks again Jason Subject: Re: Multiple CF applications under a single instance/webroot

RE: Multiple CF applications under a single instance/webroot?

2008-07-03 Thread Jason Ho
guys all still running on application.cfm?!? J Subject: RE: Multiple CF applications under a single instance/webroot? From: [EMAIL PROTECTED] To: cf-talk@houseoffusion.com Date: Thu, 3 Jul 2008 18:11:10 -0200 Wim Thanks for the reply! good to know it can't be done so I can stop looking

Re: Multiple CF applications under a single instance/webroot?

2008-07-03 Thread Nathan Strutz
. Jason Subject: Re: Multiple CF applications under a single instance/webroot? From: [EMAIL PROTECTED] To: cf-talk@houseoffusion.com Date: Thu, 3 Jul 2008 12:05:44 -0700 Jason, You mentioned the application proxy method, but I think you're doing it wrong... /com/domain/Application.cfc

RE: Multiple CF applications under a single instance/webroot?

2008-07-03 Thread Jason Ho
) cfwebroot/sub2 (application.cfc extends applicationproxy.cfc) cfwebroot/sub3 (application.cfc extends applicationproxy.cfc)Hope that clarifies things a bit further. Jason Subject: Re: Multiple CF applications under a single instance/webroot? From: [EMAIL PROTECTED] To: cf-talk