Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note

It's likely that we will rename ./core/admin to ./core/webtop in a bid to clarify the intent of these areas of the code base. If we make these changes now they will not put any additional burden on developers above changes required to accommodate the implementation of Application.cfc

Target Deployment Configurations

With the release of Fortress there will be several recommended deployment options. Given the flexibility of the environment many other configurations are possible, however, they will not be specifically tested for. These deployment options will be fully supported in the Fortress installer.

ColdFusion Mapping

Tip

Current best practice for 4.0.x

...

For standalone application deployment and/or shared hosting deployment that allows for a single project with a dedicated core framework and dedicated library of plugins.

...

Specifically aimed at one application per website.

Location from Mapping

Example Physical Location

Example Web Address

Description

/farcry/core

c:\hostapps\myproject\www\farcry\core

http://myproject.com/farcry

(will forward to webtop)

FarCry core framework.

/farcry/core/admin webtop

c:\hostapps\myproject\www\farcry\core\admin webtop

http://myproject.com/farcry/adminwebtop

Webtop location; commonly mapped to /webtop web virtual directory (note /farcry virtual directory no longer valid)

/farcry/plugins/farcryverity

c:\hostapps\myproject\www\farcry\plugins\farcryverity

None.

Verity plugin root.

/farcry/projects/myproject

c:\hostapps\myproject\farcry\projects\myproject

None.

Sample project application root.

/farcry/projects/myproject/www project webroot

c:\hostapps\myproject \www

http://myproject.com/

Sample project web root.

Note

In this example, c:\hostapps\myproject\farcry\projects\myproject\www is moved or copied to c:\hostapps\myproject

Sub-Directory

Info

Watch this space...