MACROMEDIA COLDFUSION MX 61 - INSTALLING COLDFUSION MX FOR IBM WEBSPHERE APPLICATION SERVER Manual page 27

For ibm websphere application server
Table of Contents

Advertisement

To disable RDS, you must do the following:
Disable the ColdFusion MX web module RDS Servlet. Doing so ensures that ColdFusion MX
cannot respond to any RDS requests.
If your ColdFusion MX application context root is not /, disable or undeploy the RDS
redirector web module. (For a description of the module, see
Disabling the RDS Servlet
To disable the RDS Servlet:
Back up the ColdFusion web module web.xml file.
1
By default, this file is in the cf_root\WEB-INF directory in Windows, and the cf_root/WEB-
INF directory on UNIX.
Open the original web.xml file for editing.
2
Comment out the RDS Servlet definition, as follows:
3
<!--
<servlet id="macromedia_servlet_8789">
<servlet-name>RDSServlet</servlet-name>
<display-name>Apache-Axis 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>
-->
Note: Some of the text in the servlet definition might vary.
Comment out the RDS Servlet mapping, as the following example shows:
4
<!--
<servlet-mapping id="macromedia_mapping_5">>
<servlet-name>RDSServlet</servlet-name>
<url-pattern>/CFIDE/main/ide.cfm</url-pattern>
</servlet-mapping>
-->
Note: The servlet-mapping id value might vary.
Save the file.
5
RDS is disabled on the ColdFusion MX server.
Disabling the RDS redirector
Use the following procedure to disable the RDS redirector web module.
To disable the RDS web module:
In the WebSphere Administrative Console, select Node_name > Applications > Enterprise
1
Applications.
Stop the Macromedia ColdFusion MX application if it is running.
2
Click the Macromedia ColdFusion MX Application link to display the Configuration page,
3
then select the Local Topologies tab.
Enabling and configuring specific ColdFusion MX functionality
"Using RDS" on page
50.)
27

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COLDFUSION MX 61 - INSTALLING COLDFUSION MX FOR IBM WEBSPHERE APPLICATION SERVER and is the answer not in the manual?

This manual is also suitable for:

Coldfusion mx

Table of Contents