Disabling Jsp Functionality (Server Configuration Only) - Adobe 38043740 - ColdFusion Standard - Mac User Manual

User guide
Hide thumbs Also See for 38043740 - ColdFusion Standard - Mac:
Table of Contents

Advertisement

CHAPTER 7
92
Configuring Your System
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 of 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 cf_root/runtime/servers/default/SERVER-INF/default-web.xml in a text editor.
1
Find the
2
servlet-mapping
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.
Open the file cf_root\WEB-INF\web.xml.
5
Comment out the servlet mapping, as follows:
6
<!--
<servlet-mapping>
<servlet-name>JspLicenseServlet</servlet-name>
<url-pattern>*.jsp</url-pattern>
</servlet-mapping>
-->
Save and close the file.
7
Restart ColdFusion.
8
entry for JspLicenseServlet.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion 8

Table of Contents