Adobe 38043740 - ColdFusion Standard - Mac User Manual page 59

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

Advertisement

Save the startup script and restart the WebLogic Server.
5
Enable access to Verity binary files in UNIX
1
Open the startup script for the WebLogic domain, which is typically the startWebLogic.sh file, which is located
in the wldomain_root\bin directory.
Establish the following variables:
2
CF_SHARED_LIBS
LD_LIBRARY_PATH
For example:
# Set up shared library path for ColdFusion to pick up Verity
# shared libs. Use path syntax - entries separated by colon.
# Use _ss026/bin for Solaris and _ilnx21/bin for Linux
# CF_SHARED_LIBS="${CF_SHARED_LIB}:${CF_SHARED_LIB}/_ss026/bin"
CF_SHARED_LIBS="${CF_SHARED_LIB}:${CF_SHARED_LIB}/_ilnx21/bin"
LD_LIBRARY_PATH="${CF_SHARED_LIBS}:${LD_LIBRARY_PATH}"
Save the startup script and restart the WebLogic Server.
3
Enable ColdFusion security in Windows
1
Open the startup script for the WebLogic domain, which is typically the startWebLogic cmd file, which is
located in the wldomain_root\bin directory.
2
Establish or append to the following variable:
CF_SECURITY_JVM_OPTIONS
MEM_ARGS
If you are not using JRockit, append -Xms32m -Xmx512m -Xss64k
-XX:MaxPermSize=128m to the existing MEM_ARGS line of the startup script.
If you are using JRockit, append -Xms32m -Xmx512m -Xss64k to the existing MEM_ARGS line of the
startup script.
JAVA_OPTIONS
Append the CF_SECURITY_JVM_OPTIONS variable to the existing JAVA_OPTIONS line of the startup
script)
For example:
@rem Security options are only required if enabling sandbox security
ADOBE COLDFUSION 8
Installing and Using ColdFusion
55

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion 8

Table of Contents