SoFunction
Updated on 2025-04-14

Coldfusion MX Skill Essence Collection 2 Page 5/6


IIS installation path: The default value is c:\inetput\wwwroot

ColdFusion mx: It is also a preset path

When the paths to install iis and coldfusion are both preset,

As far as I know, if the installation is completed, coldfusion will generate some directory folders under c:\inetput\wwwroot. When everything is ready, you can start writing the REMOTING program of FLASH MX and COLDFUSION MX. And everything is OK. But in some cases, we may add a WEB Site to IIS (the path will also change of course).

It is more likely to close the preset platform for security issues (the path is c:\inetput\wwwroot). In this case,

Next, I moved the program that I could execute to a new web site (new path), and also changed the setDefaultGatewayUrl() and related paths in as, but it still cannot work. How to solve this problem?

What is the real meaning of setDefaultGatewayUrl()? Is there anything to pay attention to?

Can you explain the true meaning of setDefaultGatewayUrl()?

Have you stopped the original preset website?

If so, you need to re-establish a connector that is connected to cfmx, or

Set the ISAPI in IIS to your newly added platform and JRUNSCRIPT virtual directory

This problem should be solved

setDefaultGatewayUrl is the interface address of the specified flash remoting server,

Just like a normal URL, but it connects to a service rather than a web page content.

Previous page123456Next pageRead the full text