0
Adding classpaths to JVM setting

/t5/coldfusion-discussions/adding-classpaths-to-jvm-setting/td-p/496814
Oct 22, 2007
Oct 22, 2007
Copy link to clipboard
Copied
I may just be blind or missing something but HOW DO I ADD
CLASSPATHS TO THE JVM SETTINGS IN CF8 multiple instances?
With no Java and JVM Settings page in the Administrator I assume I have to make manual changes to the JVM.CONFIG. What is the format for doing that
With no Java and JVM Settings page in the Administrator I assume I have to make manual changes to the JVM.CONFIG. What is the format for doing that
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
New Here
,
/t5/coldfusion-discussions/adding-classpaths-to-jvm-setting/m-p/496815#M45094
Oct 23, 2007
Oct 23, 2007
Copy link to clipboard
Copied
To add the class path you have to change manually the
explicit parameter in jvm.config file that is
java.class.path={application.home}/servers/lib,{application.home}/servers/lib,{application.home}/lib
Instead u can directly specify the class path which u want to use here and comment this line in jvm.config
java.class.path={application.home}/servers/lib,{application.home}/servers/lib,{application.home}/lib
Instead u can directly specify the class path which u want to use here and comment this line in jvm.config
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

Guest
AUTHOR
/t5/coldfusion-discussions/adding-classpaths-to-jvm-setting/m-p/496816#M45095
Oct 23, 2007
Oct 23, 2007
Copy link to clipboard
Copied
You must directly edit the jvm.config files yourself.
Generally you want to create different config files for your
instances and then specify which one should be used with the
-config argument added to the jrun start command.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

