Specifications

© 2013 Adobe Systems Incorporated and its licensors. All rights reserved.
10.
1.
2.
3.
a.
Note
(JBoss 7.x only) If cfusion.ear is not deployed before JBoss times out for
deployment, you can change the deployment timeout of JBoss in
JBOSS_HOME\standalone\configuration\standalone.xml file.{{<subsystem
xmlns="urn:jboss:domain:deployment-scanner:1.0"> <deployment-scanner
scan-interval="5000" relative-to="jboss.server.base.dir" path="deployments"
deployment-timeout="120",/> </subsystem>}}
Note
(JBoss 7.x only) After CF is deployed in JBoss 7.x, web services will not
function. To resolve this, add <path
in name="javax/annotation/processing"/> JBOSS_HOME\modules
file. For more information, see \sun\jdk\main\module.xml https://comm
unity.jboss.org/message/627008
Note
If
you are running ColdFusion on MAC, documents and PDF functionality may
fail with {{ClassNotFound for com.aqua.LookAndFeel }}error.
To resolve this, add the following entry to JBOSS_HOME\modules\sun\jd
file:k\main{color}module.xml <path name="com/apple/laf"/>
Note
In JBOSS 7.x, if OpenOffice is not functioning, start JBoss with the following
flag:
-Djava.ext.dirs=JBOSS_DEPLOY_DIR/cfusion.ear/cfusion.war/WEB-INF/cfu
sion/lib/oosdk/;<java-home>/lib/ext/ (use ':' for Unix based machines and ';'
for ColdFusion running on Windows) Also add the following to the
JBOSS_HOME\modules\sun\jdk\main\module.xml.
Configure operating system-specific binary support for Windows
Ensure that JBoss Server is stopped.
Edit JBOSS_HOME\bin\run.bat by adding the following:
set
CF_LIB_PATH=JBOSS_DEPLOY_DIR\cfusion.ear\cfusion.war\WEB-INF\cfusion\lib
set PATH=%PATH%;%CF_LIB_PATH%
Edit the run.bat file that is located in the JBOSS_DEPLOY_DIR by doing the following:
Locate the following text: