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. Open the file cf_root\WEB-INF\web.xml.

  6. Comment out the servlet mapping, as follows:

    <!-- 
    <servlet-mapping> 
    <servlet-name>JspLicenseServlet</servlet-name> 
    <url-pattern>*.jsp</url-pattern> 
    </servlet-mapping> 
    -->
  7. Save and close the file.

  8. Restart ColdFusion.