Enabling Sandbox Security (Aix); Enabling Access To Com Objects (Windows) - MACROMEDIA COLDFUSION MX 61 - INSTALLING COLDFUSION MX FOR IBM WEBSPHERE APPLICATION SERVER Manual

For ibm websphere application server
Table of Contents

Advertisement

Replace cf_root with the path to your cf_root directory; for example, enter the following:
CFMX_APPS_PATH=/opt/WebSphere/AppServer/installedApps/cfusion.ear/
cfusion.war/WEB-INF/cfusion/lib:/opt/WebSphere/AppServer/installedApps/
cfusion.ear/cfusion.war/WEB-INF/cfusion/lib/_ilnx21/bin
On Solaris:
CFMX_APPS_PATH=
lib/_solaris/bin
Replace
CFMX_APPS_PATH=/opt/WebSphere/AppServer/installedApps/cfusion.ear/
cfusion.war/WEB-INF/cfusion/lib:/opt/WebSphere/AppServer/installedApps/
cfusion.ear/cfusion.war/WEB-INF/cfusion/lib/_solaris/bin
Append the CFMX_APPS_PATH environment variable to the LD_LIBRARY_PATH entry.
3
The resulting line should be similar to the following:
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$CFMX_APPS_PATH
Make sure that LD_LIBRARY_PATH is exported
4
Save the file and restart WebSphere.
5
You can now use Verity in ColdFusion MX.

Enabling sandbox security (AIX)

To enable sandbox security in AIX, you must grant everyone full security permissions for
accessing class files. To grant full permissions, ensure that you have a websphere_root/AppServer/
properties/java.policy file with the following contents:
// PERMISSIONS GRANTED TO EVERYONE
grant {
permission java.security.AllPermission;
};
Note: Sandbox security cannot restrict Java access to files and network resources on WebSphere 4.

Enabling access to COM objects (Windows)

This section explains how to enable Component Object Model (COM) support in Windows
after installing ColdFusion MX.
To enable COM support:
In the WebSphere Administrative Console, add the following line to your JVM arguments. In
1
Advanced Edition Single Server, add the text to the Generic Command Line Arguments entry
of the Nodes > Node Name > Application Servers > Default Server > Process Definition > JVM
Settings panel. In Advanced Edition, add it to the Command Line Arguments entry of the
Advanced JVM dialog, accessed from the JVM Settings tab of the Nodes > Node Name >
Application Servers > Application Server Name panel.
-DJINTEGRA_NATIVE_MODE -DJINTEGRA_PREFETCH_ENUMS
Make a backup copy of the setupCmdLine.bat file, located in the websphere_root\AppServer\bin
2
directory.
Open the original file for editing and add the following on a single, long line:
3
SET PATH=%PATH%;
INF\cfusion\
jintegra\bin\international
38
Chapter 3: Installing on WebSphere V4
/WEB-INF/cfusion/lib:
with the path to your cf_root directory; for example, enter the following:
\WEB-INF\cfusion\jintegra\bin;
/WEB-INF/cfusion/
(export LD_LIBRARY_PATH
).
\WEB-

Advertisement

Table of Contents
loading
Need help?

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?

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Coldfusion mx

Table of Contents