In ColdFusion MX 7, when installed in the server configuration, all the JVM Arguments and Class Path values in the jvm.config are not displayed when viewing the JVM Arguments and Class Path entries within the ColdFusion MX Administrator (found under under Java and JVM settings).
In ColdFusion MX 7, the default server settings in the jvm.config are filtered out and are not displayed in the Administrator under Java and JVM settings.
Example:
JVM arguments text box in the Administrator:
-server -Dsun.io.useCanonCaches=false -XX:MaxPermSize=128m -Dcoldfusion.rootDir={application.home}/../ -Dcoldfusion.libPath={application.home}/../lib
# Arguments to VM java.args=-server -Xmx512m -Dsun.io.useCanonCaches=false -XX:MaxPermSize=128m -XX:+UseParallelGC -DJINTEGRA_NATIVE_MODE -DJINTEGRA_PREFETCH_ENUMS -Dcoldfusion.rootDir={application.home}/../ -Dcoldfusion.classPath={application.home}/../lib/updates, {application.home}/../lib,{application.home}/../gateway/lib/, {application.home}/../wwwroot/WEB-INF/cfform/jars -Dcoldfusion.libPath={application.home}/../lib
For the same reason, new class path values manually added in the jvm.config will not be displayed in the Class Path settings of the Administrator because they fall under the ColdFusion default realm.
Keywords:
3cfc90d9

