Custom Extensions section
35
Sandbox Security page
You use the Sandbox Security page (called Resource Security in the Standard Edition) to specify
security permissions for data sources, tags, functions, files, and directories.
Sandbox security uses the location of your ColdFusion pages to determine functionality. A
sandbox
is a designated area (CFM files or directories containing CFM files) of your site to which
you apply security restrictions. By default, a subdirectory (or
child
directory) inherits the sandbox
settings of the directory one level above it (the
parent
directory). If you define sandbox settings for
a subdirectory, you override the sandbox settings inherited from the parent directory.
Use sandbox security to control access to:
•
Data sources
•
Tags
•
Functions
•
Files and directories
•
IP addresses and ports
Custom Extensions section
You can extend the functionality of the ColdFusion Administrator by adding links to other web
applications and sites. These links appear under the Custom Extensions section in the left
navigation pane of the Administrator.
Note:
You must create a link for the Custom Extensions section to appear in the Administrator.
To extend the Administrator, create a file that contains the HTML link code, followed by a
<BR>
,
with a separate line for each link. Do not include other HTML code, such as
<head>
or
<body>
tags. Save this file as extensionscustom.cfm in the Administrator root directory (/CFIDE/
administrator/).
For example, the following file adds to the Administrator links for Bowdoin College, Universidad
Complutense de Madrid, and La Sapienza:
<a href="http://www.bowdoin.edu/" target="content">Bowdoin College</a><br>
<a href="http://www.http://www.ucm.es/" target="_blank">Universidad
Complutense de Madrid</a><br>
<a href="http://www.uniroma1.it/" target="_blank">La Sapienza</a><br>
When you click a link, the page displays. The target attribute is required; if you specify
target="content", the page appears in the main pane of the Administrator. If you specify any other
value for the target attribute, the page appears in a new window.
Summary of Contents for COLDFUSION MX 61 - CONFIGURING AND ADMINISTERING COLDFUSION...
Page 1: ...Configuring and Administering ColdFusion MX...
Page 8: ...8 Contents...
Page 10: ...10 Introduction...
Page 12: ......
Page 36: ...36 Chapter 2 Basic ColdFusion MX Administration...
Page 56: ...56 Chapter 3 Data Source Management...
Page 74: ...74 Chapter 5 Administering Security...
Page 84: ......
Page 132: ...132 Chapter 9 Indexing Collections with Verity Spider...
Page 142: ...142 Chapter 10 Searching Collections with K2 Server...
Page 148: ...148 Chapter 11 Searching Collections with the rcvdk Utility...