Adobe 38043755 - ColdFusion Enterprise - Mac Installation Manual page 38

Installation guide
Hide thumbs Also See for 38043755 - ColdFusion Enterprise - Mac:
Table of Contents

Advertisement

INSTALLING COLDFUSION 10
Installing the J2EE Configuration
Enable COM support for Windows
You enable Component Object Model (COM) support in Windows after installing ColdFusion 10 so that you can use
the
tag with Crystal Reports. COM support is not required for the ColdFusion Report Builder or any reports
cfreport
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 directory.
1
Open the original file and add the following on a single line:
2
SET PATH=%PATH%;cf_webapp_root\WEB-INF\cfusion\jintegra\bin;cf_webapp_root\WEB-
INF\cfusion\jintegra\bin\international
Replace cf_webapp_root with the path to your web application root directory, for example:
SET
PATH=%PATH%;%WAS_HOME%\installedApps\%WAS_CELL%\AdobeColdFusion10.ear\cfusion.ear\cfusion.
war\WEB-
INF\cfusion\jintegra\bin;%WAS_HOME%\installedApps\%WAS_CELL%\Adobe_ColdFusion_10.ear\cfusi
on.war\WEB-INF\cfusion\jintegra\bin\international
Save the file.
3
In some cases, you might also have to do the following to register the Microsoft Type viewer:
Open a console window and go to the cf_webapp_root\WEB-INF\cfusion\lib directory.
4
5
Register TypeViewer.dll by issuing the following command:
regsvr32 TypeViewer.dll
Configure operating system-specific binary support for Solaris and Linux
This process is required to support CFX tags written in C++ that use binaries that are specific to your operating system.
You must configure the search paths to find the required binary files, which are located in the cf_webapp_root/WEB-
INF/cfusion/lib directory.
Configure search path
Make a backup copy of the startServer.sh file, which is located in the websphere_root/AppServer/bin directory.
1
The path specifications in these instructions assume that you deployed ColdFusion using the standard application
name (Adobe ColdFusion 10) and did not rename the application.
Open the original file, and in the PLATFORM case block, just above the LD_LIBRARY_PATH or LIBPATH line,
2
add the following entry on a single, long line:
On Solaris:
CFUSION_APPS_PATH=cf_webapp_root/WEB-INF/cfusion/lib
Replace cf_webapp_root with the path to your web application root directory; for example:
CF_APPS_PATH="$WAS_HOME"/installedApps/"$WAS_CELL"/
Adobe_ColdFusion_10.ear/cfusion.war/WEB-INF/cfusion/lib
On Linux:
CF_APPS_PATH=cf_webapp_root/WEB-INF/cfusion/lib
Replace cf_webapp_root with the path to your web application root directory; for example:
CF_APPS_PATH="$WAS_HOME"/installedApps/"$WAS_CELL"/
Adobe_ColdFusion_10.ear/cfusion.war/WEB-INF/cfusion/lib
Last updated 7/9/2012
34

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion 10

Table of Contents