MACROMEDIA COLDFUSION MX 61 - INSTALLING AND USING COLDFUSION MX Using Manual page 44

Hide thumbs Also See for COLDFUSION MX 61 - INSTALLING AND USING COLDFUSION MX:
Table of Contents

Advertisement

To deploy ColdFusion MX as an enterprise application on JRun 4:
Run the installation wizard for your platform, as described in
1
files" on page
instructions.
If you are updating an existing deployment of ColdFusion MX for J2EE, you must undeploy
ColdFusion MX for J2EE before deploying ColdFusion MX 6.1, as described in
from ColdFusion MX for J2EE" on page
Expand the EAR file by performing the following steps:
2
Open a console windows, navigate to the directory that contains the EAR file, and make a
a
new directory named cfusion-ear.
md cfusion-ear (mkdir cfusion-ear on UNIX)
Change to the cfusion-ear directory and expand cfusion.ear with the
b
cd cfusion-ear
java_home
This expands cfusion.ear into cfusion.war and rds.war (rds.war is not included if you
specified a context root of / when running the installation wizard).
In cfusion-ear, make a new directory named cfusion-war.
c
md cfusion-war (mkdir cfusion-war on UNIX)
Change to the cfusion-war directory and expand cfusion.war with the
d
cd cfusion-war
java_root
This expands cfusion.war.
(If rds.war exists) Go up one level to cfusion-ear, make a new directory named rds-war.
e
cd ..
md rds-war (mkdir rds-war on UNIX)
(If rds.war exists) Change to the rds-war directory and expand rds.war with the
f
command:
cd rds-war
java_root
This expands rds.war.
Go up one level to cfusion-ear, and delete the cfusion.war and rds.war files:
g
cd ..
del cfusion.war (rm cfusion.war on UNIX)
del rds.war (rm rds.war on UNIX)
Open cfusion-ear/META-INF/application.xml in a text editor.
h
Change the
i
that contains the expanded cfusion.war file). Change the
rds-war. A directory name in the
Save the application.xml file.
j
Deploy ColdFusion MX by copying the cfusion-ear directory structure to the
3
jrun_root/servers/servername directory. If auto-deploy is enabled, JRun 4 either deploys the
application immediately (if the JRun server is running) or when you start the JRun server.
Review the server log (jrun_root/logs/servername-event.log) to ensure that ColdFusion MX
4
deployed successfully.
44
Chapter 3: Installing the J2EE Configuration
39. Select the EAR option. When you get to the deployment step, return to these
/bin/jar -xvf ../cfusion.ear
/bin/jar -xvf ../cfusion.war
/bin/jar -xvf ../rds.war
element from cfusion.war to cfusion-war (or the name of the directory
web-uri
42.
element cannot contain a dot.
web-uri
"Installing an EAR file or WAR
"Updating
command:
jar
command:
jar
element for rds.war to
web-uri
jar

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COLDFUSION MX 61 - INSTALLING AND USING COLDFUSION MX and is the answer not in the manual?

This manual is also suitable for:

Coldfusion mx

Table of Contents