I'm a little confused. If I am able to have the CF server on
my workstation with flex and my other development apps, and copy
only the 2 folders plus my site files over into my apache server
area, but NOT have CF actually installed on that computer, what is
stopping me from uploading the same, i.e., the 2 folders and my
work, up to my hosted service which DOES support apache, but not
CF?
I'm speaking of these directions:
http://livedocs.macromedia.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=C...
Sepcifically, note 3 here:
To configure Apache for ColdFusion MX 7 in Windows:
1. Start the Web Server Configuration Tool by selecting
Start > Programs > Macromedia > ColdFusion MX 7 > Web
Server Configuration Tool.
2. Click Add.
3. In the Server drop-down list box, select the host name
and the server or cluster name to configure. For the ColdFusion MX
7 server configuration, this is always coldfusion. Clustering
support is not available on the server configuration.
Note: The server or cluster does not have to reside on the
web server computer.
4. In the Web Server Properties area, select Apache and
specify the path to the directory that contains the httpd.conf
file.
5. Select the Configure web server for ColdFusion MX
applications option.
Caution: Omitting the previous step causes your web server
to serve ColdFusion MX 7 source code.
6. Click OK.
7. Copy the CFIDE and cfdocs directories from
cf_root/wwwroot to your web server root directory. In addition,
copy your application's CFM pages from cf_root/wwwroot to your web
server root directory. In the multiserver configuration, these
files are under the
jrun_root/servers/cfusion/cfusion-ear/cfusion-war directory.
Thanks:)
Shawn