There is no need to put the CF code under the CF instance root. I have
multiple instances setup and none of my code is under each of the CF
instances root. What you do need to make sure of is that the path to the
file itself is identical to the path to the file as if it were on the web
server. For example, if you have C:\site_a\wwwroot\index.cfm on your web
server, or where it would've been found on your webserver, then you need to
have C:\site_a\wwwroot\index.cfm on your CF server,

Phil

On Mon, Apr 11, 2011 at 3:23 PM, Maureen <[email protected]> wrote:

>
> > Well, here is the situation I am encountering.  I have site_a with a
> wwwroot\index.cfm file.  I find that I have to have index.cfm in the
> instance root of the external CF server for it to serve.
> >
> > I also have site_b with a wwwroot\index.cfm (a different index.cfm).
>  Obviously I can't have two index.cfm files in the same CF instance root
> folder.  Both sites are configured to use the external server.  Whether I go
> to http://site_a/index.cfm or http://site_B/index.cfm, the index.cfm file
> one in the CF instance root on the external CF server is the one that gets
> serve, which is a problem because these two sites have different
> applications/content.
> >
> > So I think I am missing something somew
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-server/message.cfm/messageid:6951
Subscription: http://www.houseoffusion.com/groups/cf-server/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-server/unsubscribe.cfm

Reply via email to