Right, but the issue I am attempting to address here is utilization of
the JRUN server that comes bundled with the CF Server.  I have an
application war file that I would like to deploy on this server, but I
am not able to find any documentation on doing such a thing for obvious
reasons.  Has anyone ever deployed a java war file to a CFServer?

Thanks,

Ray

-----Original Message-----
From: Jeremy Brodie [mailto:[EMAIL PROTECTED]
Sent: Friday, March 05, 2004 9:48 AM
To: CF-Talk
Subject: Re: Deploying Java Application on CFMX server

Ray,

CFMX/ CF 6.1 these days really *is* a Java application. In fact, in CF
6.1 one of the installer options is to create a WAR or EAR file, which
you can expand in your J2EE of your choice. In fact, quite a few of us
have struts applications running in conjunction with Cold Fusion!

In that light, (although the proceedures will varry depending on which
J2EE server you'll use) you might want to follow these steps.

1) Install your J2EE server of your choice. Popular choice include
Tomcat from the Apache group, Macromedia JRUN and IBM Websphere.

2) Create a WAR or EAR file for Cold Fusion from the installer program

3) Create a WAR or EAR file of your Java application

4) Follow the instructions on the J2EE server for deploying an
application. In Tomcat and JRUN all you need to do is to palce the WAR
or EAR file in the WebApps folder and the application server will expand
the files properly as well as provide the correct sequence of files and
folders.

5) Now you can connect your Java application with Cold Fusion through
CFIMPORT of tag libraries or even by using JSP custom tags.

Jeremy Brodie
Edgewater Technology

web: http://www.edgewater.com
phone:(703) 815-2500
email: [EMAIL PROTECTED]

>Has anyone ever deployed a java application on a CFMX server?  Is it
>possible?  Can anyone point me to some documents as to how to deploy an
>ear file?  
>
>Thanks!
>
>Ray

  _____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to