Enabling features with operating system-specific binaries
This step is required to support the following features that use binaries that are specific to your
operating system:
•
Verity search engine and the
•
CFX tags written in C++
•
The
cfreport
•
Microsoft Access driver with Unicode support (Windows only)
These features work on Windows, Linux, and Solaris only.
Note: To do searches in languages other than English, including both European and Asian
languages, you must also install language-specific Verity Search Packs. For more information, see
"Installing Verity Search Packs for ColdFusion MX" on page
Use the procedure for your operating system to configure the search paths to find the required
binary files. This files are located in the cf_root\WEB-INF\cfusion\lib directory in Windows, and
the cf_root/WEB-INF/cfusion/lib directory on UNIX.
To configure operating system-specific binary support in Windows:
Make a backup copy of the setupCmdLine.bat file, located in the websphere_root\AppServer\bin
1
directory.
Open the original file for editing and add the following on a single, long line before the line that
2
starts with SET WAS_CLASSPATH:
SET CFMX_APPS_PATH=
lib\_nti40\bin
Replace
SET CFMX_APPS_PATH=%WAS_HOME%\installedApps\%WAS_NODE%\
Macromedia ColdFusion MX.ear\cfusion.war\WEB-INF\cfusion\lib;
%WAS_HOME%\installedApps\%WAS_NODE%\Macromedia ColdFusion MX.ear\
cfusion.war\WEB-INF\cfusion\lib\_nti40\bin
Add the CFMX_APPS_PATH variable to the WAS_CLASSPATH by appending the following
3
text to the path statement:
;%CFMX_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;%CFMX_APPS_PATH%
Save the file
4
Add the full path to the cf_root\WEB-INF\cfusion\lib directory to the WAS_PATH variable in
5
the 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;
%WAS_HOME%\installedApps\%WAS_NODE%\Macromedia ColdFusion MX.ear\
cfusion.war\WEB-INF\cfusion\lib
Save the file and restart your WebSphere Application Server.
6
You can now use Verity in ColdFusion MX.
24
Chapter 2: Installing on WebSphere V5
cfcollection
tag
\WEB-INF\cfusion\lib;
with the path to your cf_root directory; for example, enter the following:
,
, and
cfindex
cfsearch
44.
tags
\WEB-INF\cfusion\
Need help?
Do you have a question about the COLDFUSION MX 61 - INSTALLING COLDFUSION MX FOR IBM WEBSPHERE APPLICATION SERVER and is the answer not in the manual?