Dick,

Here's the content of the page you can't access:

3/25/2003
Getting JRun and CFMX to Work With Java 1.4.1 on OS X
Archive URL: http://markme.com/cantrell/weblog/index.cfm?m=3&d=25&y=2003
[EMAIL PROTECTED]
Thanks to Woojin Choi for posting information on getting JRun to work
with Java 1.4.1 on OS X. I have made a couple of adjustment to what
Woojin posted to match what I found to be effective: 

First, back up the jvm.cfg file found here (you will need to use 'sudo'
to make these changes): 

/System/Library/Frameworks/JavaVM.framework/Versions/1.4.1/Home/lib/jvm.
cfg 

Edit jvm.cfg. Change this... 

-client KNOWN
-jvm ALIASED_TO -client
-hotspot ALIASED_TO -client
-server KNOWN
-classic WARN


... to this ... 

-client
-jvm
-hotspot
-server
-classic


Edit {jrun_installation_dir}/bin/jvm.config, and change this... 

java.home=/System/Library/Frameworks/JavaVM.framework/Versions/1.3.1/Hom
e 

... to this ... 

#java.home=/System/Library/Frameworks/JavaVM.framework/Versions/1.3.1/Ho
me
java.home=/System/Library/Frameworks/JavaVM.framework/Versions/1.4.1/Hom
e 

Give it a try and see what happens! 

Joshua Miller
Head Programmer / IT Manager
Garrison Enterprises Inc.
www.garrisonenterprises.net
[EMAIL PROTECTED]
(704) 569-9044 ext. 254
 
************************************************************************
*************
Any views expressed in this message are those of the individual sender,
except where the sender states them to be the views of 
Garrison Enterprises Inc.
 
This e-mail is intended only for the individual or entity to which it is
addressed and contains information that is private and confidential. If
you are not the intended recipient you are hereby notified that any
dissemination, distribution or copying is strictly prohibited. If you 
have received this e-mail in error please delete it immediately and
advise us by return e-mail to [EMAIL PROTECTED]
************************************************************************
*************


-----Original Message-----
From: Dick Applebaum [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 25, 2003 6:44 AM
To: CF-Talk
Subject: Re: Java 1.4.1 CFMXJ2EE for JRun Mac OS X


Christian

I tried several permutations, but I can't access the URL you posted.

Dick

On Monday, March 24, 2003, at 11:18  PM, Christian Cantrell wrote:

> On Monday, March 24, 2003, at 11:32 PM, Dick Applebaum wrote:
>
>> Sean
>>
>> Where does one start to resolve this?
>
> Start here:
>
> http://markme.com/cantrell/weblog/index.cfm?m=3&d=25&y=2003
>
> Christian
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to