Adobe 38043740 - ColdFusion Standard - Mac User Manual page 43

User guide
Hide thumbs Also See for 38043740 - ColdFusion Standard - Mac:
Table of Contents

Advertisement

If you are updating an existing deployment of ColdFusion MX, ColdFusion MX 6.1, or ColdFusion MX 7 for
J2EE, you must undeploy ColdFusion MX, ColdFusion MX 6.1, or ColdFusion MX 7 for J2EE before you deploy
ColdFusion 8, as described in "Updating from an earlier version for J2EE" on page 36.
Expand the EAR file
1
Expand the EAR file by performing the following steps:
a
Open a console window, navigate to the directory that contains the EAR file, and make a new directory
named cfusion-ear:
md cfusion-ear (mkdir cfusion-ear on UNIX)
Change to the cfusion-ear directory and expand the cfusion.ear file with the
b
cd cfusion-ear
java_home/bin/jar -xvf ../cfusion.ear
This expands the cfusion.ear file into cfusion.war and rds.war (rds.war is not included if you specified a
context root of / when you ran the installation wizard).
c
In cfusion-ear, make a new directory named cfusion-war.
md cfusion-war (mkdir cfusion-war on UNIX)
Change to the cfusion-war directory and expand the cfusion.war file with the
d
cd cfusion-war
java_root/bin/jar -xvf ../cfusion.war
This expands the cfusion.war file.
(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)
f
(If rds.war exists) Change to the rds-war directory and expand rds.war with the
cd rds-war
java_root/bin/jar -xvf ../rds.war
This expands rds.war.
Go up one level to the cfusion-ear file, 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)
h
Open the cfusion-ear/META-INF/application.xml file in a text editor.
ADOBE COLDFUSION 8
Installing and Using ColdFusion
command:
jar
command:
jar
command:
jar
39

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion 8

Table of Contents