Adobe 38043740 User Guide - Page 63

In Oracle AS 10g Enterprise Manager, go to oc4j_instance/Administration/Server Properties.

Page 63 highlights

ADOBE COLDFUSION 8 59 Installing and Using ColdFusion 5 Select Apply. 6 When the Enterprise Manager prompts you to restart, select the restart option. 7 In some cases, you might also have to do the following to register the Microsoft Type viewer: a Open a console window and go to cf_webapp_root\WEB-INF\cfusion\lib. b Register TypeViewer.dll by issuing the following command: regsvr32 TypeViewer.dll The following steps configure your application server to useColdFusion 8 charting and graphing on AIX, Linux, and Solaris systems. This step is not required to enable charting and graphing in Windows. Enable charting and graphing 1 In Oracle AS 10g Enterprise Manager, go to oc4j_instance/Administration/Server Properties. 2 If the following entry does not exist in the Java Option under the Command Line Options category, add it: -Djava.awt.headless=true 3 Select Apply. 4 When the Enterprise Manager prompts you to restart, select the restart option. Disable the RDS web module If you installed ColdFusion 8 at a context root other than /, use the following procedure to disable the RDS redirector web module without undeploying it. If you disable (or undeploy) the RDS redirector and do not disable the RDS servlet, RDS services are still available using the ColdFusion application context root, but tools that use RDS and require a context root of /, such as Dreamweaver and earlier versions of HomeSite, do not work. 1 In the Oracle AS 10g Enterprise Manager, select oc4j_instance /Applications. 2 Select Adobe ColdFusion 8 application and select Edit. 3 In the Administration category, select Advanced Properties. 4 In the Configuration Files category, select orion-application.xml. 5 Comment out the RDS web module as the following example shows: -->

  • 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

59
ADOBE COLDFUSION 8
Installing and Using ColdFusion
5
Select Apply.
6
When the Enterprise Manager prompts you to restart, select the restart option.
7
In some cases, you might also have to do the following to register the Microsoft Type viewer:
a
Open a console window and go to cf_webapp_root\WEB-INF\cfusion\lib.
b
Register TypeViewer.dll by issuing the following command:
regsvr32 TypeViewer.dll
The following steps configure your application server to useColdFusion 8 charting and graphing on AIX, Linux,
and Solaris systems. This step is not required to enable charting and graphing in Windows.
Enable charting and graphing
1
In Oracle AS 10g Enterprise Manager, go to oc4j_instance/Administration/Server Properties.
2
If the following entry does not exist in the Java Option under the Command Line Options category, add it:
-Djava.awt.headless=true
3
Select Apply.
4
When the Enterprise Manager prompts you to restart, select the restart option.
Disable the RDS web module
If you installed ColdFusion 8 at a context root other than /, use the following procedure to disable the RDS
redirector web module without undeploying it.
If you disable (or undeploy) the RDS redirector and do not disable the RDS servlet, RDS services are still available
using the ColdFusion application context root, but tools that use RDS and require a context root of /, such as
Dreamweaver and earlier versions of HomeSite, do not work.
1
In the Oracle AS 10g Enterprise Manager, select oc4j_instance /Applications.
2
Select Adobe ColdFusion 8 application and select Edit.
3
In the Administration category, select Advanced Properties.
4
In the Configuration Files category, select orion-application.xml.
5
Comment out the RDS web module as the following example shows:
<!--
<web-module id="rds" path="rds.war" />
-->