Changing the ColdFusion MX user account in Windows
63
4
Save the file.
5
Restart ColdFusion MX.
For more information, see
“Starting and stopping services” on page 51
for Windows, or
“Managing the process” on page 53
for UNIX.
RDS is disabled on the ColdFusion MX server.
Disabling JSP functionality
ColdFusion MX Enterprise Edition provides support for JavaServer Pages (JSP) technology via
the underlying J2EE application server on which it runs. Because JSP code runs outside of the
realm of the ColdFusion MX security framework and, therefore, is not subject to ColdFusion MX
sandbox security, you do not typically deploy JSPs in a shared, hosted environment where more
than one customer shares a single server.
To disable JSP functionality:
1
Open
cf_root
/runtime/servers/default/SERVER-INF/default-web.xml in a text editor.
2
Find the
servlet-mapping
entry for JspLicenseServlet.
3
Comment out this entry, as the following example shows:
...
<!--
<servlet-mapping>
<servlet-name>JspLicenseServlet</servlet-name>
<url-pattern>*.jsp</url-pattern>
</servlet-mapping>
-->
...
4
Save and close the file.
5
Restart ColdFusion MX.
Changing the ColdFusion MX user account in Windows
If you discover that the user account under which ColdFusion MX runs has an inappropriate level
of access—for example, to interact with remote data sources, other application pages, and COM
objects—you should change the user account. This procedure applies only when running in the
server configuration.
Note:
You cannot follow this procedure in Windows 98 and Windows ME because they do not use
services in their architecture. For other Windows versions, open the Services Control Panel and use
the following procedure as a guideline.
To change the ColdFusion MX user account:
1
Select
Start > Run
.
2
In the Run dialog box, enter
mmc
in the Open text box and click OK.
The Microsoft Management Console (MMC) appears.
3
Select
Console > Open
.
Содержание COLDFUSION MX 61 - CONFIGURING AND ADMINISTERING COLDFUSION...
Страница 1: ...Installing and Using ColdFusion MX...
Страница 6: ...6 Introduction...
Страница 30: ...30 Chapter 2 Installing the Server Configuration...
Страница 48: ...48 Chapter 3 Installing the J2EE Configuration...
Страница 70: ...70 Index...