Hey Nick- The CFMX standalone and JRun will run fine on the same machine. However, you won't have as clean integration (for example, you will have to call on EJBs remotely instead of locally and servlets/JSP will be running in a separate container than you CFM pages).
Also, you can include individual JSP pages and servlets in CF pages in any version of CFMX. So while you can't call a JSP page (say page.jsp), you can call on a CFMX page that includes the JSP page (page.cfm that includes page.jsp) - much like a CFINCLUDE, but using different syntax. So you could set up a controller CFM page that includes the necessary JSP page if you wan't to save the JSP code but not have it on a separate server. This will allow you to share application and session variables and other such integration techniques... Hope this helps. -drew Drew Falkman Veraison, LLC http://www.drewfalkman.com *** Check out my latest book at Amazon.com Reality ColdFusion: J2EE Integration http://www.amazon.com/exec/obidos/ASIN/0321129482/drewfalkmanco-20 -----Original Message----- From: Nick de Voil [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 13, 2003 7:16 AM To: JRun-Talk Subject: Re: ColdFusion MX Pro and JRun Thanks Skip. So I need to purchase and install JRun, that's clear. But should I attempt to run JRun and CFMX Pro side by side, or should I install JRun "underneath" CFMX/J2EE? It seems that the latter is much more expensive and involves getting 2 new software licences, which appears strange considering CFMX Pro has got JRun hidden inside it anyway? Nick ----- Original Message ----- From: "Skip Klobucher" <[EMAIL PROTECTED]> To: "JRun-Talk" <[EMAIL PROTECTED]> Sent: Thursday, February 13, 2003 2:59 PM Subject: RE: ColdFusion MX Pro and JRun > Hi Nick, > > The CFMX Pro edition does not support the execution of Java components such as JSPs and Servlets. If you want to mix/match Java web components and CFML templates, that capability is supported in CFMX Enterprise and CFMX/J2EE. There's a feature comparison matrix and pricing info available here: > > http://www.macromedia.com/software/coldfusion/productinfo/features_by_editio n/ > > Hope this helps. > > Skip > > -----Original Message----- > From: Nick de Voil [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 13, 2003 3:26 AM > To: JRun-Talk > Subject: ColdFusion MX Pro and JRun > > > I'd appreciate a little guidance on this. > > I have a W2K server running CFMX Pro and now I want to run a JSP/servlet app > on it (has previously been deployed elsewhere on both JRun & Tomcat) as > well. CF/JRun-wise, what do I need to install & roughly how much will it > cost? > > It would be nice if the two apps could talk to each other using J2EE > ServletContext etc, but not essential - what are my options there? > > Thanks > > Nick > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=8 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=8 Get the JRun Web Application Construction Kit - the only book written specifically for JRun developers. http://www.amazon.com/exec/obidos/ASIN/0789726009/houseoffusion
