This can take some sorting out. We can take it off list if you want.

Essentially, its best to remove the installer deployed instance and deploy your own. 
That way you can install multiple instances and connect them to IIS or Apache.

For deploying your own instance:

I create the EAR file out of habit, but you really don't need to do this because 
you're just going to explode it into 2 WAR files anyway. Assuming you have the EAR 
files, this is what you do:

1. In the c:\cfmx folder (using your folder), type jar -xvf cfusion.ear. The result 
will be two WAR files, cfusion.war and rds.war.

2. In Jrun administrator create a new server instance called cfmx1.

3. Under your JRun server instance root (i.e., c:\jrun4\servers\cfmx1), make two 
directories at the same level, cfusion and CFIDE. Note that I always shut my JRun 
instance down not the admin instance to be safe. So you will have 
c:\jrun4\servers\cfmx1\cfusion and c:\jrun4\servers\cfmx1\cfide

3. Copy cfusion.war to the cfusion directory and rds.war to the CFIDE directory.

4. From a command prompt enter the cfmx1\cfusion directory under your instance and 
type jar -xvf cfusion.war. A long list of files will be exploded into the appropriate 
paths.

5. If you want RDS, cd into your CFIDE directory and type jar -xvf rds.war. This is a 
super small install.

6. From the jrun admin start your cfmx1 instance.

7. Once successfully started, go to 
http://<servername>:<portnumber>/<contextroot>/CFIDE/administrator/index.cfm
to get to the Administrator.

Adam.

> -----Original Message-----
> From: Snake Hollywood [mailto:[EMAIL PROTECTED] 
> Sent: 15 January 2004 11:12
> To: [EMAIL PROTECTED]
> Subject: RE: [ cf-dev ] CFMX for jrun
> 
> 
> Yes I can, it's called cfusion
> 
> > -----Original Message-----
> > From: Adam Hope [mailto:[EMAIL PROTECTED]
> > Sent: 15 January 2004 07:36
> > To: [EMAIL PROTECTED]
> > Subject: RE: [ cf-dev ] CFMX for jrun
> > 
> > 
> > Hi Russ,
> > 
> > Can you log in to the Jrun administrator on port 8000 and see
> > the deployed CFMX instance?
> > 
> > Adam.
> > 
> > --
> > ** Archive: 
> http://www.mail-archive.com/dev%> 40lists.cfdeveloper.co.uk/
> > 
> 
> > To unsubscribe, e-mail: 
> [EMAIL PROTECTED]
> > For additional commands, e-mail:
> > [EMAIL PROTECTED] For human help, e-mail: 
> > [EMAIL PROTECTED]
> > 
> 
> 
> -- 
> ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
> 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> For human help, e-mail: [EMAIL PROTECTED]
> 
> 

--
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to