Specifications

© 2013 Adobe Systems Incorporated and its licensors. All rights reserved.
4.
5.
1.
2.
3.
1.
2.
CF_WEB_INF=cf_webapp_root/WEB-INF
CF_SHARED_LIB=${CF_WEB_INF}/cfusion/lib
Save the startup script and restart the WebLogic Server.
Enable ColdFusion security in Windows
Open the startup script for the WebLogic domain, which is typically the startWebLogic cmd file, which
is located in the wldomain_root\bin directory.
Establish or append to the following variable:
CF_SECURITY_JVM_OPTIONS
MEM_ARGSIf 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
SET CF_SECURITY_JVM_OPTIONS="-Djava.security.manager"
@rem You must append %CF_SECURITY_JVM_OPTIONS% to the existing
JAVA_OPTIONS value.
set
JAVA_OPTIONS=-Dweblogic.security.SSL.trustedCAKeyStore=C:\WebLogic_
HOME\server\lib\cacerts %CF_SECURITY_JVM_OPTIONS%
%CF_COM_JVM_OPTIONS%
@rem You must append the following to the existing MEM_ARGS value.
@rem -Xms32m -Xmx512m -Xss64k -XX:MaxPermSize=128m
Save the startup script and restart the WebLogic Server.
Enable ColdFusion security and graphing support in UNIX
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 or append to the following variables:
CF_SECURITY_JVM_OPTIONS
CF_GRAPHING_JVM_OPTIONS
MEM_ARGSIf 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: