Contents > Installing and Using ColdFusion MX > Configuring Your System > Disabling JSP functionality PreviousNext

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.

Contents > Installing and Using ColdFusion MX > Configuring Your System > Disabling JSP functionality PreviousNext

ColdFusion 9 | ColdFusion 8 | ColdFusion MX 7 | ColdFusion MX 6.1 | ColdFusion MX | Forums | Developer Center | Bug Reporting

Version 6.1

Comments are no longer accepted for ColdFusion MX 6.1. ColdFusion 8 is the current version.

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/coldfusion/6.1/htmldocs/config23.htm