This has been driving me batty for quite a while

A few months back, Appel released an update to Java.  After installing
this update, I was unable to use <cfhttp> or hit web services that
used SSL.  Typically this would not be a huge deal, but the main
project I am on right now needs to make calls to SkipJack for payment
processing - which uses SSL (big surprise, huh).

Anyway, it was a pretty simple fix to get this resolved, I simply set
the 'default' java version to Java 5 in the 'Java Preferences' 'app'
in OS X and all was right with the world.

Fast forward a few months and now I want to play with CF9 (which I
have deployed as a WAR file to my JRun instance).  I want CF9 to use
Java 6 (I am not sure why...I just do). I thought this would be a
quick fix:

Copy jvm.config to cf9jvm.config
Set the java.home
(java.home=/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home)
Make other changes to point to right CF instance
Change debugging port (so I can run CF9 and CF8 at the same time)

Then, I simply start CF9 using /Applications/JRun4/bin/jrun -config
/Applications/JRun4/bin/cf9jvm.config start cf9

When I fire up CF9 cf admin, it shows that it is still using Java 5.
No matter what I have tried, it still starts with Java 5.

can anyone shed some light on this?  Am I pointing to the wrong
directory in java.home?

-- 
Scott Stroz
---------------
The democracy will cease to exist when you take away from those who
are willing to work and give to those who would not. - Thomas
Jefferson

http://xkcd.com/386/

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:325827
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to