Adobe 38000827 Configuration Guide

Adobe 38000827 - Macromedia ColdFusion MX Standard Edition Manual

Adobe 38000827 manual content summary:

  • Adobe 38000827 | Configuration Guide - Page 1
    COLDFUSION®MX 7 Configuring and Administering ColdFusion MX
  • Adobe 38000827 | Configuration Guide - Page 2
    Flash, FlashCast, FlashHelp, Flash in this guide, then you manual may be printed out, reproduced, distributed, resold, or transmitted for any other purposes, including, without limitation, commercial purposes, such as selling copies of this documentation or providing paid-for support services
  • Adobe 38000827 | Configuration Guide - Page 3
    2: Using the ColdFusion MX Administrator 13 Initial administration tasks 14 Accessing user assistance 14 Server Settings section 15 Data & Services section 24 Debugging & Logging section 26 Extensions section 32 Event Gateways section 34 Security section 35 Packaging and Deployment section
  • Adobe 38000827 | Configuration Guide - Page 4
    CHAPTER 4: Web Server Management 65 About web servers in ColdFusion MX 65 Using the built-in web server 66 Using an external web server 67 Web server configuration 68 Multihoming 74 CHAPTER 5: Deploying ColdFusion Applications 79 Archive and deployment options 79 Packaging applications in
  • Adobe 38000827 | Configuration Guide - Page 5
    CHAPTER 10: Using Verity Utilities 141 Overview of Verity utilities 141 Using the mkvdk utility 142 Using the rck2 utility 153 Using the rcvdk utility 154 Using the didump utility 158 Using the browse utility 160 Using the merge utility 162 INDEX 165 Contents 5
  • Adobe 38000827 | Configuration Guide - Page 6
    6 Contents
  • Adobe 38000827 | Configuration Guide - Page 7
    The ColdFusion MX 7 documentation is designed to provide support for the complete spectrum of participants. Documentation set The and troubleshooting Verity collections. To see this manual, go to www.macromedia.com/go/ livedocs_cfmx7docs_configadmin. ColdFusion MX Developer's Guide Describes
  • Adobe 38000827 | Configuration Guide - Page 8
    Viewing online documentation All ColdFusion MX documentation is available online in HTML and Adobe Acrobat Portable Document Format (PDF) files. Go to the documentation home page for ColdFusion MX on the Macromedia website: www.macromedia.com. In addition, you can view the documentation in
  • Adobe 38000827 | Configuration Guide - Page 9
    PART I PART I Administering ColdFusion MX 7 This part describes how to manage the ColdFusion environment, including using the ColdFusion MX Administrator, connecting to your data sources, managing your web server, deploying your applications, and configuring security for your applications. The
  • Adobe 38000827 | Configuration Guide - Page 10
  • Adobe 38000827 | Configuration Guide - Page 11
    CHAPTER 1 Administering ColdFusion MX This chapter presents an overview of Macromedia ColdFusion MX 7 configuration and administration tasks. Although you perform most ColdFusion MX administration tasks using the ColdFusion MX Administrator, you also manage databases, web server configurations, and
  • Adobe 38000827 | Configuration Guide - Page 12
    Services (DNS) name or Internet Protocol (IP) address of the remote host. To access the ColdFusion MX Administrator, enter the password specified when you installed ColdFusion MX. Tip: If you are running in a multihomed environment and have problems server along with support for external web servers
  • Adobe 38000827 | Configuration Guide - Page 13
    application programming interface (API). Contents Initial administration tasks 14 Accessing user assistance 14 Server Settings section 15 Data & Services section 24 Debugging & Logging section 26 Extensions section 32 Event Gateways section 34 Security section 35 Packaging and Deployment
  • Adobe 38000827 | Configuration Guide - Page 14
    Initial administration tasks Immediately after you install ColdFusion MX, you might have to perform some or all of the administrative tasks described in the following table: Task Description Establish database connections ColdFusion applications require data source connections to query and write
  • Adobe 38000827 | Configuration Guide - Page 15
    Getting Started Experience Click the Getting Started link to open the Getting Started Experience, which provides descriptions of new features, code examples, and sample applications to help you learn about ColdFusion MX. Documentation Click the Documentation link to access the entire ColdFusion MX
  • Adobe 38000827 | Configuration Guide - Page 16
    Option Description Enable HTTP status codes Select this option to configure ColdFusion MX to set a status code of 500 Internal Server Error for an unhandled error. Disable this option to configure ColdFusion MX to set a status code of 200 OK for everything, including unhandled errors. Enable
  • Adobe 38000827 | Configuration Guide - Page 17
    . If your data source uses the ODBC Socket or a third-party JDBC driver, you must manually create the necessary CDATA and CGLOBAL database tables. • As cookies in users' web browsers • In or the cfapplication tag. For more information, see ColdFusion MX Developer's Guide. Server Settings section 17
  • Adobe 38000827 | Configuration Guide - Page 18
    sample ColdFusion page as a model for creating client variable database tables in your own database. However, keep in mind that not all databases support the same column data type names. For the proper data type, see your database documentation. Tip: The ColdFusion MX Administrator can create client
  • Adobe 38000827 | Configuration Guide - Page 19
    Sample table creation page CREATE TABLE CDATA ( cfid char(20), app char(64), data memo )
  • Adobe 38000827 | Configuration Guide - Page 20
    or CFID cookie value. For more information, see ColdFusion MX Developer's Guide. Note: When using J2EE sessions, ensure that the session timeout, specify a mail server to send automated e-mail messages. ColdFusion MX supports the Simple Mail Transfer Protocol (SMTP) for sending e-mail messages
  • Adobe 38000827 | Configuration Guide - Page 21
    Mail Server Settings area The following table describes basic mail server settings: Option Description Mail Server Enter a valid mail server for sending dynamic SMTP mail messages in the text box. You can enter an Internet address, such as mail.company.com, or the IP address of the mail server,
  • Adobe 38000827 | Configuration Guide - Page 22
    Option Description Spool mail messages for Select this option to route outgoing mail messages to the mail spooler. If delivery you disable this option, ColdFusion MX delivers outgoing mail messages (Memory spooling immediately. In ColdFusion MX Enterprise Edition, you can spool available for
  • Adobe 38000827 | Configuration Guide - Page 23
    you review and define fonts for use with Macromedia FlashPaper and Acrobat PDF output formats. ColdFusion generates FlashPaper and PDF output through the cfdocument tag and through the cfreport tag, 32, "Creating Reports for Printing," in ColdFusion MX Developer's Guide. Server Settings section 23
  • Adobe 38000827 | Configuration Guide - Page 24
    open that group's Administrator section, where you can edit settings. This page is not enabled in the Standard Edition. Data & Services section The Data & Services section of the Administrator is the interface for ColdFusion MX, data sources, and Verity search and indexing features. The following
  • Adobe 38000827 | Configuration Guide - Page 25
    Sources page • Verity Collections page • Verity K2 Server page • Web Services page Data Sources page The Data Sources page lets you create, edit, Chapter 24, "Building a Search Interface," in ColdFusion MX Developer's Guide. ColdFusion lets you manage your collections from the Administrator. You can
  • Adobe 38000827 | Configuration Guide - Page 26
    's URL without editing your code. For more information, see Chapter 36, "Using Web Services," in ColdFusion MX Developer's Guide. Debugging & Logging section The Debugging & Logging section contains the following pages: • Debugging Settings and Debugging IPs pages • Debugging IP Addresses page
  • Adobe 38000827 | Configuration Guide - Page 27
    and the Java stack trace. Enable Debugging Enables the ColdFusion debugging service. Select Debugging Output Format Controls debugging format. Select either of only) Shows performance information on platforms that do not support the NT Performance Monitor. For more information, see "
  • Adobe 38000827 | Configuration Guide - Page 28
    Using the cfstat utility The cfstat command-line utility provides real-time performance metrics for ColdFusion MX. Using a socket connection to obtain metric data, the cfstat utility displays the information that ColdFusion MX writes to the System Monitor without actually using the System Monitor
  • Adobe 38000827 | Configuration Guide - Page 29
    Before you use the cfstat utility, ensure that you selected the Enable Performance Monitoring check box in the ColdFusion MX Administrator (on the Debugging & Logging > Debugging Settings page). If you select this check box, you must restart ColdFusion MX for this change to take effect. cfstat
  • Adobe 38000827 | Configuration Guide - Page 30
    slow pages can help you diagnose potential problems or seconds bottlenecks in your ColdFusion applications operations on log files, such as searching, viewing, downloading, archiving, and deleting. Click on a Log File in the ColdFusion Remote Development Service (RDS). RDS provides remote HTTP
  • Adobe 38000827 | Configuration Guide - Page 31
    log Description Records errors generated by an SMTP mail server. Records messages sent by ColdFusion MX. Records entries for Macromedia Flash Remoting. Scheduled Tasks page You use the Scheduled Tasks page to schedule the execution of local and remote web pages, to generate static HTML pages,
  • Adobe 38000827 | Configuration Guide - Page 32
    System probes are available in ColdFusion MX Enterprise Edition only. Code Compatibility Analyzer page The Code Compatibility Analyzer page evaluates your ColdFusion pages for potential incompatibilities between ColdFusion MX 7 and ColdFusion Server 5. It reviews the CFML pages that you specify and
  • Adobe 38000827 | Configuration Guide - Page 33
    CFX Tags page Before you can use a CFX tag in ColdFusion applications, you must register it. You use the CFX Tags page to register and manage ColdFusion custom tags built with C++ and Java. You can build CFX tags in the following two ways: • Using C++ as a dynamic link library (DLL) on Windows or as
  • Adobe 38000827 | Configuration Guide - Page 34
    length exceeds this value, gateway events will not be added to the processing queue. Start/Stop SMS Test Starts and stops the short message service (SMS) test server. Server Gateway Types page The Gateways Types pages lets you configure the types of gateways available on your system. After you
  • Adobe 38000827 | Configuration Guide - Page 35
    a directory for file changes. • JMS Acts as a Java Messaging Service consumer or producer. • Socket Listens on a TCP/IP port. Gateway , as follows: • Automatic Start the event gateway when ColdFusion starts. • Manual Do not start the event gateway with ColdFusion, but allow starting it from the
  • Adobe 38000827 | Configuration Guide - Page 36
    RDS Password page You use the RDS Password page to enable and disable password-restricted RDS access to server resources from Macromedia Dreamweaver MX, Macromedia HomeSite+, or the ColdFusion Report Builder, and to change the RDS password. Sandbox Security page You use the Sandbox Security page (
  • Adobe 38000827 | Configuration Guide - Page 37
    • Verity collections • Scheduled tasks • Event gateway instances • Java applets • CFX tags • Archive to do lists After you archive the information, you can use the Administrator to deploy your web applications to the same ColdFusion MX server or to a ColdFusion MX server running on a different
  • Adobe 38000827 | Configuration Guide - Page 38
    Instance Manager page The Instance Manager page lets you view the local and remote JRun servers that can be accessed by a cfusion server running in the multiserver configuration. From this page you can access pages that define new, local, JRun servers and register existing JRun servers running on
  • Adobe 38000827 | Configuration Guide - Page 39
    .cfc Manage debug settings. eventgateway.cfc Manage event gateways. extensions.cfc Manage custom tags, mappings, CFXs, applets, CORBA, and web services. mail.cfc Manage ColdFusion mail settings. runtime.cfc Manage runtime settings for fonts, cache, charts, configuration, and other settings
  • Adobe 38000827 | Configuration Guide - Page 40
    object. myObj = createObject("component","cfide.adminapi.datasource"); // Create a DSN. myObj.setMSSQL(driver="MSSQLServer", name="northwind_MSSQL", host = "10.1.147.73", port = "1433", database = "northwind", username = "sa", login_timeout = "29", timeout = "23", interval = 6, buffer = "64000
  • Adobe 38000827 | Configuration Guide - Page 41
    .datasource"); // Required arguments for a data source. stDSN = structNew(); stDSN.driver = "MSSQLServer"; stDSN.name="northwind_MSSQL"; stDSN.host = "10.1.147.73"; stDSN.port = "1433"; stDSN.database = "northwind"; stDSN.username = "sa"; // Optional and advanced arguments. stDSN.login_timeout
  • Adobe 38000827 | Configuration Guide - Page 42
    //Create a DSN. myObj.setMSSQL(argumentCollection=stDSN); 42 Chapter 2: Using the ColdFusion MX Administrator
  • Adobe 38000827 | Configuration Guide - Page 43
    CHAPTER 3 Data Source Management A data source is a complete database configuration that uses a JDBC driver to communicate with a specific database. In Macromedia ColdFusion MX 7, you must configure a data source for each database that you want to use. After you configure a data source, ColdFusion
  • Adobe 38000827 | Configuration Guide - Page 44
    proprietary, requiring a different driver for each database. ColdFusion MX includes type 4 drivers for many popular DBMSs; however, not all DBMSs are supported in ColdFusion MX Standard Edition. JDBC drivers are stored in JAR files. For example, the JDBC drivers that are supplied with ColdFusion MX
  • Adobe 38000827 | Configuration Guide - Page 45
    "Connecting to other data sources" on page 60 4 "Connecting to Sybase" on page 62 To see a list of database versions that ColdFusion MX supports, go to www.macromedia.com/go/sysreqscf. When running in the J2EE configuration, the ColdFusion MX Administrator also lets you configure a data source
  • Adobe 38000827 | Configuration Guide - Page 46
    names are reserved; you cannot use them for data source names: ■ service ■ jms_provider ■ comp ■ jms 3. Select a Driver from the drop-down which SQL commands can interact with this data source. 10. Click Submit to create the data source. ColdFusion MX supported. 46 Chapter 3: Data Source Management
  • Adobe 38000827 | Configuration Guide - Page 47
    with DB2 for OS/390 or iSeries, see "Connecting to other data sources" on page 60. To see a list of DB2 versions that ColdFusion MX supports, go to www.macromedia.com/go/sysreqscf. Note: DB2 UDB refers to all versions of DB2 running on Windows, UNIX, and Linux/s390 platforms. Use
  • Adobe 38000827 | Configuration Guide - Page 48
    columns in the database for this data source. If unchecked, ColdFusion retrieves the number of characters specified in the BLOB Buffer setting. BLOBs are not supported on UDB 7.1 and 7.2. 48 Chapter 3: Data Source Management
  • Adobe 38000827 | Configuration Guide - Page 49
    SQL The SQL operations that can interact with the current data source. Connecting to Informix To see a list of Informix versions that ColdFusion MX supports, go to www.macromedia.com/go/sysreqscf. Use the settings in the following table to connect ColdFusion MX to Informix data sources: Setting
  • Adobe 38000827 | Configuration Guide - Page 50
    Setting Description Timeout (min) The number of minutes that ColdFusion MX maintains an unused connection before destroying it. Interval (min) The time (in minutes) that the server waits between cycles to check for expired data source connections to close. Disable Connections If selected,
  • Adobe 38000827 | Configuration Guide - Page 51
    Setting Description Description (Optional) A description for this connection. Page Timeout The number of milliseconds before a request for a ColdFusion page times out. The default is 600. If you observe excessive network activity when using this driver, increase the page timeout value. Max
  • Adobe 38000827 | Configuration Guide - Page 52
    Setting BLOB Buffer Allowed SQL Description The default buffer size, used if the BLOB option is not selected. The default value is 64000 bytes. The SQL operations that can interact with the current data source. Connecting to Microsoft Access with Unicode Use the settings in the following table to
  • Adobe 38000827 | Configuration Guide - Page 53
    .microsoft.com/?kbid=248738. Connecting to Microsoft SQL Server To see a list of SQL Server versions that ColdFusion MX supports, go to www.macromedia.com/go/sysreqscf. Use the settings in the following table to connect ColdFusion MX to Microsoft SQL Server: Setting Description CF
  • Adobe 38000827 | Configuration Guide - Page 54
    Setting Description Select Method Determines whether server cursors are used for SQL queries. • The Direct method provides more efficient retrieval of data when you retrieve record sets in a forward-only direction and you limit your SQL Server connection to a single open SQL statement at a time.
  • Adobe 38000827 | Configuration Guide - Page 55
    MX Administrator: 1. Open the ColdFusion MX Administrator. 2. Click Data & Services > Data Sources. 3. Type northwind in the Data Source Name field, and source. 6. Save the data source. Troubleshooting SQL Server connections If you are having trouble establishing a connection to SQL Server, review
  • Adobe 38000827 | Configuration Guide - Page 56
    the TCP/IP protocol. This problem can happen when SQL Server is on the same computer as ColdFusion MX. To fix this problem, perform the following steps: a OK. e Restart the SQL Server services. f Verify your data source. • If you have are having trouble connecting, consider using mixed-mode
  • Adobe 38000827 | Configuration Guide - Page 57
    Setting Description Limit Connections Specifies whether ColdFusion MX limits the number of database connections for the data source. If you enable this option, use the Restrict Connections To field to specify the maximum. Restrict Connections To Specifies the maximum number of database
  • Adobe 38000827 | Configuration Guide - Page 58
    Setting Description Password The password that ColdFusion MX passes to the JDBC driver to connect to the data source if a ColdFusion application does not supply a password (for example, in a cfquery tag). Description (Optional) A description for this connection. Connection String A field that
  • Adobe 38000827 | Configuration Guide - Page 59
    Connecting to Oracle To see a list of Oracle versions that ColdFusion MX supports, go to www.macromedia.com/go/sysreqscf. Use the settings in the following table to connect ColdFusion MX to Oracle data sources: Setting Description CF
  • Adobe 38000827 | Configuration Guide - Page 60
    Setting Login Timeout (sec) CLOB BLOB LongText Buffer BLOB Buffer Allowed SQL Description The number of seconds before ColdFusion MX times out the data source connection login attempt. Select to return the entire contents of any CLOB/Text columns in the database for this data source. If not
  • Adobe 38000827 | Configuration Guide - Page 61
    Setting Maintain Connections Timeout (min) Interval (min) Disable Connections Login Timeout (sec) CLOB BLOB LongText Buffer BLOB Buffer Allowed SQL Description ColdFusion MX establishes a connection to a data source for every operation that requires one. Enable this option to improve performance by
  • Adobe 38000827 | Configuration Guide - Page 62
    on DB2, see "Connecting to DB2 Universal Database" on page 47. Connecting to Sybase To see a list of Sybase versions that ColdFusion MX supports, go to www.macromedia.com/go/sysreqscf. Use the settings in the following table to connect ColdFusion MX to Sybase data sources: Setting Description
  • Adobe 38000827 | Configuration Guide - Page 63
    Setting Description Restrict Connections To Specifies the maximum number of database connections for the data source. To use this restriction, you must enable the Limit Connections option. Maintain Connections ColdFusion MX establishes a connection to a data source for every operation that
  • Adobe 38000827 | Configuration Guide - Page 64
    Setting Password Description JNDI Environment Settings CLOB BLOB LongText Buffer BLOB Buffer Allowed SQL Description The password that ColdFusion MX passes to JNDI to connect to the data source if a ColdFusion application does not supply a password (for example, in a cfquery tag). (Optional) A
  • Adobe 38000827 | Configuration Guide - Page 65
    CHAPTER 4 Web Server Management You can connect Macromedia ColdFusion MX to the built-in web server and to external web servers, such as Apache, IIS, and Sun ONE Web Server (formerly known as iPlanet). This chapter explores common scenarios, security, and multihosting. The information in this
  • Adobe 38000827 | Configuration Guide - Page 66
    text editor and examine the port attribute of the WebService service. In the multiserver configuration, the path is jrun_root/servers/cfusion web server by mistake, you must run the Web Server Configuration Tool manually to configure your external web server after the installation. For information
  • Adobe 38000827 | Configuration Guide - Page 67
    for a CFM page, the connector on the web server opens a network connection to the JRun proxy service. The ColdFusion MX runtime system handles the request and sends its response back through the proxy service and connector. The web server connector uses web-server-specific plug-in modules, as the
  • Adobe 38000827 | Configuration Guide - Page 68
    drop-down list box, select the server or cluster name that you want to configure. (Individual server names in a cluster do not appear. Clustering support is only available on the multiserver configuration.) Note: The server or cluster does not have to reside on the web server computer. In this case
  • Adobe 38000827 | Configuration Guide - Page 69
    9. (Optional) The web server connector does not serve static content (such as HTML files and images) from the built-in web server's root directory. If your ColdFusion web application has an empty context root (/) and you want to serve pages from the built-in web server's root directory, you can
  • Adobe 38000827 | Configuration Guide - Page 70
    a web server for use with ColdFusion MX. -upgrade Upgrades existing configured connectors with newer modules from a newer wsconfig.jar file. -service Specifies the Apache Windows service name. The default value is Apache. -bin Specifies the path to the Apache server binary file (apache.exe in
  • Adobe 38000827 | Configuration Guide - Page 71
    Command-line interface examples This section provides examples of multiple use-cases for different web servers: • Configure a specific IIS site: cf_root/runtime/bin/wsconfig.exe -server coldfusion -ws iis -site "web31" -coldfusion -v On systems where all sites run ColdFusion, there is generally no
  • Adobe 38000827 | Configuration Guide - Page 72
    address and port on which the JRun server's proxy service is listening for connector requests. JRun must also be server's allocator (for use on Solaris with Sun ONE, at the direction of Macromedia Support staff). (IIS only) Forces the connector to use application mappings. Specifies the number of
  • Adobe 38000827 | Configuration Guide - Page 73
    -browser" browser="*MSIE*" ssl-unclean-shutdown="true" NameTrans fn="pfx2dir" from="/mc-icons" dir="C:/Sun/WebServer6.1/ns-icons" name="es-internal" NameTrans fn="pfx2dir" from="/manual" dir="C:/Sun/WebServer6.1/manual/https" Web server configuration 73
  • Adobe 38000827 | Configuration Guide - Page 74
    ="(GET|HEAD)" type="magnus-internal/imagemap" fn="imagemap" Service method="(GET|HEAD)" type="magnus-internal/directory" fn="index-common" Service method="(GET|HEAD|POST)" type="*~magnus-internal/*" fn="send-file" Service method="TRACE" fn="service-trace" AddLog fn="flex-log" name="access"
  • Adobe 38000827 | Configuration Guide - Page 75
    Multihoming configuration tasks include the following: Enabling access to the ColdFusion MX Administrator If any of the applications under a virtual host need to access the ColdFusion MX Administrator, you must create a web server mapping (Alias directive in Apache) for /CFIDE that points to the
  • Adobe 38000827 | Configuration Guide - Page 76
    Apache When you use Apache, you modify the apache_root/conf/httpd.conf file to create virtual hosts and run the Web Server Configuration Tool. You store ColdFusion pages under the web root of each virtual website. To connect multiple Apache virtual hosts on a web server to a single ColdFusion server
  • Adobe 38000827 | Configuration Guide - Page 77
    Sun ONE Web Server, iPlanet, and Netscape When you use Sun ONE Web Server version 6, you use the Server Administrator to create virtual servers and run the Web Server Configuration Tool. You store ColdFusion pages under the web root of each virtual server. Note: For earlier versions of Sun ONE/
  • Adobe 38000827 | Configuration Guide - Page 78
    78 Chapter 4: Web Server Management
  • Adobe 38000827 | Configuration Guide - Page 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
  • Adobe 38000827 | Configuration Guide - Page 80
    Perform the following steps when you archive and deploy site information: 1. Create the archive definition. Identify the type of information to archive about a site. You can archive almost anything about the site, including directories, files, CFX tags, ColdFusion MX mappings, Verity collections,
  • Adobe 38000827 | Configuration Guide - Page 81
    the portion immediately following http://hostname) to determine which web application services an incoming request. For example, if you are running ColdFusion MX COM Support If your application doesn't use COM support, you can reduce the size of the archive file by omitting the supporting files.
  • Adobe 38000827 | Configuration Guide - Page 82
    Deployment considerations Once the archive file is created, you deploy using standard ColdFusion MX J2EE configuration deployment techniques. For more information, see "Installing an EAR file or WAR files" in Chapter 4, "Installing the J2EE Configuration" of Installing and Using ColdFusion MX. Post-
  • Adobe 38000827 | Configuration Guide - Page 83
    The following table describes these parameters: Parameter webroot directory-to-compile Description Fully qualified path to the web server root; for example, C:\Inetpub\wwwroot or C:\CFusionMX7\wwwroot. Fully qualified path to the directory where the files to be compiled are located. This directory
  • Adobe 38000827 | Configuration Guide - Page 84
    84 Chapter 5: Deploying ColdFusion Applications
  • Adobe 38000827 | Configuration Guide - Page 85
    use the ColdFusion MX Administrator and a password for Remote Development Services (RDS), which allows developers to develop CFML pages remotely. in Chapter 16, "Securing Applications," in ColdFusion MX Developer's Guide. Sandbox security Using the ColdFusion MX Administrator, define the actions
  • Adobe 38000827 | Configuration Guide - Page 86
    The Security area in the Administrator lets you do the following tasks: • Configure password protection for the ColdFusion MX Administrator. For more information, see "ColdFusion MX Administrator password protection" on page 86. • Configure password protection for RDS access. For more information,
  • Adobe 38000827 | Configuration Guide - Page 87
    To use sandbox security in the multiserver and J2EE editions, the application server must be running a security manager (java.lang.SecurityManager) and you must define the following JVM arguments (for Macromedia JRun, this is the java.args line in the jrun_root/jvm.config file): -Djava.security.
  • Adobe 38000827 | Configuration Guide - Page 88
    For more information, see the Administrator online Help. Note: When you run ColdFusion MX in the J2EE configuration on IBM WebSphere, the Files/Dirs and Server/Ports tabs are not enabled. About directories and permissions When you enable access to files outside of the sandbox, you specify the
  • Adobe 38000827 | Configuration Guide - Page 89
    any file. For information on using the backslash-hyphen (\-) and backslash-asterisk (\*) wildcard characters, see "About directories and permissions" on page 88. 10. Select the permissions. For example, select the Read check box to let ColdFusion pages in the mytestapps sandbox read files in the
  • Adobe 38000827 | Configuration Guide - Page 90
    12. In the Secured Files and Directories list, verify that the file path is correct. The character after the backslash is important. For information, see "About directories and permissions" on page 88. Note: The Files/Dirs tab works together with the file-based permissions of the operating system.
  • Adobe 38000827 | Configuration Guide - Page 91
    CHAPTER 7 Using Multiple Server Instances When you install Macromedia ColdFusion MX 7 Enterprise Edition using the multiserver configuration, you can use the ColdFusion MX Administrator to create multiple server instances. Deploying ColdFusion MX on multiple server instances lets you isolate
  • Adobe 38000827 | Configuration Guide - Page 92
    each server instance runs in its own Java Virtual Machine (JVM), problems encountered by one application have no effect on other applications. Clustering , even if you deploy on JRun. Note: You can also manually deploy ColdFusion MX on multiple server instances, using your J2EE application server
  • Adobe 38000827 | Configuration Guide - Page 93
    The multiserver configuration is a customized installation of JRun. JRun supports multiple server instances (also called JRun servers) running on the ) Specify whether to create a Windows service for the server instance and whether to define the Windows service with an auto restart recovery option.
  • Adobe 38000827 | Configuration Guide - Page 94
    can support multihomed servers, where a single web server supports multiple IP addresses or domain names, such as www.mycompany.com and services.anothercompany. and in Apache, you create multiple virtual hosts. These instructions apply when running ColdFusion MX in the multiserver configuration. The
  • Adobe 38000827 | Configuration Guide - Page 95
    files in the ColdFusion web application root (recommended for application portability) or the web root of the virtual website. 5. Follow the instructions for your web server to configure the connection between your virtual website and the server instance. For more information, see "Web server
  • Adobe 38000827 | Configuration Guide - Page 96
    multiple server instances under Apache, you edit the httpd.conf file manually. This section assumes that you already created server instances and virtual note the value of the port element; for example: ...
  • Adobe 38000827 | Configuration Guide - Page 97
    #JRunConfig ProxyRetryInterval #JRunConfig ConnectTimeout 15 #JRunConfig RecvTimeout 300 #JRunConfig SendTimeout 15 AddHandler jrun-handler .jsp .jws .cfm .cfml .cfc .cfr .cfswf NameVirtualHost 127
  • Adobe 38000827 | Configuration Guide - Page 98
    true JRunConfig Serverstore "C:/JRun4/lib/wsconfig/myemp/jrunserver.store" JRunConfig Bootstrap 127.0.0.1:51003 ... 9. Restart Apache. 10. (Optional) Store the application's ColdFusion files in your external web server root directory. 11. Test the applications under each
  • Adobe 38000827 | Configuration Guide - Page 99
    . Clustering also enables application servers to route requests to a running server instance when the original server instance goes down. Note: These instructions apply only when you are running ColdFusion MX in the multiserver configuration. If you are running JRun4, you can also create clusters in
  • Adobe 38000827 | Configuration Guide - Page 100
    To administer a cluster, at least one member server instance must be running. 10. Select Enterprise Manager > Cluster Manager. 11. Name the cluster and click the only memory variables that support session replication. In particular, ColdFusion components do not support session replication. 18. For
  • Adobe 38000827 | Configuration Guide - Page 101
    22. (Optional) Store the application's ColdFusion files in your external web server root directory. 23. Test the application to ensure that load balancing and failover work as expected. Defining remote server instances to the ColdFusion MX Administrator You can use the Cluster Manager to add
  • Adobe 38000827 | Configuration Guide - Page 102
    102 Chapter 7: Using Multiple Server Instances
  • Adobe 38000827 | Configuration Guide - Page 103
    tools and utilities that you can use for configuring the Verity K2 Server search engine, as well as creating, managing, and troubleshooting Verity collection. The following chapters are included: Chapter 8: Introducing Verity and Verity Tools 105 Chapter 9: Indexing Collections with Verity Spider
  • Adobe 38000827 | Configuration Guide - Page 104
  • Adobe 38000827 | Configuration Guide - Page 105
    . K2 client applications, such as ColdFusion server, provide users access to document indexes stored in Verity collections. K2 Server supports simultaneous indexing of distributed enterprise repositories, and handles hundreds of concurrent queries and users. The Verity search system takes advantage
  • Adobe 38000827 | Configuration Guide - Page 106
    uses different processes for Windows and UNIX, as follows: Windows The ColdFusion MX 7 Verity Search Server service manages and controls configuration and services of a Verity K2 domain. This service starts three processes: k2server.exe, k2index.exe, and k2admin.exe. UNIX The cf_root/bin/cfmxsearch
  • Adobe 38000827 | Configuration Guide - Page 107
    Microsoft Office, WordPerfect, ASCII text, HTML, and PDF (Adobe Acrobat) documents. For more information, see Chapter 9, "Indexing search limits (limits are for all collections registered to Verity Server): ■ 10,000 documents for ColdFusion MX Developer Edition ■ 125,000 documents for ColdFusion
  • Adobe 38000827 | Configuration Guide - Page 108
    108 Chapter 8: Introducing Verity and Verity Tools
  • Adobe 38000827 | Configuration Guide - Page 109
    than two hundred of the most popular application document formats, including Microsoft Office, WordPerfect, ASCII text, HTML, SGML, XML and PDF (Adobe Acrobat) documents. Another advantage of this method, is that the index created by vspider includes dynamic content. The cfindex tag and indexing
  • Adobe 38000827 | Configuration Guide - Page 110
    frames pointers are recognized, so that navigation through them is supported. Redirected pages are followed so that the real underlying will always be at least one connection to a web server. When the download bandwidth increases to an acceptable level, Verity Spider reallocates connections (per the
  • Adobe 38000827 | Configuration Guide - Page 111
    ensure that you have a set of template style files in a known, stable state. Running multiple simultaneous Verity Spider jobs can cause performance problems for searches. This does not mean that you should never run indexing jobs when users might be searching, because your collections are available
  • Adobe 38000827 | Configuration Guide - Page 112
    indexing commands, use the -cmdfile option for abstraction. By using an ASCII text file to store a task's options, you avoid the potential problem of using special characters in an option's parameter value. For example, the -processbif option requires the use of "!*" and therefore any task using
  • Adobe 38000827 | Configuration Guide - Page 113
    rerun an existing indexing job, Verity Spider automatically refreshes the collection. If you add or remove any of the starting points, however, you must manually specify the -refresh option to refresh existing documents. Note: You can also use the -start option to provide a starting point for Verity
  • Adobe 38000827 | Configuration Guide - Page 114
    collection to create or update. Note: You receive an error if you specify a filename with an extension of CLM. Meta collections are not supported. -help Displays Verity Spider syntax options. -jobpath Syntax: -jobpath path Specifies the location of the Verity Spider databases and the indexing job
  • Adobe 38000827 | Configuration Guide - Page 115
    -style Syntax: -style path Specifies the path to the style files to use when creating a new collection. If the -style option is not specified, Verity Spider uses the default style files in cf_root/lib/common/style. Note: You can safely omit the -style option when resubmitting an indexing job, as the
  • Adobe 38000827 | Configuration Guide - Page 116
    thread uses as much memory as is available from the system. -maxnumdoc Syntax: -maxnumdoc num_docs Specifies the maximum number of documents to download or submit for indexing. The value for num_docs does not necessarily correspond to the number of documents indexed. The following factors affect
  • Adobe 38000827 | Configuration Guide - Page 117
    which is then submitted to the collection. This option is typically used in conjunction with a separate indexing process, such as mkvdk or collection servicers (collsvc). The BIF will be processed by the next indexing process run for the collection, whether it is Verity Spider, mkvdk, or collection
  • Adobe 38000827 | Configuration Guide - Page 118
    -preferred Type: Web crawling only Syntax: -preferred exp_1 [exp_n] ... Specifies a list of hosts or domains that are preferred when retrieving documents for viewing. You can use wildcard expressions, where the asterisk (*) is for text strings and the question mark (?) is for single characters. To
  • Adobe 38000827 | Configuration Guide - Page 119
    Due to the use of special characters, which represent the bulk insert file (BIF), you must run Verity Spider with a command file using the -cmdfile option. For example, if you want to use a script called fix_bif to add customized information to BIF files, use the following command: vspider -cmdfile
  • Adobe 38000827 | Configuration Guide - Page 120
    tasks, the first collection specified is used. Note: Make sure the location you specify contains enough disk space to handle the documents that are downloaded and held before indexing. The documents are deleted from the hard disk after they are indexed. See also -jobpath, for specifying the location
  • Adobe 38000827 | Configuration Guide - Page 121
    and User-Agent, by default. Special headers are sometimes necessary to correctly index a site. For example, earlier versions of Verity Spider did not support the Host header, which is needed for Virtual Host indexing. Also, a Proxy-authentication header was needed to pass a username and password to
  • Adobe 38000827 | Configuration Guide - Page 122
    with the -proxy option. Note: You must have valid Verity Spider licensing capability to use this option. Information Server V3.7 does not support retrieving documents for viewing through secure proxy servers. Do not use the -proxyauth option for indexing documents that are viewed through Information
  • Adobe 38000827 | Configuration Guide - Page 123
    options The following sections describe the Verity Spider path and URL options. -auth Syntax: -auth path_and_filename Specifies an authorization file to support authentication for secure paths. Use the -auth option to specify the authorization file. The file contains one record per line. Each
  • Adobe 38000827 | Configuration Guide - Page 124
    domain(s). You must use only complete text strings for domains. You cannot use wildcard expressions. URLs not in the specified domain(s) are not downloaded or parsed. You can list multiple domains by separating each one with a single space. Note: You must have the appropriate Verity Spider licensing
  • Adobe 38000827 | Configuration Guide - Page 125
    -https Type: Web crawling only Lets you index SSL-enabled websites. Note: You must have the Verity SSL Option Pack installed to use the -https option. The Verity SSL Option Pack is a Verity Spider add-on available separately from a Verity salesperson. -jumps Type: Web crawling only Syntax: -jumps
  • Adobe 38000827 | Configuration Guide - Page 126
    -norobo Type: Web crawling only Specifies to ignore any robots.txt files encountered. The robots.txt file is used on many websites to specify what parts of the site indexers should avoid. The default is to honor any robots.txt files. If you are re-indexing a site and the robots.txt file has changed,
  • Adobe 38000827 | Configuration Guide - Page 127
    If you specify the following: -refreshtime 1 day 6 hours Only those documents that were last indexed at least 30 hours and 1 second ago, are refreshed. Note: This option is valid only with the -refresh option. When you use vsdb -recreate, the last indexed date is cleared. -reparse Type: Web crawling
  • Adobe 38000827 | Configuration Guide - Page 128
    but not indexed, use the -indexclude option. For document types, use the -mimeexclude option instead; for example, specify -mimeexclude application/pdf rather than -exclude *.pdf. Note: When specifying a URL, you must use full, absolute paths using the same format that appears in the HTML hyperlink
  • Adobe 38000827 | Configuration Guide - Page 129
    In Windows, include double-quotation marks around the argument to protect the special characters, such as the asterisk (*). On UNIX, use single-quotation marks. This is only required when you run the indexing job from a command line. Quotation marks are not necessary within a command file (the -
  • Adobe 38000827 | Configuration Guide - Page 130
    See also -regexp. -indinclude Syntax: -indinclude exp_1 [exp_n] ... Specifies that only those files and paths in URLs that match the expressions be followed and indexed. If you use backslashes, you must double them so that they are properly escaped; for example: C:\\test\\docs\\path You can use
  • Adobe 38000827 | Configuration Guide - Page 131
    In Windows, include double-quotation marks around the argument to protect the special characters, such as the asterisk (*). On UNIX, use single-quotation marks. This is only required when you run the indexing job from a command line. Quotation marks are not necessary within a command file (the -
  • Adobe 38000827 | Configuration Guide - Page 132
    Specifies that Verity Spider follow and parse links, but not index, any HTML document that contains the text of exp within the given HTML_tag. For multiple HTML_tag and exp combinations, use multiple instances of the -skip option. You can use wildcard expressions, where the asterisk (*) is for text
  • Adobe 38000827 | Configuration Guide - Page 133
    Lets you use a text file to map custom meta tags to valid HTTP header fields. If you use backslashes, you must double them so that they are properly escaped; for example: C:\\test\\docs\\path This means that you can use your own meta tag, in the document, to replace what is returned by the web
  • Adobe 38000827 | Configuration Guide - Page 134
    -mimeinclude Syntax: -mimeinclude mime_1 [mime_n] ... Specifies MIME types to be included. In Windows, include double-quotation marks around the argument to protect the special characters, such as the asterisk (*). On UNIX, use single-quotation marks. This is only required when you run the indexing
  • Adobe 38000827 | Configuration Guide - Page 135
    Specifies the Verity locale to use in indexing. This option is being replaced by the semantically consistent the -locale option, and is still supported for backwards compatibility. -locale Syntax: -locale name Specifies the Verity locale to use in indexing, such as German (deutsch) or French (fran
  • Adobe 38000827 | Configuration Guide - Page 136
    -msgdb Syntax: -msgdb path Specifies the path to the ind.msg message database file. If Verity Spider was installed properly, this option should be unnecessary. By default, the ind.msg message database file is read from the following directory: cf_root/lib/platform/bin Where platform represents the
  • Adobe 38000827 | Configuration Guide - Page 137
    use this argument at the direction of Verity technical support or for troubleshooting indexing problems. Includes the following message types: information, warning, you might want to use this option: • You want to manually perform custom optimization of the collection, using the mkvdk utility. By
  • Adobe 38000827 | Configuration Guide - Page 138
    -purge Deletes document tables and index files in the collection, and cleans up the collection's persistent store. The collection is then fresh with its original style files, and is not deleted from the file system. -repair Specifies a failure-recovery mode for the collection, where the goal is to
  • Adobe 38000827 | Configuration Guide - Page 139
    You can also use multiple instances of the MIME type criteria, each with a single parameter value, where quotation marks are necessary only if you use the wildcard character (*). For example: -mimeinclude text/plain -mimeinclude 'application/*'.Setting MIME Types MIME types and web crawling When you
  • Adobe 38000827 | Configuration Guide - Page 140
    system indexing The following table lists the MIME types that Verity Spider recognizes when indexing file systems: Format HTML ASCII ASCII, source files PDF MS Word MS Excel MS PowerPoint WordPerfect 5.1 RTF FrameMaker MIF Applixware Zip files Eudora mail MIME type text/html text/plain text/plain
  • Adobe 38000827 | Configuration Guide - Page 141
    CHAPTER 10 Using Verity Utilities This chapter provides information about using Verity utilities to configure, maintain, and troubleshoot Verity collections. Contents Overview of Verity utilities 141 Using the mkvdk utility 142 Using the rck2 utility 153 Using the rcvdk utility 154 Using the
  • Adobe 38000827 | Configuration Guide - Page 142
    and an attribute table. 5. Assist data is generated, which might include a spanning word list. When problems occur during an operation, the mkvdk utility writes error messages to the system log file (sysinfo.log by using the -loglevel and -logfile options. 142 Chapter 10: Using Verity Utilities
  • Adobe 38000827 | Configuration Guide - Page 143
    The log file contains the following fields: • Date • Time • Level • Code • Component • Description You can use the log file to view details about what happens during the collection creation process. Use the mkvdk -loglevel command and specify the numeric identifier for the message level you want, as
  • Adobe 38000827 | Configuration Guide - Page 144
    Building the word list The following command builds the word list in the collection residing in the path directory: mkvdk -words -collection path 144 Chapter 10: Using Verity Utilities
  • Adobe 38000827 | Configuration Guide - Page 145
    in debugging mode. -nooptimize Prevents optimization by this instance of the mkvdk utility. Using this option turns off the service-level VdkServiceType_Optimize. The service types determine the type of work the Verity engine and its self-administration features will execute on a collection
  • Adobe 38000827 | Configuration Guide - Page 146
    command performs servicing only. Use this command to only index submitted documents and service the collection: mkvdk -collection path Deleting documents from a collection The following command deletes documents from a collection: mkvdk -delete -collection path filespec 146 Chapter 10: Using Verity
  • Adobe 38000827 | Configuration Guide - Page 147
    of -insert (or no specification). Date format options The Verity engine supports many import date formats, including many textual date formats, and the as MDY) Dates written in European format (the same as DMY) Service-level keyword options The following table describes the valid keywords for the
  • Adobe 38000827 | Configuration Guide - Page 148
    deleted documents from the collection's internal documents table and word indexes, use the squeeze keyword (see "About squeezing deleted documents" on page 152). 148 Chapter 10: Using Verity Utilities
  • Adobe 38000827 | Configuration Guide - Page 149
    Deletes the bulk submit file or files when the bulk submission work is finished. Using bulk insert and delete options The bulk submit feature supports the insertion of documents and related field values into collections. To use the bulk submit feature to populate fields: 1. Define the fields in the
  • Adobe 38000827 | Configuration Guide - Page 150
    collection servicing, which includes indexing, by this instance of the mkvdk command, performed by an API call. Services the a different interval. Specifies the interval between service calls when the mkvdk utility is run with collection, or enables it after manual repairs: mkvdk -repair -collection
  • Adobe 38000827 | Configuration Guide - Page 151
    the specified collection in the background: mkvdk -purge -purgeback -collection path Specifying persistent service The following command runs the mkvdk command as a persistent process, so that servicing is performed repeatedly after num idle seconds: mkvdk -persist -sleeptime num -collection path
  • Adobe 38000827 | Configuration Guide - Page 152
    that the collection is available for searching and servicing through its self-administration features. The application by row position. VDB tables are not relational, and their architecture supports quick and efficient searching over textual data. A VDB consists of segments 10: Using Verity Utilities
  • Adobe 38000827 | Configuration Guide - Page 153
    The VDB optimization option optimizes the packing of a collection's VDBs. When VDBs are built during normal indexing operations, the segments are not stored sequentially in the one-file VDB file system. As a result of VDB optimization, performance can be improved by reserializing the packed segments
  • Adobe 38000827 | Configuration Guide - Page 154
    result in the results list. Fields specified using the f command are displayed. Docstart indicates the first result to be displayed. For example, r 10 displays results starting with the 10th document in the results list. Display results based on the last field selection. Display information about K2
  • Adobe 38000827 | Configuration Guide - Page 155
    When you start the rcvdk utility with no arguments, you get the following message, followed by the rcvdk prompt: Type 'help' for a list of commands. RC> The help command produces the following list of available commands: RC> help Available commands: search s Search documents. results r
  • Adobe 38000827 | Configuration Guide - Page 156
    in the following example: RC>s universal filter filter.Troubleshooting and Maintenance Tools Viewing results of the rcvdk utility After you \08_cbg6.htm 9: 0.90 d:\search97\s97is\locale\english\doc\collbldg\08_cbg.htm 10: 0.90 d:\search97\s97is\locale\english\doc\collbldg\04_cbg1.htm 11: 0.90
  • Adobe 38000827 | Configuration Guide - Page 157
    the Zone Filter 3: The Zone Filter 4: Overview 5: Table of Contents 6: Universal Filter Configuration Using the 7: Index 8: The PDF Filter 9: Document Filters and Formatting 10: Collection Style Summary 11: Collection Basics 12: Universal Filter Document Types 13: Using the style.dft File Using the
  • Adobe 38000827 | Configuration Guide - Page 158
    14: Supported Field Types 15: 16: Recognized Document Types 17: Custom Zone Definitions 18: The KeyView Filter Kit index displays, as follows: didump - Verity, Inc. Version 2.5.0 (_nti31, Jul 7 1999) Text Size Doc Word A 10 3 4 a 34 5 24 abbreviations 4 1 1 about 4 1 1 158 Chapter
  • Adobe 38000827 | Configuration Guide - Page 159
    to a partition, like the following: didump -zones /z/collbldg/html/parts/00000003.did This partition is for a collection containing the Verity Collection Building Guide in HTML format. The Verity universal filter invoked the HTML filter by default, and indexed the documents using these zones. didump
  • Adobe 38000827 | Configuration Guide - Page 160
    did This partition is for a collection containing the Verity Collection Building Guide in HTML format. didump - Verity, Inc. Version 2.5.0 (_solaris .htm#282872 href 01_cbg1.htm href 01_cbg1.htm#286513 href 01_cbg1.htm#286520 ... Size Doc Word 10 2 4 3 1 1 6 2 2 8 2 3 7 2 2 3 1 1
  • Adobe 38000827 | Configuration Guide - Page 161
    The browse utility executable, which starts the browse utility application, is located in the platform/bin directory. For more information on the specific location of this directory, see "Location of Verity utilities" on page 142. For example: c:\cfusionmx7\verity\k2\_nti40\bin\browse /common = c:\
  • Adobe 38000827 | Configuration Guide - Page 162
    following is the syntax for using the merge utility to split a single large collection into smaller collections: merge -split [-number] 162 Chapter 10: Using Verity Utilities
  • Adobe 38000827 | Configuration Guide - Page 163
    The merge utility reads srcCollection and splits it into roughly equal pieces, using the filenames given for newCollection1 and so on. If you want to split a very large collection into a large number of new collections, you can use the following command, instead of explicitly naming each new
  • Adobe 38000827 | Configuration Guide - Page 164
    164 Chapter 10: Using Verity Utilities
  • Adobe 38000827 | Configuration Guide - Page 165
    INDEX A AddHandler directive 67 administration, initial tasks 14 Administrator API about 39 enabling access through sandbox security 36 Apache application isolation configuration 96 configuration overview 67 multihoming 76, 96 sample configuration files 73 API, Administrator 39 apialloc property 72
  • Adobe 38000827 | Configuration Guide - Page 166
    35, 86 Server Settings section 15 Settings Summary page 24 user assistance, types of 14 Verity Collections page 25 Verity K2 Server page 26 Web Services page 26 ColdFusion security 89 collections attaching to with the rcvdk utility 155 backing up with the mkvdk utility 150 creating with the mkvdk
  • Adobe 38000827 | Configuration Guide - Page 167
    Debugging IP Addresses page, ColdFusion MX Administrator 29 Debugging Settings page, ColdFusion MX Administrator 26 didump utility executable 158 using 158 word list, viewing 158 zone attribute list, viewing 160 zone list, viewing 159 directory structure, expanded 92 distribution, sourceless 83 E
  • Adobe 38000827 | Configuration Guide - Page 168
    into collections 144 log file 142 mkvdk executable 142 optimization keywords 151 optimized databases (VDBs) 152 processing documents with 146 service-level keywords 147 squeezing deleted documents 152 syntax 142 mkvdk utility collections backing up 150 creating 144 deleting 151 maintaining 150
  • Adobe 38000827 | Configuration Guide - Page 169
    multiserver configuration application isolation 94 clustering 99 defining server instances 93 multiple server instances 91 MySQL, connecting to 56 N Netscape Enterprise Server (NES) about configuration 67 See also Sun ONE Web Server network connection, required for clustering 99 O obj.conf 67, 71
  • Adobe 38000827 | Configuration Guide - Page 170
    110 proxy handling 111 restart capability 110 state maintenance 110 syntax 112 web standards support 110 Verity Spider MIME types file system indexing and 139 known types for file 73 overview 65 Sun ONE Web Server 73 Web Services page, ColdFusion MX Administrator 26 wildcard, IIS 6 67 170 Index
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170

±²³´µ¶·¸²¹
±
±²³
Configuring and Administering ColdFusion MX