Specifications
© 2013 Adobe Systems Incorporated and its licensors. All rights reserved.
3.
a.
4.
5.
1.
2.
3.
1.
2.
3.
@echo off
rem -----------------------------------------------
rem JBoss Bootstrap Script for Win32
rem -----------------------------------------------
Below this text, insert three lines and paste.
set
CF_LIB_PATH=JBOSS_DEPLOY_DIR\cfusion.ear\cfusion.war\WEB-INF\cfusion\lib
set PATH=%PATH%;%CF_LIB_PATH%
Save the file and start the server.
Note
You must copy the version of tools.jar that the application server uses to the
cfusion/lib directory.
Configure operating system-specific binary support for Linux
Ensure that JBoss Server is stopped.
Edit JBOSS_HOME/bin/run.sh by adding the following:
export
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:CF_WEBAPP_ROOT/WEB-INF/cfusion/lib
Save the file and start the server.
Enable COM support (Windows only)
Ensure that JBoss Server is stopped.
Edit JBOSS_HOME\bin\run.bat by adding the following:
set
CF_LIB_PATH=%CF_LIB_PATH%;CF_WEBAPP_ROOT\WEB-INF\cfusion\jintegra\bin;CF_
WEBAPP_ROOT\WEB-INF\cfusion\jintegra\bin\international
Save the file and start the server.
Enable communication with Flex
When ColdFusion is configured to use RMI for LiveCycle Data Services ES, ColdFusion listens on port 1099
by default. However JBoss typically starts listening on this port before ColdFusion does; as a result, an
exception is thrown. To configure ColdFusion to use a different RMI port, on the Java and JVM page of the
ColdFusion Administrator, specify the following in the JVM arguments text area:
-Dcoldfusion.rmiport=nnnn