Versions Compared

Key

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

...

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

...

Standalone

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\farcry\core

None.

http://myproject.com/farcry

(will forward to webtop)

FarCry core framework.

/farcry/core/admin webtop

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

http://myproject.com/farcry/webtop

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

/farcry/plugins/farcryverity

c:\hostapps\myproject\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:\farcryhostapps\projects\myproject \www

http://myproject.com/

Sample project web root.

Standalone

...

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...

ColdFusion Mapping

Tip

Current best practice for 4.0.x Will be considered an advanced deployment option from Fortress onwards.

An enterprise configuration that allows for an unlimited number of projects to share a single core framework and library of plugins.

Location from Mapping

Example Physical Location

Example Web Address

Description

/farcry/core

c:\hostapps\myproject\farcry\core

http://myproject.com/farcry

(will forward to webtop) None.

FarCry core framework.

/farcry/core/webtop admin

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

http://myproject.com/farcry/webtop

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

/farcry/plugins/farcryverity

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

None.

Verity plugin root.

/farcry/projects/myproject

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

None.

Sample project application root. project webroot

/farcry/projects/myproject/www

c:\farcry\hostappsprojects\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

...

.