User guide
35
INSTALLING COLDFUSION 9
Installing the J2EE Configuration
Last updated 1/20/2012
If you disable RDS, the following ColdFusion 9 features do not work:
• The Browse Server button in the ColdFusion Administrator (for example, on the ColdFusion Mappings page)
• The Query Builder and charting in the ColdFusion Report Builder
To disable RDS on UNIX,
1 Stop ColdFusion.
2 In the WebSphere Administrative Console, select the Applications > Enterprise Applications panel, select the
Adobe ColdFusion 9 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:
To disable RDS on Windows,
1 Back up the ColdFusion web module web.xml file (available in either C:\Program
Files\WebSphere\AppServer\installedApps\MYNODE\cfusion.ear\cfusion.war\WEB-INF\web.xml or
C:\Program
Files\WebSphere\AppServer\config\cells\MYNODE\applications\cfusion.ear\deployments\Adobe
ColdFusion 9\cfusion.war\ WEB-INF\web.xml).
2 Open the original web.xml file for editing.
3 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.
4 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.
5 Save the file.
a Restart the ColdFusion 9 application.
b If your ColdFusion 9 application context root is something other than /, disable or undeploy the RDS
redirector web module by doing the following:
6 In the WebSphere Administrative Console, select cell_name > Applications > Enterprise Applications.
7 Stop the Adobe ColdFusion 9 application if it is running.
8 Select Adobe ColdFusion 9 Application, select Manage Modules and then select the check box for ColdFusion
RDS application, and then click Remove.