Jamie Jackson
Jamie Jackson

Reputation: 1305

Where is "JVM and Java Settings" CF Admin Page in Adobe ColdFusion 9

Many guides refer to the "JVM and Java Settings" page (in the CF Admin) to manipulate the classpath in Adobe ColdFusion. (I happen to be on ACF9.)

I'm running Multi-Server ACF9 on Linux (Ubuntu), but I can't find that page anywhere.

CF Admin

Where is it, and/or how do I manipulate the CF classpath? (In particular, I'd like to modify it for one specific instance.)

Upvotes: 2

Views: 4120

Answers (1)

Henry
Henry

Reputation: 32915

“JVM and Java Settings” is only available for single server install.

update jvm.config in CF9 Multiserver: <jrun_root>\bin\

http://helpx.adobe.com/coldfusion/kb/change-coldfusion-jvm.html

By default they all share one jvm.config. You may use a custom jvm.config per instance, see: http://www.carehart.org/blog/client/index.cfm/2012/6/26/identifying_what_instance_uses_a_given_jvm_config

Upvotes: 8

Related Questions