Mappings Page; Mail Server Page - Adobe 38000827 - Macromedia ColdFusion MX Standard Edition Administration Manual

Administration guide
Hide thumbs Also See for 38000827 - Macromedia ColdFusion MX Standard Edition:
Table of Contents

Advertisement

You can specify maximum and default timeout values for session and application
variables. Unless you define a timeout value in Application.cfm, application variables
expire in two days. Session variables expire when user sessions end. To change these
behaviors, enter new default and maximum timeout values on the Memory Variables
page of the Administrator.
Note: Timeout values that you specify for application variables override the timeout values
set in Application.cfm.
You can also specify whether to use J2EE session variables. When you enable the J2EE
session variables, ColdFusion creates an identifier for each session and does not use the
CFToken or CFID cookie value. For more information, see Developing ColdFusion MX
Applications with CFML.

Mappings page

You use the Mappings page of the ColdFusion Administrator to add, update, and delete
logical aliases for paths to directories on your server. ColdFusion mappings apply only to
pages processed by ColdFusion MX with the
CFML pages outside of the web_root (or whatever directory is mapped to "/"), you must
add a mapping to the location of those files on your server.
Assume that the "/" mapping on your server points to C:\CFusionMX\wwwroot, but all
your ColdFusion header pages reside in c:\2002\newpages\headers. In order for
ColdFusion MX to find your header pages, you must add a mapping in the ColdFusion
Administrator that points to c:\2002\newpages\headers (for example, add a mapping for
/headers that points to c:\2002\newpages\headers). In the ColdFusion pages located in
C:\CFusionMX\wwwroot, you reference these header pages using /headers in your
cfinclude
Note: ColdFusion mappings are different from web server virtual directories. For
information on creating a virtual directory to access a given directory using a URL in your
web browser, please consult your web server's documentation.

Mail Server page

You use the Mail Server page of the ColdFusion Administrator to specify a mail server to
send automated e-mail messages. ColdFusion MX supports the Simple Mail Transfer
Protocol (SMTP) for sending e-mail messages and the Post Office Protocol (POP) for
retrieving e-mail messages from your mail server. To use e-mail messaging in your
ColdFusion applications, you must have access to an SMTP server and/or a POP
account.
The ColdFusion implementation of SMTP mail uses a spooled architecture. This means
that when a
not be sent immediately. If ColdFusion is extremely busy or has a large queue, delivery
could occur after some delay.
Note: For more information about the cfmail tag, see Developing ColdFusion MX
Applications with CFML.
and
tags.
cfmodule
tag is processed in an application page, the messages generated might
cfmail
and
cfinclude
cfmodule
Server Settings section
tags. If you save
13

Advertisement

Table of Contents
loading

This manual is also suitable for:

Macromedia coldfusion mx

Table of Contents