Specifications
© 2013 Adobe Systems Incorporated and its licensors. All rights reserved.
5.
1.
2.
3.
4.
5.
1.
2.
3.
4.
Restart ColdFusion.RDS is disabled on the ColdFusion server.
For more information, see Managing ColdFusion services in Windows, or Managing the ColdFusion
process in UNIX.
#back to top
Disabling JSP functionality (server configuration only)
ColdFusion Enterprise Edition provides support for JavaServer Pages (JSP) technology through the
underlying J2EE application server on which it runs. Because JSP code runs outside the realm of the
ColdFusion security framework and, therefore, is not subject to ColdFusion sandbox security, you do not
typically deploy JSPs in a shared, hosted environment where more than one customer shares a single server.
Disable JSP functionality
Open /cfusion/runtime/conf/web.xml in a text editor.cf_root
Find the entry for JspLicenseServlet.servlet-mapping
Comment out this entry, as the following example shows:
<!--
<servlet-mapping>
<servlet-name>jsp</servlet-name>
<url-pattern>*.jsp</url-pattern>
-->
Save and close the file.
Restart ColdFusion.
#back to top
Changing the ColdFusion user account in Windows
The ColdFusion services, by default, run under the highly privileged system accounts. For an extra level of
security, Adobe recommends that you create a Windows user under which you run the services and only give
necessary privileges to run the web application (for example, folder permissions for the web root.)
Change the ColdFusion user account
Open the Services Control Panel. (For example, select Start > Settings > Control Panel >
Administrative Tools > Services.)
Right-click ColdFusion 10 Application Server, and select Properties. The ColdFusion 10 Application
Server Properties (Local Computer) dialog box appears.
On the Log On tab, select This account, and enter the account information.
Click OK.
In the Services control panel, right-click ColdFusion 10 Application Server, and select Restart.
Note
Do not rename your Windows Administrator account. This causes problems with
security policies and profiles.
Troubleshooting installation issues
Troubleshooting