MACROMEDIA COLDFUSION 4.5-ADMINISTRING COLDFUSION SERVER Technical Information Page 23

  • Download
  • Add to my manuals
  • Print
  • Page
    / 174
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 22
18
CONFIGURING AND ADMINISTERING COLDFUSION 9
Using the ColdFusion Administrator
Last updated 2/21/2012
Configure Flex
1 To export the keystore to a certificate, use the keytool utility, with a command similar to the following:
keytool -export -v -alias FlexAssembler -keystore cf.keystore -rfc -file cf.cer
2 To import the certificate into the JRE cacerts file for your server, use the keytool utility, with a command similar to
the following:
keytool -import -v -alias FlexAssembler -file cf.cer -keystore
C:\fds2\UninstallerData\jre\lib\security\cacerts
The preceding example specifies the location of the keystore for LiveCycle Data Services ES with integrated JRun,
installed by using the default settings. If you are using a different server, specify the location of the cacerts file for the
JRE that you are using. For example, if you are using JBoss, specify the keystore location as
$JAVA_HOME/jre/lib/security/cacerts.
Enable SSL in the ColdFusion Administrator
1 Select Data & Services > Flex Integration, and specify the keystore file in the Full Path To Keystore box.
2 Specify the keystore password in the Keystore Password box.
3 Select Enable RMI Over SSL For Data Management, and then click Submit Changes.
If you specify an invalid keystore file or password, ColdFusion does not enable SSL, and disables LiveCycle Data
Management Support.
Debugging & Logging section
Debugging Output Settings page
Use the Debugging Settings and Debugging IPs pages to configure ColdFusion to provide debugging information for
every application page that a browser request. Specify debugging preferences by using the pages as follows:
On the Debugging Settings page, select debugging output options. If debugging is enabled, the output appears in
block format after normal page output.
On the Debugging IPs page, restrict access to debugging output. If a debugging option is enabled, debugging output
is visible to all users by default.
Note: Enabling debugging affects performance. It is advised that you do not enable debugging on a production server.
The Debug Output Settings page provides the following debugging options:
Option Description
Enable Robust Exception Information Displays detailed information in the exceptions page, including the physical path and URI of
the template, the line number and snippet, the SQL statement used (if any), the data source
name (if any), and the Java stack trace.
Enable Request Debugging Output Enables the ColdFusion debugging service.
Select Debugging Output Format Controls debugging format. Select either of the following formats:
classic.cfm The format available in ColdFusion 5 and earlier. It provides a basic view and
few browser restrictions.
dockable.cfm A dockable tree-based debugging panel. For details about the panel and
browser restrictions, see the online Help.
Page view 22
1 2 ... 18 19 20 21 22 23 24 25 26 27 28 ... 173 174

Comments to this Manuals

No comments