140
Chapter 11 Deploying Files
Setting Default Deployment Options
Optionally, you can specify options to apply for every
deployment
by default.
To set other project deployment options:
1
Select
Options > Settings > Projects > Deployment
from the menu.
2
Specify logging options:
•
If you do not want to create a log file tracking a project’s deployment, select
the Disable Logging checkbox.
•
To enable logging, clear the Disable Logging checkbox and specify a file
location (file
path
and file name ending with .log) in the Log File box.
3
Specify the default deployment settings as needed.
The following table describes each setting.
4
Click Apply to save your changes.
Setting
Description of option when selected
Create Missing Folders/
Directories
Makes the directory structure on the
server
match the
directory structure on the
client
. If this is not selected
and you add a new directory to the client, then when
you try to deploy you will receive an error.
Upload Only Newer
Compares the files on the client to the files that are
already on the deployment server, and copies only the
updated files from the client to the server.
Encrypt CFML
Prevents end-users of your Web application from
seeing and taking your CFML code.
Force to Lower Case
Changes all file names to be lowercase, but does not
lowercase the
link
references to your files. So
selecting this option can cause your links to break on a
UNIX server. For example, the following link would
break:
<a href="ABCs.htm">ABC’s</a>
.
Show Deployment
Warning Dialog
Displays a warning before deploying your files, asking
you to confirm that you are ready to deploy. This dialog
box also has an option to not show the warning again.
Содержание ColdFusion Server 5
Страница 18: ...xviii About This Book...
Страница 26: ...8 Chapter 1 Setting Up the Product...
Страница 42: ...24 Chapter 2 Configuring Browsers and Servers...
Страница 60: ...42 Chapter 3 Exploring the Workspace...
Страница 100: ...82 Chapter 6 Editing Pages...
Страница 126: ...108 Chapter 7 Using Web Development Languages...
Страница 212: ...194 Chapter 13 Customizing the Development Environment...
Страница 320: ...302 Glossary...