Hi Chris, This may not be the answer you're looking for, but this is exactly what BlueDragon/J2EE was designed to do, and is one of the most significant differences between BlueDragon and CFMX:
http://www.newatlanta.com/products/bluedragon/index.cfm With BlueDragon/J2EE, you can package your .cfm files side-by-side with JSP pages and bundle the whole thing into a .war or .ear file. The BlueDragon CFML runtime is built into the .war/.ear (the core runtime is only about 2MB). There's a document on our web site that describes this in more detail: http://www.newatlanta.com/downloads/bluedragon/BlueDragon_CFML_on_J2EE.pdf There are still some feature limitations of BlueDragon compared to CFMX, so if you're using CFCs (for example), then BlueDragon currently isn't an option for you; again, more details are on our web site: http://www.newatlanta.com/downloads/bluedragon/3_0_2/BlueDragon_302_CFML_Com patibility_Guide.pdf We currently have several large customers (some Fortune 500) deploying BlueDragon/J2EE on IBM WebSphere (including version 5), BEA WebLogic, and other J2EE servers. Let me know if I can provide more information or if you'd like to be contacted by an account rep. Regards, Vince Bonfanti New Atlanta Communications, LLC http://www.newatlanta.com > -----Original Message----- > From: Chris Norloff [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 14, 2003 11:03 AM > To: CF-Talk > Subject: pkg CFMX with other Java apps? > > > We need to package CFMX, the .cfm files of our application, > and other Java applications all together. We're using CFMX > v6.1 for J2EE, on Solaris 8, with WebSphere App Server v5. > > MM tells us to just physically copy all parts of the other > applications into the CFMX directory tree, but our folks > would rather keep the design more modular. And not have to > re-create all the dependencies of the existing applications. > > Ideally, we could deploy the .war files of the various > application parts, then package the entire business as one > large .ear file. > > Anybody know how to do that? > Or point me where to look? > > thanks, > Chris Norloff > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 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

