Using ColdFusion Studio
|
|
Chapter 1 : Installing and Configuring ColdFusion Studio
|
Connecting to Remote Servers
You will need specific information about a remote server to connect to it, such as host name and user access requirements. If you do not have this information, you will need to get it from the owner of that server, whether it is your IT group, an ISP, or another provider.
FTP servers
The File Transfer Protocol (FTP) is the standard for moving files between nodes on the Internet. All Web servers support FTP and HomeSite provides an interface for connecting to an FTP server.
When the connection has been established, you can access files on remote servers and maintain Web sites located anywhere on the Internet.
 |
To connect to an FTP server:
|
- Locate Allaire FTP & RDS on either the Universal Files tab (use the Drive List) or the Windows Explorer.
- Right-click Allaire FTP & RDS and choose Add FTP Server to see the Configure FTP Server dialog box.
- Enter the following information for the server you want to connect to:
- Description -- A descriptive name that will be displayed in the Universal Files tab and in Windows Explorer.
- Host Name -- The server's domain name, such as
allaire.com
, or an IP address. Servers that include ftp
as part of the domain name require that you enter the complete name, such as ftp.somesite.com.
- Initial Directory -- This entry is optional for accounts that default to the root directory of the FTP server, but is required if the account specifies an initial directory.
- Relative from server-assigned directory -- Check the box to specify whether the initial directory should be set from the server-assigned user directory or from the server root.
- Username -- The login name for the account used to access the remote server or "anonymous" for anonymous FTP servers. You will be prompted for a username at login if this field is left blank.
- Password -- The password for the account used to access the remote server. You will be prompted for a password at login if this field is left blank.
- Root URL -- Enter the http:// address of the site. This entry allows you to browse files that were opened from the remote server, edited, and saved.
- Remote Port -- The port used by the FTP server. Use the default 21 unless another is specified by the server administrator or internet service provider.
- Request Timeout -- Set a value for the amount of time Studio waits for a server connection to complete.
- Assume UTC file times -- Check this box if you see incorrect date/time information for files on the FTP server. It adjust for servers that use the Universal Coordinated Time format.
- Disable passive mode -- Check this box if the server does not use passive connections.
- Click OK to close the dialog box and connect to the server.
Note |
FTP server connection requirements vary greatly. The instructions
above work in the majority of cases.
|
Remote Development Services (RDS)
Remote Development Services (RDS) provides a secure connection to the ColdFusion Server environment and is a prerequisite to accessing CF data sources, using server-based browsing, and running the Interactive Debugger.
 |
To connect to an RDS server:
|
- Locate Allaire FTP & RDS on either the Universal Files tab (use the Drive List) or the Windows Explorer.
- Right-click Allaire FTP & RDS and choose Add RDS Server to see the Configure RDS Server dialog box.
- Complete the Remote Host fields in the Configure RDS Server dialog:
- Description -- The name that you want to appear in the server list.
- Host Name -- The server domain name, such as
www.allaire.com
or an IP address.
- Port -- The Web server port. Use the default 80 unless another port is specified by the server administrator or ISP.
- Use Secure Sockets Layer (SSL) -- Allows exchanges between Studio and the server to be encrypted via SSL.
- Complete the ColdFusion RDS Security fields:
- User Name -- Required if the server is password-protected.
- Password -- Required if the server is password-protected. Open the ColdFusion Administrator Server > Basic Security page to edit or disable the Studio password.
- Check Prompt for Password to enable these entries.
- Click OK to complete the dialog.
To open a server's configuration dialog, right-click on a server name in the Allaire FTP & RDS list and select Properties.
Managing remote servers
You can easily change server configurations as needed.
 |
To view and edit the configuration for a remote server:
|
- Right-click the server in the Allaire FTP & RDS list and choose Properties from the menu.
- Make any changes necessary to the Configure FTP Server options and click OK.
 |
To delete a remote server:
|
- Right-click the server in the Allaire FTP & RDS list and choose Delete Server from the menu.
- Click Yes when you are asked to confirm that you want to delete the server.
The remote server is removed from the Allaire FTP & RDS list.
Copyright © 1999, Allaire Corporation. All rights reserved.
|
|