Hello all

Ive been working on my website, working locally, using CFMX 7 server,
MS SQL database and Facry 3.0.1. The website has now been completed and
I wish to test it on a live server, which runs under CFMX 7 server and
MS SQL same as my development setup, but uses IIS.

My settings are as follows:-

Farcry 3.0.01 installed at c:\Farcry
My website/project folder is c:\Farcry\mywebsite\www

I have mapping in Cold Fusion admin:
/Farcry = c:/Farcry

as well as the datasource pointing to the MS SQL database

The virtual mapping setup in the
c:\CFusionMX7/wwwroot/WEB-INF/jrun-web.xml to

<virtual-mapping>
<resource-path>/test</resource-path>
<system-path>C:/farcry/mywebsite/www/</system-path>
</virtual-mapping>

 <virtual-mapping>
<resource-path>/farcry</resource-path>
<system-path>C:/farcry/farcry_core/admin/</system-path>
</virtual-mapping>

The c:\Farcry\apps.cfm file is set to:

<cfscript>
stApps = structNew();
stApps['127.0.0.1'] = 'mywebsite';
</cfscript>

I access my website via http://127.0.0.1:8500/mywebsite
and admin via http://127.0.0.1:8500/farcry

My local development version works perfectly under this setup.

Would it be a case of simply uploading my local development install of
Farcry + MS SQL Database to the server via ftp + MS exchange server and
change the Farcry mapping settings from there or better to upload the
Farcry setup files and install Farcry from scratch, actually installing
the CMS on the live server, then changing the mappings ?

I have a copy of farcry_installation_guide.pdf which illustrates the
IIS mapping setup etc. so I am aware that there will be some
differences in how the site will be mapped under IIS.

Any help much appreciated

Regards
Baz


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to