ColdFusion MX 7 on JBoss?
March 24, 2006 · 31 Comments
I'm curious: is anyone running this configuration? Did you have problems getting it working? A friend of mine deployed CFMX 7 on JBoss and it seemed to work fine but when I tried, I ran into the dreaded log4j compatibility issue that has stumped some people trying to integrate various Java packages with CFMX (many Java packages - CFMX included - depend on specific versions of log4j and often not the same version, making integration tricky... this is kind of Java's version of "DLL hell").
How many folks are using JBoss in general (including non-CF stuff)?
Tags: coldfusion

31 responses so far ↓
1 Chris Scott // Mar 24, 2006 at 11:18 AM
2 Sean Corfield // Mar 24, 2006 at 12:05 PM
3 Rob Brooks-Bilson // Mar 24, 2006 at 12:37 PM
www.orbwave.com/cfjboss/
4 Jeremy Lund // Mar 24, 2006 at 1:32 PM
5 Adrian J. Moreno // Mar 25, 2006 at 8:41 PM
I've also had a CFMX 6.1 app running on JBoss 3.2.5 on Red Hat ES in production for nearly two years now. You won't believe how fast it runs on a dual 64-bit Opteron system. :)
AFAIK, JBoss (on Linux) is the only way to get a pure 64-bit environment for CFMX.
6 Adam Haskell // Apr 7, 2006 at 6:23 AM
7 Steve Brownlee // Apr 11, 2006 at 12:07 PM
I've done about everything I can think of with this configuration, so if you have any specific questions, please feel free to contact me.
8 Sean Corfield // Apr 12, 2006 at 1:20 AM
9 Steve Brownlee // Apr 12, 2006 at 5:14 AM
Check my blog archives for February 2005, article "ColdFusion from anywhere".
As most anyone who's done Java app server development knows, having two versions of the same library on the Java classpath causes all kinds of mysterious and frustrating problems. By moving the CF package off of the main Java classpath and loading it only within the app boundary solved that problem for me.
10 Azmi Katiman // Jun 12, 2006 at 1:07 AM
i managed to install jboss4.0.4 and deploy cf7 and manage to run cf admin page from port 8080.
but during startup i got the log4j error.
What do you mean by "moving the CF package off" since everything is in EAR file? I really want to make a clean deployment.
i tried to locate your article "CF from anywhere" but didn't find it through google.
thank
Azmi.
11 Sean Corfield // Jun 12, 2006 at 8:22 AM
12 Steven Brownlee // Jun 12, 2006 at 1:14 PM
www.orbwave.com/cfjboss/2005/02/coldfusion-from-anywhere.html
13 Ankush Khurana // Jun 13, 2006 at 9:23 AM
Thanks
14 Steven Brownlee // Jun 13, 2006 at 10:24 AM
15 Sean Corfield // Jun 13, 2006 at 10:42 AM
16 Ankush Khurana // Jun 13, 2006 at 1:18 PM
17 Sean Corfield // Jun 13, 2006 at 2:16 PM
18 Steven Brownlee // Jun 13, 2006 at 5:27 PM
19 Azmi Katiman // Jun 13, 2006 at 6:58 PM
you said that your company is currently using jboss for both development and production. I'm pretty confius now that you are recommending adobe jrun? from your experience, which one would you truly recommend in term of performance during peak time? if cost is not an issue.?
thank and regards,
Azmi.
p/s: my favourite team, France ended up draw. sigh!!
20 Steven Brownlee // Jun 13, 2006 at 7:09 PM
21 Azmi Katiman // Jun 13, 2006 at 7:24 PM
the JRun installation that u did for your clients, was it from the cfmx7 CD? or did u use separate CD of Adobe Jrun4 box?
do they have the same capability, the Jrun from cfmx7 CD and the separate Adobe Jrun4 CD?
22 Sean Corfield // Jun 13, 2006 at 9:24 PM
23 Ankush Khurana // Jun 14, 2006 at 3:21 PM
24 Steven Brownlee // Jun 14, 2006 at 4:31 PM
www.adobe.com/products/coldfusion/productinfo/product_editions/#s2
25 Sean Corfield // Jun 14, 2006 at 5:12 PM
Ankush, if you buy Standard Edition, why not just let it use the captive version of JRun 4 that it comes with? That would be a supported configuration.
You will have to go through a lot of installation hoops to get CFMX 7 running on JBoss (per Steve's various blog entries) and you will not be able to get support from Adobe.
If you install Standard Edition "as-is" (i.e., not on JBoss) then you'll have a supported configuration and be able to take advantage of the very simple, standard installer.
I just don't understand why you are so set on using JBoss?
26 Azmi Katiman // Jun 14, 2006 at 5:56 PM
Steve / Sean - just wonder, does jrun4 fully utilise my 64-bit processor (Intel EM64T).?
27 Sean Corfield // Jun 14, 2006 at 8:57 PM
http://www.cbetta.com/blog/index.cfm/2006/5/19/coldfusion-needs-a-roadmap
28 Mark Davis // Aug 29, 2006 at 1:40 PM
29 Jeff Hickey // Aug 16, 2007 at 9:17 AM
30 Sean Corfield // Aug 16, 2007 at 9:58 AM
Of course, you could just go to CF8 - JBoss is a supported platform for CF8.
31 Kevin Penny // Sep 3, 2009 at 8:25 AM
http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=installj2ee_15.html
Leave a Comment