Which JVM are you using, the settings for the CFadmin using the Sun JVM for
instance are:


On the Java page of the ColdFusion Administrator, set the following
properties like so: 
Java Virtual Machine Path: /path/to/jdk1.2.2/jre/lib/i386/classic/libjvm.so 
Class Path: where your own Java class files reside 
Initial Heap Size: 4096K is recommended 
Max Heap Size: 65536K is recommended 
System Options: java.compiler=NONE 
CFX Jar Path: /path/to/coldfusion/Java/classes 
In the ColdFusion /path/to/coldfusion/bin/start script, edit the
LD_LIBRARY_PATH to add pointers to the JDK, for example: 

LD_LIBRARY_PATH=$CFHOME/lib:/usr/jdk1.2.2/jre/lib/i386/classic:/usr/jdk1.2.2
/jre/lib:/usr/jdk1.2.2/jre/lib/i386/native_threads:/usr/jdk1.2.2/jre/lib/i38
6

-----Original Message-----
From: Jeremy Bailey [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 06, 2000 2:22 PM
To: [EMAIL PROTECTED]
Subject: JVM setup in CF


         Ok, I've got the jdk 1.2.2 jre installed, but still can't Cold 
Fusion to get JVM running. I get "The JVM library could not be found. 
Please check if the file specified in the ColdFusion Administrator actually 
exists." errors.
Here is some system info
386 Linux
included in ld.so.conf:
/usr/src/jdk1.2.2/jre/lib/i386
/usr/src/jdk1.2.2/jre/lib/i386/green_threads
/usr/src/jdk1.2.2/jre/lib/i386/classic

CF administration / java:
Java Virtual Machine Path
/usr/src/jdk1.2.2/jre/bin/i386/green_threads/java

Are there any ways i can test to see if java is working properly, before I 
mess with CF?  Any ideas on how to get this running with CF?

----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/cf-linux%40houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_linux or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-linux%40houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_linux or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to