Specifications

© 2013 Adobe Systems Incorporated and its licensors. All rights reserved.
8.
9.
a.
b.
c.
d.
e.
10.
a.
b.
c.
d.
JBoss 5.1 or 6.x
server
default
deploy
cfusion.ear
cfusion.war
META-INF
rds.war
JBoss 7.x
standalone
deployments
cfusion.ear
cfusion.war
META-INF
rds.war
cfusion.ear.dodeploy
(Windows)Edit the JBOSS_HOME\bin\run.bat file for JBoss 5.1 and 6.x and
JBOSS_HOME\standalone.bat for JBoss 7.x by doing the following:
If not present, add the JVM (-Xmx512m) parameter to JAVA_OPTS.
Ensure that the permanent generation heap size is set by adding -XX:MaxPermSize=128m to
JAVA_OPTS.Without this parameter, the JVM can generate a java.lang.OutOfMemoryError
error. For more information, see ( )http://wiki.jboss.org/wiki/Wiki.jsp?page=PermanentGeneration
.
Ensure that the jars available in WEB-INF/flex/jars are in the classpath.
Save the run.bat file.
Start the server by running the JBOSS_HOME\bin\run.bat file.
Note
If you use Apache Derby database, add the following in run.bat: JAVA_OPTS
. This is to ensure=%JAVA_OPTS% -Djboss.platform.mbeanserver
that Apache Derby do not start a JMX management server that might conflict
with JBoss.
(Linux) Edit the JBOSS_HOME/bin/run.conf file by doing the following:
In JAVA_OPTS, change to -Xmx128m. -Xmx512m.
Add to JAVA_OPTS.-XX:MaxPermSize=128m
Save the run.conf file.
Start the server by running the JBOSS_HOME/bin/run.sh file. To enable features with operating
system-specific binaries, configure ColdFusion. This step is required to support the following
features that use binaries that are specific to your operating system:
CFX tags written in C++
Microsoft Access driver with Unicode support (Windows only)Use the following procedure for
your operating system to configure the search paths to find the required binary files. These files
are located in the CF_WEBAPP_ROOT\WEB-INF\cfusion\lib directory.
Note
If you use Apache Derby database, add the following in run.bat: JAVA_OPTS
This is to ensure="$JAVA_OPTS -Djboss.platform.mbeanserver".
that Apache Derby do not start a JMX management server that might conflict
with JBoss.