Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Adding classpaths to JVM setting

Guest
Oct 22, 2007 Oct 22, 2007
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
456
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 23, 2007 Oct 23, 2007
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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Oct 23, 2007 Oct 23, 2007
LATEST
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.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources