Dave Actually, I have access to a friend's Xserve -- and CFMFJ2EE and JRun run quite well on it -- at least its an easy install. Xserve Server software comes with Apache & Tomcat standard and MySQL as an install option, so there are several setup tasks you don't need to mess with.
JRun is a double click -- CFMXJ2EE is a little more difficult: CLI Decompress (install) multi-step deploy I don't have the tools or the expertise to run comprehensive tests or to compare it with other servers -- but it is quite nice! (this from a Mac bigot). Anyway, one of the first things I did was to use OS X Software Update to install Java 1.4.1 -- went flawlessly!. But neither JRun nor CFMXJ2EE would take advantage of Java 1.4.1. Note: Apple has Java 1.4.1 setup so that you can install it "along side" Java 1.3.1 -- so any programs that specify 1.3.1 still run. I am not a server-side guy, but the Xserver environment is every bit as user-friendly as a standard OS X environment -- and that is quite easy. If we can get some resolution on the 1.4.1 issue, I think it will be a winner! Dick P.S. While not supported on Xserve, any valid CFMXJ2EE for JRun license is accepted on the Mac -- so you can get the full version operational On Tuesday, March 25, 2003, at 07:02 AM, David Fafard wrote: > Speaking of this... > How would CFMX JRUN perform on an Apple XServe? > I need to add a ColdFusion server and am interested in knowing > the performance metrics compared to say a Win2k box or Linux box. > > Thanks, > Dave > > ----- Original Message ----- > From: "Joshua Miller" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Tuesday, March 25, 2003 9:47 AM > Subject: RE: Java 1.4.1 CFMXJ2EE for JRun Mac OS X > > >> 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 This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

