Adobe 38043740 - ColdFusion Standard - Mac User Manual page 65

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

Advertisement

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, create a 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.
e
(If rds.war exists) Go up one level to cfusion-ear, create a directory named rds-war.
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)
Open the cfusion-ear/META-INF/application.xml file in a text editor.
h
i
Change the
element from cfusion.war to cfusion-war (or the name of the directory that contains the
web-uri
expanded cfusion.war file). Change the
element cannot contain a dot.
uri
j
Save the application.xml file.
2
Deploy ColdFusion 8 by copying the cfusion-ear directory structure to the 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.
3
Review the server log (jrun_root/logs/servername-event.log) to ensure that ColdFusion 8 deployed successfully.
When sandbox security is enabled in JBOSS. JBOSS startup java environment requires the policy file for it to start,
otherwise an AccessControlException error is generated for everything and ColdFusion does not start.
element for rds.war to rds-war. A directory name in the
web-uri
ADOBE COLDFUSION 8
Installing and Using ColdFusion
command:
jar
command:
jar
web-
61

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion 8

Table of Contents