Specifications

© 2013 Adobe Systems Incorporated and its licensors. All rights reserved.
3.
a.
b.
c.
d.
4.
5.
6.
7.
cd cf_install_directory
md cfusion (Windows, mkdir cfusion on UNIX)
md CFIDE (Windows, mkdir CFIDE on UNIX)
Change to the cfusion directory and expand the cfusion.war file with the jar command:
cd cfusion
java_home/bin/jar -xvf ../cfusion.war
Go up one level to the install directory:
cd ..
Go to the CFIDE directory and expand the rds.war file with the jar command:
cd CFIDE
java_home/bin/jar -xvf ../rds.war
Open the weblogic.policy file. On WebLogic 11g, the file is located in the /wlserver_1WebLogic_HOME
0.0/server/lib/ directory. In a text editor, comment out the restrictive permissions, and add permission
java.security.AllPermission; to the default permissions section, as the following example shows:
...
// default permissions granted to all domains
grant {
permission java.security.AllPermission;
/*
permission java.util.PropertyPermission "java.version", "read";
permission java.util.PropertyPermission "java.vendor", "read";
...
permission java.util.PropertyPermission "java.vm.name", "read";
*/
};
...
Deploy the cfusion and CFIDE directory structures using your site-specific WebLogic deployment
method.
Ensure that the following jars are in the startup script's classpath.
WEB-INF/cfusion/lib/jintegra.jar
WEB-INF/flex/jars/cfgatewayadapter.jar
WEB-INF/flex/jars/concurrent.jar