Specifications
© 2013 Adobe Systems Incorporated and its licensors. All rights reserved.
7.
8.
9.
10.
11.
1.
2.
3.
4.
5.
1.
2.
1.
2.
3.
4.
Review the console messages and server log to ensure that ColdFusion 10 deployed successfully.
Start the ColdFusion Administrator, which runs the Configuration wizard.
To install any other integrated Adobe or third-party technologies, see Installing Integrated
.Technologies
Configure and manage your system, as described in .Configuring your System
To learn about ColdFusion, read the documentation, which is accessible through the Documentation
link on the Resources page of the ColdFusion Administrator.
Note
You must copy the version of tools.jar that the application server uses to the
cfusion/lib directory.
Configure operating system-specific binary support in Windows
Locate the startup script for the WebLogic domain, which is typically the startWebLogic cmd file, which
is located in the \bin directory.wldomain_root
Make a backup copy of this file.
Open the startup script.
Establish the following basic variables at the beginning of the script:
CF_WEB_INF
CF_SHARED_LIBFor example:
SET CF_WEB_INF=cf_webapp_root\WEB-INF
SET CF_SHARED_LIB=%CF_WEB_INF%\cfusion\lib
Save the startup script and restart the WebLogic Server.
Enable COM support for Windows
Open the startup script for the WebLogic domain, which is typically the startWebLogic cmd file, which
is located in the wldomain_root\bin directory.
Establish the following variables:
JINTEGRA_PATH
PRE_CLASSPATH
PRE_PATHFor example:
SET JINTEGRA_PATH= %CF_WEB_INF%\cfusion\jintegra\bin;
%CF_WEB_INF%\cfusion\jintegra\bin\international
SET PRE_CLASSPATH=%CF_SHARED_LIB%\jintegra.jar
SET PRE_PATH=%CF_SHARED_LIB%;%JINTEGRA_PATH%
Configure operating system-specific binary support in UNIX
Locate the startup script for the WebLogic domain, which is typically the startWebLogic.sh file, which is
located in the wldomain_root\bin directory.
Make a backup copy of this file.
Open the startup script.
Establish the following basic variables at the beginning of the script:
CF_WEB_INF
CF_SHARED_LIBFor example: