Adobe 38043740 User Guide - Page 54

In the WebSphere Administrative Console, select cell_name > Applications > Enterprise

Page 54 highlights

50 CHAPTER 5 Installing the J2EE Configuration 1 Stop ColdFusion. 2 In the WebSphere Administrative Console, select the Applications > Enterprise Applications panel, select the Adobe ColdFusion 8 application, and then click Stop. 3 Do the following in both the cf_webapp_root\WEB-INF\web.xml and the websphere_root\AppServer\config\cells\NodeName\applications\cf_application_name.ear\ deployments\cf_application_name\cfusion.war\WEB-INF\web.xml files (or the equivalent paths in UNIX). For example, change the following files: • C:\Program Files\WebSphere\AppServer\installedApps\MYNODE\ cfusion.ear\cfusion.war\WEB-INF\web.xml • C:\Program Files\WebSphere\AppServer\config\cells\MYNODE\applications\ cfusion.ear\deployments\Adobe ColdFusion 8\cfusion.war\ WEB-INF\web.xml a Back up the ColdFusion web module web.xml file. b Open the original web.xml file for editing. c Comment out the RDS Servlet definition, as follows: The text in the servlet definition might vary. d Comment out the RDS Servlet mapping, as the following example shows: RDSServlet /CFIDE/main/ide.cfm --> The servlet-mapping id value might vary. e Save the file. 4 Restart the ColdFusion 8 application. 5 If your ColdFusion 8 application context root is something other than /, disable or undeploy the RDS redirector web module by doing the following: a In the WebSphere Administrative Console, select cell_name > Applications > Enterprise Applications.

  • 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

CHAPTER 5
50
Installing the J2EE Configuration
1
Stop ColdFusion.
2
In the WebSphere Administrative Console, select the Applications > Enterprise Applications panel, select the
Adobe ColdFusion 8 application, and then click Stop.
3
Do the following in both the
cf_webapp_root
\WEB-INF\web.xml and the
websphere_root
\AppServer\config\cells\NodeName\applications\cf_application_name.ear\ deploy-
ments\cf_application_name\cfusion.war\WEB-INF\web.xml files (or the equivalent paths in UNIX). For
example, change the following files:
C:\Program Files\WebSphere\AppServer\installedApps\MYNODE\
cfusion.ear\cfusion.war\WEB-INF\web.xml
C:\Program Files\WebSphere\AppServer\config\cells\MYNODE\applications\
cfusion.ear\deployments\Adobe ColdFusion 8\cfusion.war\ WEB-INF\web.xml
a
Back up the ColdFusion web module web.xml file.
b
Open the original web.xml file for editing.
c
Comment out the RDS Servlet definition, as follows:
<!-- <servlet id="coldfusion_servlet_8789"> <servlet-name>RDSServlet</servlet-name>
<display-name>RDS Servlet</display-name><servlet-
class>coldfusion.bootstrap.BootstrapServlet</servlet-class> <init-param
id="InitParam_103401311065856789"><param-name>servlet.class</param-name> <param-
value>coldfusion.rds.RdsFrontEndServlet</param-value></init-param> </servlet> -->
The text in the servlet definition might vary.
d
Comment out the RDS Servlet mapping, as the following example shows:
<!--
<servlet-mapping id="coldfusioon_mapping_9">
<servlet-name>RDSServlet</servlet-name>
<url-pattern>/CFIDE/main/ide.cfm</url-pattern>
</servlet-mapping>
-->
The servlet-mapping id value might vary.
e
Save the file.
4
Restart the ColdFusion 8 application.
5
If your ColdFusion 8 application context root is something other than /, disable or undeploy the RDS redirector
web module by doing the following:
a
In the WebSphere Administrative Console, select cell_name > Applications > Enterprise Applications.