Distributed Environment in CF8

View: New views
4 Messages — Rating Filter:   Alert me  

Distributed Environment in CF8

by Aida Nixon :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Just wondering if anyone out there is running Coldfusion 8 in a distributed environment?  

If so did you have a work around for having the .cfm and .cfml files duplicated to the Coldfusion server?

Do you have any recommendations on how to setup this environment more efficiently rather than having the same files all over the place?

Regards

Aida

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
Archive: http://www.houseoffusion.com/groups/cf-server/message.cfm/messageid:6836
Subscription: http://www.houseoffusion.com/groups/cf-server/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.10

Re: Distributed Environment in CF8

by Wil Genovese :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


We have a pair of fileservers setup to be redundant to each other that all
six of our CF servers are use for the code.

Wil Genovese
Sr. Web Application Developer


On Tue, Jul 14, 2009 at 10:00 AM, Aida Nixon <aida.nixon@...> wrote:

> Do you have any recommendations on how to setup this environment more
> efficiently rather than having the same files all over the place?
>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
Archive: http://www.houseoffusion.com/groups/cf-server/message.cfm/messageid:6837
Subscription: http://www.houseoffusion.com/groups/cf-server/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.10

Re: Distributed Environment in CF8

by Jochem van Dieten :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On Tue, Jul 14, 2009 at 5:00 PM, Aida Nixon wrote:
> Just wondering if anyone out there is running Coldfusion 8 in a distributed environment?

Yes.


> If so did you have a work around for having the .cfm and .cfml files duplicated to the Coldfusion server?

As long as you have only a single webroot in your installation, there
is no need for having the CFML templates present on the webserver at
all. If you do need multiple webroots and you have a reasonably modern
application that follows a Front Controller pattern, just putting an
empty index.cfm in the webroot on the webserver and he real code on
the CF server will do fine.

Jochem


--
Jochem van Dieten
http://jochem.vandieten.net/

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
Archive: http://www.houseoffusion.com/groups/cf-server/message.cfm/messageid:6838
Subscription: http://www.houseoffusion.com/groups/cf-server/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.10

Re: Distributed Environment in CF8

by Phillip Duba-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Actually, you don't need any files on the web server at all. What you do
need to do is replicate the web servers document root path on the ColdFusion
server. We've just setup a CF 8 distributed mode with VirtualHosts and
multiple instances and that was what we had to do. We also push files from
source control out to the production servers so synching/replicating the
files isn't a problem,

Phil

On Tue, Jul 14, 2009 at 1:33 PM, Jochem van Dieten <jochemd@...>wrote:

>
> On Tue, Jul 14, 2009 at 5:00 PM, Aida Nixon wrote:
> > Just wondering if anyone out there is running Coldfusion 8 in a
> distributed environment?
>
> Yes.
>
>
> > If so did you have a work around for having the .cfm and .cfml files
> duplicated to the Coldfusion server?
>
> As long as you have only a single webroot in your installation, there
> is no need for having the CFML templates present on the webserver at
> all. If you do need multiple webroots and you have a reasonably modern
> application that follows a Front Controller pattern, just putting an
> empty index.cfm in the webroot on the webserver and he real code on
> the CF server will do fine.
>
> Jochem
>
>
> --
> Jochem van Dieten
> http://jochem.vandieten.net/
>
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
Archive: http://www.houseoffusion.com/groups/cf-server/message.cfm/messageid:6839
Subscription: http://www.houseoffusion.com/groups/cf-server/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.10