System information

14
CONFIGURING AND ADMINISTERING COLDFUSION 9
Using the ColdFusion Administrator
Last updated 2/21/2012
Font Management page
The Font Management page lets you review and define fonts for use with Adobe® FlashPaper™ and Acrobat® PDF
output formats. ColdFusion generates FlashPaper and PDF output through the
cfdocument tag and through the
cfreport tag, when used to call a report created with the ColdFusion Report Builder.
ColdFusion automatically registers Acrobat built-in fonts and fonts located in typical font locations (such as the
Windows\fonts directory). However, if your server has additional fonts installed in nonstandard locations, you register
them with the ColdFusion Administrator so that the
cfdocument and cfreport tags can locate and render PDF and
FlashPaper reports.
This page contains the following topics:
Register New Font with ColdFusion Lets you browse to a directory that contains fonts, or select a specific font.
User Defined Fonts Displays the fonts that have been registered explicitly.
Current System Fonts Displays fonts stored in platform-specific system font directories.
For more information on font management, see the ColdFusion Administrator online Help. For more information on
reporting in ColdFusion, see Creating Reports and Documents for Printing in the Developing ColdFusion Applications.
Document page
The Document page allows you to configure OpenOffice application. If you did not configure during installation,
provide the directory path to configure OpenOffice.
Depending on whether your ColdFusion server is installed on a local or remote server, you can configure OpenOffice
with your ColdFusion server instance.
For more information about configuring OpenOffice with ColdFusion, see Configuring OpenOffice in Installing
ColdFusion.
Java and JVM page
The Java and JVM page lets you specify the following settings, which enable ColdFusion to work with Java:
Option Description
Cache Type Set the cache type. Charts can be cached either in memory or to disk. Memory caching is faster, but more
memory intensive.
Maximum Number Of Cached
Images
Specify the maximum number of charts to store in the cache. After the cache is full, if you generate a new
chart, ColdFusion discards the oldest chart in the cache.
Max Number Of Charting Threads Specify the maximum number of chart requests that can be processed concurrently. The minimum
number is 1 and the maximum is 5. (Higher numbers are more memory-intensive.)
Disk Cache Location When caching to disk, specify the directory in which to store the generated charts.
Option Description
Java Virtual Machine Path The absolute file path to the location of the Java Virtual Machine (JVM) root directory. The default is
cf_root/runtime/jre.
Minimum JVM Heap Size The JVM initial heap size.