![MACROMEDIA COLDFUSION 4.5 Use Manual Download Page 49](http://html1.mh-extra.com/html/macromedia/coldfusion-4-5/coldfusion-4-5_use-manual_687485049.webp)
Adding Server Mappings
49
ColdFusion Studio and the server need to understand how a file location appears to
the parties involved. You therefore need to create a mapping for the App1 directory as
follows:
Using Remote Development Services
When developing outside local area networks, you access files on a ColdFusion server
across the Internet using Remote Development Services (RDS).
In such a scenario, a file that appears to Studio as
RDS://MY_RDS_SERVER/C:/webprojects/App1/index.cfm
Might be viewed by the ColdFusion server as
C:\webprojects\App1\index.cfm
The browser might view it using the URL path
http://215.180.21.1/App1/index.cfm
Although the server path can be inferred from the local RDS path, you still need to
create a mapping. In special scenarios, ColdFusion server to Studio path resolution
could become ambiguous. You therefore need to create a mapping for the App1
directory as follows:
Studio accesses files on remote CF server using UNC paths/Network Neighborhood
Studio path
\\MYSERVER\WEBPROJECTS\App1\
Server path
C:\webprojects\App1\
Browser/URL path
http://215.180.21.1/App1/
Studio accesses files on remote CF server using RDS remote file access
Studio path
RDS://MY_RDS_SERVER/C:/WEBPROJECTS/App1/
Server path
C:\webprojects\App1\
Browser/URL path
http://215.180.21.1/App1/
Summary of Contents for COLDFUSION 4.5
Page 1: ...Allaire Corporation Using ColdFusion Studio ColdFusion Studio 4 5 for Windows 95 98 NT4 2000...
Page 16: ...xvi Contacting Allaire...
Page 90: ...82...
Page 130: ...122...
Page 133: ...141 Two VTML tags CAT and E let you customize the content of these dialog boxes...
Page 182: ...190...