> I'm new to Java. Do Jrun and other app servers (Bea > Weblogic) use a common JVM which is independent from > the application server? I guess what I'm asking is > does this JVM from BEA work with CFMX? How would > one install it? Is it as easy as installing it "over" > the existing JVM or is there more to it than that. I'm > interested in anything that can help performance.
As long as the JVM supports the features you need, you shouldn't have any problems using it with JRun or CF MX. It's pretty simple to use the JVM of your choice with CF MX: just install the JVM, and in the CF Administrator (or directly in the appropriate text file, the name of which escapes me offhand) point to the JVM. For example, I'm running CF MX with the Sun 1.4.0_01 JVM. You can switch back to the one installed with CF MX by simply entering the original settings back into the CF Administrator. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

