Specifications
© 2013 Adobe Systems Incorporated and its licensors. All rights reserved.
2.
3.
1.
2.
3.
4.
5.
# Security options are only required if enabling sandbox security
CF_SECURITY_JVM_OPTIONS="-Djava.security.manager"
CF_GRAPHING_JVM_OPTIONS="-Djava.awt.headless=true"
# You must append ${CF_SECURITY_JVM_OPTIONS} and
${CF_GRAPHING_JVM_OPTIONS}
# to the existing JAVA_OPTIONS value.
# JAVA_OPTIONS="default java options ${CF_SECURITY_JVM_OPTIONS}
${CF_GRAPHING_JVM_OPTIONS}"
# You must append the following to the MEM_ARGS variable coded
# in the server startup file:
# "-Xmx512m -XX:MaxPermSize=128m"
Save the startup script and restart the WebLogic Server.
Deploying ColdFusion 10 on Oracle Application Server 11g
The following instructions assume that you installed the J2EE configuration of ColdFusion 10 and that the
EAR file to deploy is under C:\ColdFusion_J2ee\cfusion.ear.
Before you deploy ColdFusion on Oracle 11g, ensure that the following is true:
Oracle Application Server 11g is installed and running.
You set up an OC4J J2EE container for the ColdFusion installation. Adobe recommends that you
create an OC4J instance for ColdFusion to avoid potential classpath issues with other applications.
(Recommended, but not required) You created an OC4J instance. To do so, connect to the Oracle
Application Server using Enterprise Manager and create an OC4J instance. By default the HTTP URL
is . If 1810 is unavailable, the next available port in sequential order is used.http://machineName:1810
You increased the heap size to at least 256 MB (although 512 MB is preferred). To do so, select the
OC4J instance in Enterprise Manager, and select Administration / Server Properties. Under the
Command Line Options category, add -Xmx256M to the Java Options, and then restart the OC4J
instance.
Deploy ColdFusion 10 on Oracle 11g
Ensure that the application server and the OC4J instance are running.
Open a Windows command prompt and go to the oracle_root/dcm/bin directory.
Deploy the ColdFusion 10 application by using the command-line tool dcmctl.bat, as follows:
Dcmctl deployapplication -application cf_app -file
c:\ColdFusion_J2ee\cfusion.ear -component oc4j_instance
Edit the oracle_root/j2ee/oc4j_instance/config/java2.policy file by adding the following to the end of the
file:
grant { permission java.security.AllPermission; };
Start the ColdFusion Administrator, which runs the Configuration and Settings Migration wizard.