Skip to main content
Participant
June 13, 2012
Question

Coldfusion 10 how to manually config Apache 2.2

  • June 13, 2012
  • 1 reply
  • 2112 views

I have installed cf10 using WAR setup cfusion.war file

How to manually config Apache 2.2 httpd.conf file to map cfm pages

Thank you

ChuckInAtl

This topic has been closed for replies.

1 reply

Inspiring
June 14, 2012

You can copy wsconfig.exe to the server hosting Apache and run it there.  The wsconfig.exe can run independently and doesn't even require being on the same server as ColdFusion itself (A "distributed configuration" is typically configured by copying wsconfig to the webserver on a remote machine and using the tool there to connect to CF on a different machine). 

To get wsconfig.exe, you could do a temporary install of CF on a "dummy" or test machine, grab the wsconfig.exe, then copy it to the server with Apache.

See:

Running Macromedia ColdFusion MX in distributed mode

http://www.adobe.com/support/coldfusion/administration/cfmx_in_distributed_mode/

Some details have been changed since this article, but the gist still applies.

Participant
June 15, 2012

Hello Steven,

Did just that, thanks

Chuck