Adobe 38043740 User Guide - Page 45

efine the following argument

Page 45 highlights

ADOBE COLDFUSION 8 41 Installing and Using ColdFusion The directory can have any name, but these instructions assume a directory name of cfusion under your JRun server instance. This directory becomes the context root into which ColdFusion is deployed. For example, if you are installing ColdFusion in the default JRun server, the directory is /opt/jrun4/servers/default/cfusion. 2 Create a directory named CFIDE. This directory is the context root into which the remote development service (RDS) application is deployed, for example, /opt/jrun4/servers/default/CFIDE. 3 Stop the JRun server to which you want to deploy ColdFusion by using the JRun Launcher (jrun_root/bin/jrun) or type jrun_root/bin/jrun stop server_name in a console window. 4 If you haven't done so already, open a console window, navigate to the cfusion directory, and use the jar utility to uncompress the cfusion.war file, by using the following commands: cd jrun_root/jrun4/servers/servername/cfusion java_home/bin/jar -xvf cfmx_install_directory/cfusion.war The directory jrun_root refers to the directory in which you installed JRun 4, for example, C:\JRun 4 or /opt/jrun4. Replace servername with the name of the server to which you are deploying ColdFusion. For example, if you installed ColdFusion in the default JRun server, replace servername with default. 5 Navigate to the CFIDE directory and use the jar utility to uncompress the rds.war file, using the following commands: cd jrun_root/jrun4/servers/servername/CFIDE (or cd ../CFIDE) java_home/bin/jar -xvf cfmx_install_directory/rds.war 6 Configure JVM settings through the Settings panel of the JRun Management Console (JMC) or by using a text editor to modify the jrun_root/bin/jvm.config file. 7 To enable COM support (Windows only), add the following jIntegra binary directories to the JVM's native library path (java.library.path): WEB-INF/cfusion/jintegra/bin WEB-INF/cfusion/jintegra/bin/international 8 (optional) To enable CORBA support, copy the vbjorb.jar file to the WEB-INF/cfusion/lib directory and define the following argument: -Xbootclasspath/a:"cf_webapp_root/WEB-INF/cfusion/lib/vbjorb.jar" 9 To enable charting (UNIX only), define the following argument: -Djava.awt.graphicsenv=com.gp.java2d.ExGraphicsEnvironment" and specify

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112

41
ADOBE COLDFUSION 8
Installing and Using ColdFusion
The directory can have any name, but these instructions assume a directory name of cfusion under your JRun
server instance. This directory becomes the context root into which ColdFusion is deployed. For example, if
you are installing ColdFusion in the default JRun server, the directory is /opt/jrun4/servers/default/cfusion.
2
Create a directory named CFIDE.
This directory is the context root into which the remote development service (RDS) application is deployed,
for example, /opt/jrun4/servers/default/CFIDE.
3
Stop the JRun server to which you want to deploy ColdFusion by using the JRun Launcher (jrun_root/bin/jrun)
or type jrun_root/bin/jrun stop server_name in a console window.
4
If you haven't done so already, open a console window, navigate to the cfusion directory, and use the jar utility
to uncompress the cfusion.war file, by using the following commands:
cd jrun_root/jrun4/servers/servername/cfusion
java_home/bin/jar -xvf cfmx_install_directory/cfusion.war
The directory
jrun_root
refers to the directory in which you installed JRun 4, for example, C:\JRun 4 or
/opt/jrun4. Replace
servername
with the name of the server to which you are deploying ColdFusion. For
example, if you installed ColdFusion in the default JRun server, replace
servername
with
default
.
5
Navigate to the CFIDE directory and use the jar utility to uncompress the rds.war file, using the following
commands:
cd jrun_root/jrun4/servers/servername/CFIDE (or cd ../CFIDE)
java_home/bin/jar -xvf cfmx_install_directory/rds.war
6
Configure JVM settings through the Settings panel of the JRun Management Console (JMC) or by using a text
editor to modify the jrun_root/bin/jvm.config file.
7
To enable COM support (Windows only), add the following jIntegra binary directories to the JVM’s native
library path (
java.library.path
):
WEB-INF/cfusion/jintegra/bin
WEB-INF/cfusion/jintegra/bin/international
8
(optional) To enable CORBA support, copy the vbjorb.jar file to the WEB-INF/cfusion/lib directory and define
the following argument:
-Xbootclasspath/a:"cf_webapp_root/WEB-INF/cfusion/lib/vbjorb.jar"
9
To enable charting (UNIX only),
d
efine the following argument:
-Djava.awt.graphicsenv=com.gp.java2d.ExGraphicsEnvironment"
and specify