>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 Chris, You don't have to package all other parts of the application in the CFMX directory tree. This is a misunderstanding. What you will have to do, however, when you create the new WAR/EAR that contains all of your application files, is to include the core ColdFusion MX files as well (since the class files generated by CFMX are dependent on the CFMX runtime and servlets). As long as you include the core CF files, you can put JSP's, EJB's, etc. in your EAR file and deploy it as you would any other J2EE application. HTH, JC ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com

