User Guide
Table Of Contents
- Contents
- Introduction
- Administering ColdFusion MX 7
- Administering ColdFusion MX
- Using the ColdFusion MX Administrator
- Contents
- Initial administration tasks
- Accessing user assistance
- Server Settings section
- Data & Services section
- Debugging & Logging section
- Extensions section
- Event Gateways section
- Security section
- Packaging and Deployment section
- Enterprise Manager section
- Custom Extensions section
- Administrator API
- Data Source Management
- Contents
- About JDBC
- Adding data sources
- Connecting to DB2 Universal Database
- Connecting to Informix
- Connecting to Microsoft Access
- Connecting to Microsoft Access with Unicode
- Connecting to Microsoft SQL Server
- Connecting to MySQL
- Connecting to ODBC Socket
- Connecting to Oracle
- Connecting to other data sources
- Connecting to Sybase
- Connecting to JNDI data sources
- Web Server Management
- Deploying ColdFusion Applications
- Administering Security
- Using Multiple Server Instances
- Administering Verity
- Introducing Verity and Verity Tools
- Indexing Collections with Verity Spider
- Using Verity Utilities
- Contents
- Overview of Verity utilities
- Using the mkvdk utility
- Using the rck2 utility
- Using the rcvdk utility
- Using the didump utility
- Using the browse utility
- Using the merge utility
- Index

79
CHAPTER 5
Deploying ColdFusion Applications
This chapter describes the archive and deployment options available in Macromedia
ColdFusion MX 7.
Contents
Archive and deployment options . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79
Packaging applications in CAR files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79
Packaging applications in J2EE archive files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 80
Using the cfcompile utility. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 82
Archive and deployment options
ColdFusion MX 7 includes the following archive and deployment options.
ColdFusion archive files You can package your ColdFusion application’s pages, data sources
and settings in a ColdFusion Archive (CAR) file. For more information, see “Packaging
applications in CAR files” on page 79.
J2EE archives You can package your ColdFusion application as an Enterprise Application
Archive (EAR) or Web Application Archive (WAR) file for easy deployment to a J2EE application
server. For more information, see “Packaging applications in J2EE archive files” on page 80.
Cfcompile utility The cfcompile utility lets you precompile your application’s ColdFusion
pages into Java class files. In addition you can compile ColdFusion pages to bytecode and save this
bytecode in files with the CFM, CFC, or CFR extension. For more information, see “Using the
cfcompile utility” on page 82.
Packaging applications in CAR files
CAR files let you archive and deploy website configuration information, files, and applications.
Use this feature to deploy your website applications to another location or to back up your files
quickly and easily. You manage CAR files using the Packaging & Deployment > ColdFusion
Archives area of the ColdFusion MX Administrator.
Note: CAR file archiving and deployment is different from J2EE archiving and packaging through
EAR and WAR files.