Skip to main content
Inspiring
April 29, 2009
Question

Use of jrun in coldfusion

  • April 29, 2009
  • 1 reply
  • 1229 views

Hi,

i am new bee to coldfusion.I have one query on coldfusion.

Both jrun and coldfusion are application servers.Then what is the use jrun in coldfusion.

Advance Thanks,

This topic has been closed for replies.

1 reply

ilssac
Inspiring
April 29, 2009

ColdFusion, since version 6, is now written in Java and runs on a JVM such as JRun and others.

CFML is processed by ColdFusion into JavaByte code.

As such you can easily extend ColdFusion with Java code if and when desired.

Inspiring
April 30, 2009

Hi lan,

Thanks for response,

Can we run coldfusion application without jrun?

If we run then what is use of jrun.

Advance Thanks

ilssac
Inspiring
April 30, 2009

ColdFusion must run on a JVM (Java Virtural Machine).   JRun does not have to be it.  But if you do not already have another JVM, JRun comes bundled in for no extra cost and is automatically installed.  You do not need to aquire or install it seperately.