Specifications

© 2013 Adobe Systems Incorporated and its licensors. All rights reserved.
2.
1.
2.
3.
4.
5.
grant {
permission java.security.AllPermission;
};
Configure operating system-specific binary support in Windows
This process is required to support the following features that use binaries that are specific to your operating
system:
CFX tags written in C++
Microsoft Access driver with Unicode supportYou do this by configuring the search paths to find the
required binary files, which are located in the \WEB-INF\cfusion\lib directory.cf_webapp_root
Configure search paths
Make a backup copy of the setupCmdLine.bat file, located in the \AppServer\binwebsphere_root
directory.
Open the original file for editing and add the following on a single line before the line that starts with
SET WAS_CLASSPATH:
SET CF_APPS_PATH=cf_webapp_root\WEB-INF\cfusion\lib
Replace with the path to your web application directory; for example, enter thecf_webapp_root
following:
SET CF_APPS_PATH=%WAS_HOME%\installedApps\%WAS_CELL%\
Adobe_ColdFusion_10.ear\cfusion.war\WEB-INF\cfusion\lib;%WAS_HOME%\instal
ledApps\%WAS_CELL%\ Adobe_ColdFusion_10.ear\cfusion.war\WEB-INF\flex\jars
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_HOM
E%/lib/j2ee.jar;%WAS_HOME%/lib/lmproxy.jar;%WAS_HOME%/lib/urlprotocols.ja
r;%CF_APPS_PATH%
Save the file.
Add the full path to the \WEB-INF\cfusion\lib directory to the WAS_PATH variable incf_webapp_root
the setupCmdLine.bat file. The WAS_PATH line should look similar to the following: