Adobe 38043740 - ColdFusion Standard - Mac User Manual page 51

User guide
Hide thumbs Also See for 38043740 - ColdFusion Standard - Mac:
Table of Contents

Advertisement

You do this by configuring the search paths to find the required binary files, which are located in the
cf_webapp_root\WEB-INF\cfusion\lib directory.
Configure search paths
1
Make a backup copy of the setupCmdLine.bat file, located in the websphere_root\AppServer\bin directory.
Open the original file for editing and add the following on a single line before the line that starts with SET
2
WAS_CLASSPATH:
SET CF_APPS_PATH=cf_webapp_root\WEB-INF\cfusion\lib
Replace cf_webapp_root with the path to your web application directory; for example, enter the following:
SET CF_APPS_PATH=%WAS_HOME%\installedApps\%WAS_CELL%\
Adobe_ColdFusion_8.ear\cfusion.war\WEB-INF\cfusion\lib
3
Add the CF_APPS_PATH variable to the WAS_CLASSPATH by appending the following text to the path
statement:
;%CF_APPS_PATH%
The WAS_CLASSPATH line should look similar to the following:
SET
WAS_CLASSPATH=%WAS_HOME%/properties;%WAS_HOME%/lib/bootstrap.jar;%WAS_HOME%/lib/j2ee.
jar;%WAS_HOME%/lib/lmproxy.jar;%WAS_HOME%/lib/urlprotocols.jar;%CF_APPS_PATH%
Save the file.
4
Add the full path to the cf_webapp_root\WEB-INF\cfusion\lib directory to the WAS_PATH variable in the
5
setupCmdLine.bat file. The WAS_PATH line should look similar to the following:
SET WAS_PATH=%WAS_HOME%\bin;%JAVA_HOME%\bin;%JAVA_HOME%\jre\bin;%PATH%;C:\Program
Files\IBM\WebSphere MQ\bin;C:\Program Files\IBM\WebSphere MQ\java\bin;C:/Program
Files/IBM/WebSphere MQ/WEMPS\bin;%CF_APPS_PATH%;
Save the file.
6
Enable COM support for Windows
You enable Component Object Model (COM) support in Windows after installing ColdFusion 8 so that you can
use the
tag with Crystal Reports. COM support is not required for the ColdFusion Report Builder or
cfreport
any reports that you create with the ColdFusion reporting feature.
Make a backup copy of the setupCmdLine.bat file, which is located in the websphere_root\AppServer\bin
1
directory.
Open the original file and add the following on a single line:
2
ADOBE COLDFUSION 8
Installing and Using ColdFusion
47

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion 8

Table of Contents