A lot of good questions on this thread. Let me try to address a few: Differences between CFMX Enterprise and CFMX for J2EE+Jrun. The latter offers: -- Full access to CFMX features plus J2EE APIs, so you can host CF apps as well as EJBs, JSPs/servlets, JMS -- Ability to run multiple instances, either as isolated servers or clones in a cluster. This gives you greater security by enabling you to put apps in completely independent servers, more even performance because you can distribute load across instances, and greater reliability because you can fail over if a server hangs or dies -- Improved performance over CFMX Enterprise because we did additional optimization to take advantage of the J2EE architecture
Supported J2EE Servers -- We announced plans to support WebLogic a while back. More on that soon. -- ColdFusion MX is packaged as a web app, so while we deploy it to J2EE servers we really only require the web container, not the EJB container. You only need that if you want to host EJBs, too. -- We don't currently support JBoss or Tomcat but may in the future. Hope that helps. Phil Costa Product Manager, ColdFusion Macromedia -----Original Message----- From: Samuel R. Neff [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 11, 2002 12:34 PM To: CF-Talk Subject: RE: CFMX Enterprise vs. CFMX for J2EE There is supposed to be a generic version of CFMX for J2EE which will run on anything J2EE compliant--it was mentioned in one of the DevCon sessions so can't be too far off. At 04:45 PM 12/11/2002, you wrote: > One more question. Will CFMX ever be available for JBoss? Am I right > in saying, it won't as long as jBoss doesn't have "get the J2EE > compatibility mark" ...even though it has compliance.. > > Thanks > WG ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm

