• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Does CF and the Web Server have to reside on the same physical box?

New Here ,
Jan 10, 2008 Jan 10, 2008

Copy link to clipboard

Copied

Basically I just need to know if we can put the web server on one box and the CF server on another. Anyone know if this is even possible?
TOPICS
Getting started

Views

294

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jan 11, 2008 Jan 11, 2008

Copy link to clipboard

Copied

Pbbt wrote:
> Basically I just need to know if we can put the web server on one box and the CF server on another. Anyone know if this is even possible?

Yup, and you can have as many web server boxes connected to one CF
server as you care to load it down with. The web server needs on small
piece of ColdFusion on it, the 'web server connector tool'. When you
run this tool the first field is the computer name of the ColdFusion
server. It defaults to 'localhost' but in your situation you would
provide the name of the ColdFusion server on your network.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Jan 11, 2008 Jan 11, 2008

Copy link to clipboard

Copied

Out of curiosity, why would someone want to separate CF from the Web server(s)?

It is because of licensing? For example, buy one CF license but have it serve multiple boxes?

If it's because scalability, do tell! I am working on a high availability project right now.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jan 11, 2008 Jan 11, 2008

Copy link to clipboard

Copied

LATEST
DCwebGuy wrote:
> Out of curiosity, why would someone want to separate CF from the Web server(s)?
>
> It is because of licensing? For example, buy one CF license but have it serve
> multiple boxes?
>
> If it's because scalability, do tell! I am working on a high availability
> project right now.
>

Either or both or more. I have never actually done this myself. My
work is on atomic cooperate intranet sites or small hosted ColdFusion
web sites. But I am aware of the capability of ColdFusion to be in a
different layer if one so desires.

I can imaging this could allow more control of the load. You can have
ColdFusion running on a beefy web server designed for the heavy lifting
of the site, and the static web content one one or more less expensive
web servers feeding it.

Maybe somebody with more experience with do this will chime in.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation