Disabling Jsp Functionality (Server Configuration Only); Changing The Coldfusion User Account In Windows - Adobe 38043755 - ColdFusion Enterprise - Mac Installation Manual

Installation guide
Hide thumbs Also See for 38043755 - ColdFusion Enterprise - Mac:
Table of Contents

Advertisement

INSTALLING COLDFUSION 10
Configuring Your System
<!--
<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>
-->
Save the file.
4
5
Restart ColdFusion.
RDS is disabled on the ColdFusion server.
For more information, see
"Managing ColdFusion services in
process in
UNIX" on page 53.

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
1
Open cf_root/cfusion/runtime/conf/web.xml in a text editor.
Find the
2
servlet-mapping
Comment out this entry, as the following example shows:
3
<!--
<servlet-mapping>
<servlet-name>jsp</servlet-name>
<url-pattern>*.jsp</url-pattern>
-->
4
Save and close the file.
Restart ColdFusion.
5

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.)
entry for JspLicenseServlet.
Last updated 7/9/2012
Windows" on page 52, or
"Managing the ColdFusion
62

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion 10

Table of Contents