48
Using drive mappings
Developers often debug against a remote server across an internal network. In many
cases, they use a network drive mapping.
For example, a user may have a remote drive X:\ mapped to a network shared directory
\\MYSERVER\WEBPROJECTS\ where WEBPROJECTS is the name of the shared
directory in the network server MYSERVER.
In such a scenario, a file that appears to Studio as
X:\App1\index.cfm
Might be viewed by the server as
C:\webprojects\App1\index.cfm
The browser might view it using the URL path
http://215.180.21.1/App1/index.cfm
In order to resolve the communication between ColdFusion Studio and the server, you
need to create a mapping for the App1 directory as follows:
Using UNC paths/Network Neighborhood
Developers can debug code against remote ColdFusion servers across an internal
network. They often use the Network Neighborhood to access a file on a remote server.
For example, a developer might access a file on \\myserver\webprojects\ where
webprojects is the name of the shared directory in the network server myserver.
In such a scenario, a file that appears to Studio as
\\myserver\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
Studio access to a remote server using drive mappings
Studio path
X:\App1\
Server path
C:\webprojects\App1\
Browser/URL path
http://215.180.21.1/App1/
Содержание COLDFUSION STUDIO 4.5-USING COLDFUSION...
Страница 1: ...Allaire Corporation Using ColdFusion Studio ColdFusion Studio 4 5 for Windows 95 98 NT4 2000...
Страница 16: ...xvi Contacting Allaire...
Страница 90: ...82...
Страница 130: ...122...
Страница 133: ...141 Two VTML tags CAT and E let you customize the content of these dialog boxes...
Страница 182: ...190...