• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

CF10 case sensitive URLs?

Participant ,
Aug 16, 2016 Aug 16, 2016

Copy link to clipboard

Copied

We are migrating our site from CF9 to CF10.  I have an old upload page and it kept giving errors, but it was uploading the document. 

If I use upload.CFM I get a 404 error, if I use upload.cfm it works fine.

Is CF10 case sensitive?

Views

1.2K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Aug 16, 2016 Aug 16, 2016

Copy link to clipboard

Copied

Hi, bloodbanker​,

AFAIK, CF isn't case-sensitive.  It's usually the web server that is case-sensitive (Apache is.)

I don't know of any settings in CFAdmin that would affect that, but that doesn't mean there isn't one; I just haven't seen it.

HTH,

^_^

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Aug 16, 2016 Aug 16, 2016

Copy link to clipboard

Copied

I know this is an insanely silly question, but how do I know what web server I am running?  It's Windows 2008 R2.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Aug 16, 2016 Aug 16, 2016

Copy link to clipboard

Copied

Hi Clifford,

CF is case sensitive however with the latest update in CF10 we have added all the extension in uriworkers.properties.

/cfformgateway/* = cfusion

/CFFormGateway/* = cfusion

/flex2gateway/* = cfusion

/flex2gateway = cfusion

/cffileservlet/* = cfusion

/CFFileServlet/* = cfusion

/cfform-internal/* = cfusion

/flashservices/gateway/* = cfusion

/flex-internal/* = cfusion

/rest/* = cfusion

/*.cfml/* = cfusion

/*.mxml = cfusion

/*.as = cfusion

/*.cfm = cfusion

/*.CFM = cfusion

/*.Cfm = cfusion

/*.cfm/* = cfusion

/*.swc = cfusion

/*.cfml = cfusion

/*.CFML = cfusion

/*.Cfml = cfusion

/*.cfc = cfusion

/*.CFC = cfusion

/*.Cfc = cfusion

/*.cfc/* = cfusion

/*.cfr = cfusion

/*.cfswf = cfusion

/*.sws = cfusion

/*.jsp = cfusion

/*.hbmxml = cfusion

Please let me know if you have latest update.

Thanks,

Priyank

Thanks,
Priyank Shrivastava

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Aug 16, 2016 Aug 16, 2016

Copy link to clipboard

Copied

I checked for updates and it said there were none.

Version 10,0,20,299202

Is there a file I can / need to edit?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Aug 16, 2016 Aug 16, 2016

Copy link to clipboard

Copied

Can you please check the uriworkers.properties file in \ColdFusion10\config\wsconfig\1 and see if you have all the handlers there. Also please check the web.xml C:\ColdFusion10\cfusion\wwwroot\WEB-INF\web.xml.

There are all the servlet added for these extension. Check if any of these are commented.

Thanks,
Priyank

Thanks,
Priyank Shrivastava

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Aug 17, 2016 Aug 17, 2016

Copy link to clipboard

Copied

Here are the files, sorry, I don't see how to attach a file.

uriworkers.properties

/cfformgateway/* = cfusion

/CFFormGateway/* = cfusion

/flex2gateway/* = cfusion

/flex2gateway = cfusion

/cffileservlet/* = cfusion

/CFFileServlet/* = cfusion

/cfform-internal/* = cfusion

/flashservices/gateway/* = cfusion

/flex-internal/* = cfusion

/rest/* = cfusion

/*.cfml/* = cfusion

/*.mxml = cfusion

/*.as = cfusion

/*.cfm = cfusion

/*.cfm/* = cfusion

/*.swc = cfusion

/*.cfml = cfusion

/*.cfc = cfusion

/*.cfc/* = cfusion

/*.cfr = cfusion

/*.cfswf = cfusion

/*.sws = cfusion

/*.jsp = cfusion

/*.hbmxml = cfusion

web.xml

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">

<web-app id="adobe_coldfusion">

    <display-name>Adobe ColdFusion 10</display-name>

    <description>Adobe ColdFusion 10</description>

    <context-param id="coldfusion_context_1">

        <param-name>cftags</param-name>

        <param-value>/WEB-INF/cftags</param-value>

        <description>Path to search for built-in tags. Relative to application root.

            This parameter can only be one path element.</description>

    </context-param>

    <context-param id="coldfusion_context_2">

        <param-name>coldfusion.compiler.outputDir</param-name>

        <param-value>/WEB-INF/cfclasses</param-value>

        <description>This is the directory where we will place compiled

            pages. It must be relative to the webapp root.</description>

    </context-param>

    <context-param id="coldfusion_context_4">

        <param-name>cfx.registry.nativelibrary</param-name>

        <param-value>cfregistry</param-value>

        <description>Native library that implements CFX_REGISTRY.

            Used on Windows only.</description>

    </context-param>

    <context-param id="coldfusion_context_5">

        <param-name>cfx.report.nativelibrary</param-name>

        <param-value>cfreport</param-value>

        <description>Native library that implements CFX_REPORT.

            Used on Windows only.</description>

    </context-param>

    <context-param id="coldfusion_context_88">

        <param-name>cf.class.path</param-name>

        <param-value>

            ./WEB-INF/../../../classes,./WEB-INF/../../lib/updates,./WEB-INF/../../lib,./WEB-INF/flex/jars,./WEB-INF/cfform/jars,./WEB-INF/../../lib/axis2</param-value>

    </context-param>

    <context-param id="coldfusion_context_89">

        <param-name>cf.lib.path</param-name>

        <param-value>./WEB-INF/../../lib</param-value>

    </context-param>

    <!-- CF Monitoring Filter  -->

    <filter>

        <filter-name>CFMonitoringFilter</filter-name>

        <filter-class>coldfusion.bootstrap.BootstrapFilter</filter-class>

        <init-param>

            <param-name>filter.class</param-name>

            <param-value>coldfusion.monitor.event.MonitoringServletFilter</param-value>

        </init-param>

    </filter>

    <!-- Cache Filter for cfform swfs -->

    <filter>

        <filter-name>CFCacheFilter</filter-name>

        <filter-class>coldfusion.bootstrap.BootstrapFilter</filter-class>

        <init-param>

            <param-name>filter.class</param-name>

            <param-value>flex.server.j2ee.cache.CacheFilter</param-value>

        </init-param>

    </filter>

    <!-- Request Control Filter for Flash Remoting servlets-->

    <filter>

        <filter-name>FlashRemotingControlFilter</filter-name>

        <filter-class>coldfusion.bootstrap.BootstrapFilter</filter-class>

        <init-param>

            <param-name>filter.class</param-name>

            <param-value>coldfusion.filter.FlashRequestControlFilter</param-value>

        </init-param>

    </filter>

   

    <!-- WSRP portlet Filter for wsrp producer -->

    <filter>

      <filter-name>WSRPFilter</filter-name>

      <filter-class>coldfusion.bootstrap.BootstrapFilter</filter-class>

      <init-param>

         <param-name>filter.class</param-name>

         <param-value>coldfusion.portlet.wsrp.ProviderImpl</param-value>

      </init-param>

    </filter>

  <!-- CF ClickJacking deny protection Filter  -->

    <filter>

        <filter-name>CFClickJackFilterDeny</filter-name>

        <filter-class>coldfusion.bootstrap.BootstrapFilter</filter-class>

        <init-param>

            <param-name>filter.class</param-name>

            <param-value>coldfusion.filter.ClickjackingProtectionFilter</param-value>

  </init-param>

  <init-param>

  <param-name>mode</param-name>

            <param-value>DENY</param-value>

        </init-param>

    </filter>

  <!-- CF ClickJacking same origiin protection Filter  -->

    <filter>

        <filter-name>CFClickJackFilterSameOrigin</filter-name>

        <filter-class>coldfusion.bootstrap.BootstrapFilter</filter-class>

        <init-param>

            <param-name>filter.class</param-name>

            <param-value>coldfusion.filter.ClickjackingProtectionFilter</param-value>

  </init-param>

  <init-param>

  <param-name>mode</param-name>

            <param-value>SAMEORIGIN</param-value>

        </init-param>

    </filter>

  <!-- CF ClickJacking Filter mapppings starts. For ColdFusion Administrator we are allowing sameorigiin frames. Use Deny or some other mode of this filter as appropriate for the application and add required url pattern

  -->

  <filter-mapping>

        <filter-name>CFClickJackFilterSameOrigin</filter-name>

        <url-pattern>/CFIDE/administrator/*</url-pattern>

    </filter-mapping>

  <!-- End CF ClickJacking Filter mappings -->

    <!-- CF Monitoring Filter mappings

     When new servlets registered in web.xml, it must be ensured that

     filter mappings are added for this filter as required.

     Note that the MessageBrokerServlet for the Flex 2 Gateway is not

     included here. This is because Flex appears to batch invocations

     for methods invoked close to one another, resulting in the filter

     being missed for all batched invocations other than the first.

    -->

    <filter-mapping>

        <filter-name>CFMonitoringFilter</filter-name>

        <servlet-name>FlashGateway</servlet-name>

    </filter-mapping>

    <filter-mapping>

        <filter-name>CFMonitoringFilter</filter-name>

        <servlet-name>CFFormGateway</servlet-name>

    </filter-mapping>

    <filter-mapping>

        <filter-name>CFMonitoringFilter</filter-name>

        <servlet-name>CfmServlet</servlet-name>

    </filter-mapping>

    <filter-mapping>

        <filter-name>CFMonitoringFilter</filter-name>

        <servlet-name>CFCServlet</servlet-name>

    </filter-mapping>

    <filter-mapping>

        <filter-name>CFMonitoringFilter</filter-name>

        <servlet-name>CFRestServlet</servlet-name>

    </filter-mapping>

    <!-- End CF Monitoring Filter mappings -->

    <!-- Request Control Filter for Flash Remoting servlets -->

    <filter-mapping>

        <filter-name>FlashRemotingControlFilter</filter-name>

        <servlet-name>MessageBrokerServlet</servlet-name>

    </filter-mapping>

    <filter-mapping>

        <filter-name>FlashRemotingControlFilter</filter-name>

        <servlet-name>FlashGateway</servlet-name>

    </filter-mapping>

    <!-- end request control filters -->

    <!-- Cache Filter for cfform swfs -->

    <filter-mapping>

        <filter-name>CFCacheFilter</filter-name>

        <servlet-name>CFSwfServlet</servlet-name>

    </filter-mapping>

   

   <!-- WSRP portlet Filter for wsrp producer -->

   <filter-mapping>

  <filter-name>WSRPFilter</filter-name>

  <servlet-name>WSRPProducer</servlet-name>

   </filter-mapping>   

    <listener>

        <listener-class>coldfusion.bootstrap.HttpFlexSessionBootstrap</listener-class>

    </listener>

    <!-- Message Broker Servlet, wrapped in a ColdFusion specific class -->

    <servlet>

        <servlet-name>MessageBrokerServlet</servlet-name>

        <servlet-class>coldfusion.bootstrap.BootstrapServlet</servlet-class>

        <init-param>

            <param-name>servlet.class</param-name>

            <param-value>coldfusion.flex.ColdFusionMessageBrokerServlet</param-value>

        </init-param>

        <init-param>

            <param-name>services.configuration.file</param-name>

            <param-value>/WEB-INF/flex/services-config.xml</param-value>

        </init-param>

        <load-on-startup>11</load-on-startup>

    </servlet>

    <!-- start flex2

    <servlet>

        <servlet-name>FlexMxmlServlet</servlet-name>

        <display-name>MXML Processor</display-name>

        <description>Servlet wrapper for the Mxml Compiler</description>

        <servlet-class>coldfusion.bootstrap.BootstrapServlet</servlet-class>

        <init-param>

            <param-name>servlet.class</param-name>

            <param-value>flex.webtier.server.j2ee.MxmlServlet</param-value>

        </init-param>

        <init-param>

            <param-name>webtier.configuration.file</param-name>

            <param-value>/WEB-INF/flex/flex-webtier-config.xml</param-value>

        </init-param>

        <init-param>

            <param-name>mxml.swf.extension</param-name>

            <param-value>false</param-value>

        </init-param>

       <load-on-startup>12</load-on-startup>

    </servlet>

    <servlet>

        <servlet-name>FlexInternalServlet</servlet-name>

        <servlet-class>coldfusion.bootstrap.BootstrapServlet</servlet-class>

        <init-param>

            <param-name>servlet.class</param-name>

            <param-value>flex.webtier.server.j2ee.filemanager.FileManagerServlet</param-value>

        </init-param>

        <load-on-startup>13</load-on-startup>

    </servlet>

    end flex2 -->

    <!-- start flash forms settings -->

    <servlet>

        <servlet-name>CFInternalServlet</servlet-name>

        <servlet-class>coldfusion.bootstrap.BootstrapServlet</servlet-class>

        <init-param>

            <param-name>servlet.class</param-name>

            <param-value>flex.server.j2ee.filemanager.FileManagerServlet</param-value>

        </init-param>

        <load-on-startup>13</load-on-startup>

    </servlet>

    <servlet>

        <servlet-name>CFSwfServlet</servlet-name>

        <display-name>SWF Retreiver</display-name>

        <servlet-class>coldfusion.bootstrap.BootstrapServlet</servlet-class>

        <init-param>

            <param-name>servlet.class</param-name>

            <param-value>flex.server.j2ee.SwfServlet</param-value>

        </init-param>

        <load-on-startup>5</load-on-startup>

    </servlet>

    <servlet>

        <servlet-name>CFMxmlServlet</servlet-name>

        <display-name>MXML Processor</display-name>

        <description>Servlet wrapper for the Mxml Compiler</description>

        <servlet-class>coldfusion.bootstrap.BootstrapServlet</servlet-class>

        <init-param>

            <param-name>servlet.class</param-name>

            <param-value>flex.compiler.MxmlServlet</param-value>

        </init-param>

        <load-on-startup>2</load-on-startup>

    </servlet>

    <servlet>

        <servlet-name>CFForbiddenServlet</servlet-name>

        <display-name>Prevents access to *.as files</display-name>

        <servlet-class>coldfusion.bootstrap.BootstrapServlet</servlet-class>

        <init-param>

            <param-name>servlet.class</param-name>

            <param-value>flex.server.j2ee.ForbiddenServlet</param-value>

        </init-param>

    </servlet>

    <!-- end flash forms settings -->

    <servlet id="coldfusion_servlet_1">

        <servlet-name>ColdFusionStartUpServlet</servlet-name>

        <display-name>Coldfusion MX Startup Servlet</display-name>

        <description>Initializes ColdFusion</description>

        <servlet-class>coldfusion.bootstrap.BootstrapServlet</servlet-class>

        <init-param id="InitParam_1034013110641">

            <param-name>servlet.class</param-name>

            <param-value>coldfusion.server.j2ee.CFStartUpServlet</param-value>

        </init-param>

        <init-param id="InitParam_1034013110642">

            <param-name>cfRootDir</param-name>

            <param-value>./WEB-INF/cfusion</param-value>

        </init-param>

        <init-param id="InitParam_1034013110643">

            <param-name>appServer</param-name>

            <param-value>J2EE</param-value>

        </init-param>

        <load-on-startup>1</load-on-startup>

    </servlet>

    <servlet id="coldfusion_servlet_11">

        <servlet-name>FlashGateway</servlet-name>

        <display-name>Flash Gateway</display-name>

        <description>Allows flash to connect to CFML and CFC templates.</description>

        <servlet-class>coldfusion.bootstrap.BootstrapServlet</servlet-class>

        <init-param id="InitParam_103401311064890">

            <param-name>servlet.class</param-name>

            <param-value>flashgateway.controller.GatewayServlet</param-value>

        </init-param>

        <init-param id="InitParam_1034013110642x">

            <param-name>cfRootDir</param-name>

            <param-value>./WEB-INF/cfusion</param-value>

        </init-param>

        <init-param>

            <param-name>gateway.configuration.file</param-name>

            <param-value>/WEB-INF/gateway-config.xml</param-value>

        </init-param>

        <init-param>

            <param-name>whitelist.configuration.file</param-name>

            <param-value>/WEB-INF/gateway-config.xml</param-value>

        </init-param>

        <init-param>

            <param-name>whitelist.parent.node</param-name>

            <param-value>gateway-config</param-value>

        </init-param>

        <init-param id="InitParam_1034013110643a">

            <param-name>appServer</param-name>

            <param-value>J2EE</param-value>

        </init-param>

        <load-on-startup>11</load-on-startup>

    </servlet>

    <servlet id="coldfusion_servlet_12">

        <servlet-name>CFFormGateway</servlet-name>

        <display-name>CFFormGateway</display-name>

        <description>Allows flash forms to connect to CFML and CFC templates.</description>

        <servlet-class>coldfusion.bootstrap.BootstrapServlet</servlet-class>

        <init-param id="InitParam_103401311064891">

            <param-name>servlet.class</param-name>

            <param-value>flashgateway.controller.GatewayServlet</param-value>

        </init-param>

        <init-param id="InitParam_1034013110642y">

            <param-name>cfRootDir</param-name>

            <param-value>./WEB-INF/cfusion</param-value>

        </init-param>

        <init-param>

            <param-name>gateway.configuration.file</param-name>

            <param-value>/WEB-INF/cfform-gateway-config.xml</param-value>

        </init-param>

        <init-param>

            <param-name>whitelist.configuration.file</param-name>

            <param-value>/WEB-INF/cfform-gateway-config.xml</param-value>

        </init-param>

        <init-param>

            <param-name>whitelist.parent.node</param-name>

            <param-value>gateway-config</param-value>

        </init-param>

        <init-param id="InitParam_1034013110643b">

            <param-name>appServer</param-name>

            <param-value>J2EE</param-value>

        </init-param>

        <load-on-startup>12</load-on-startup>

    </servlet>

    <servlet id="coldfusion_servlet_3">

        <servlet-name>CfmServlet</servlet-name>

        <display-name>CFML Template Processor</display-name>

        <description>Compiles and executes CFML pages and tags</description>

        <servlet-class>coldfusion.bootstrap.BootstrapServlet</servlet-class>

        <init-param id="InitParam_1034013110656ert">

            <param-name>servlet.class</param-name>

            <param-value>coldfusion.CfmServlet</param-value>

        </init-param>

        <load-on-startup>4</load-on-startup>

    </servlet>

    <servlet id="coldfusion_servlet_4">

        <servlet-name>GraphServlet</servlet-name>

        <display-name>GraphServlet</display-name>

        <description>Serves up graph data</description>

        <servlet-class>coldfusion.bootstrap.BootstrapServlet</servlet-class>

        <init-param id="InitParam_1034013110657xx">

            <param-name>servlet.class</param-name>

            <param-value>coldfusion.graph.GraphServlet</param-value>

        </init-param>

    </servlet>

    <servlet id="coldfusion_servlet_5">

        <servlet-name>CFCServlet</servlet-name>

        <display-name>CFC Processor</display-name>

        <description>Compiles and executes CF web components</description>

        <servlet-class>coldfusion.bootstrap.BootstrapServlet</servlet-class>

        <init-param id="InitParam_1034013110657ax">

            <param-name>servlet.class</param-name>

            <param-value>coldfusion.xml.rpc.CFCServlet</param-value>

    </init-param>

        <load-on-startup>10</load-on-startup>

    </servlet>

        <!-- Used in calling OnServerStart, so this should be the last one to get initialized -->

        <servlet id="coldfusion_servlet_1001">

            <servlet-name>ServerCFCServlet</servlet-name>

            <display-name>OnServerStart Servlet</display-name>

            <description>Invokes OnServerStart</description>

            <servlet-class>coldfusion.bootstrap.BootstrapServlet</servlet-class>

            <init-param id="InitParam_1034013110613">

                <param-name>servlet.class</param-name>

                <param-value>coldfusion.cfc.ServerCFCServlet</param-value>

            </init-param>

            <init-param id="InitParam_1034013110614">

                <param-name>cfRootDir</param-name>

                <param-value>./WEB-INF/cfusion</param-value>

            </init-param>

            <load-on-startup>1001</load-on-startup>

        </servlet>

  <!-- begin REST -->

  <servlet id="coldfusion_servlet_6">

  <servlet-name>CFRestServlet</servlet-name>

  <display-name>Rest Processor</display-name>

  <description>Starts and configures rest web components</description>

  <servlet-class>coldfusion.bootstrap.BootstrapServlet</servlet-class>

  <init-param id="InitParam_1034013110657rs">

  <param-name>servlet.class</param-name>

  <param-value>coldfusion.rest.servlet.CFRestServlet</param-value>

     </init-param>

     <init-param>

  <param-name>com.sun.jersey.spi.container.ContainerRequestFilters</param-name>

  <param-value>coldfusion.rest.servlet.CFUriConnegFilter;com.sun.jersey.api.container.filter.GZIPContentEncodingFilter;coldfusion.rest.servlet.CFRequestFilter</param-value>

  </init-param>

  <init-param>

  <param-name>com.sun.jersey.spi.container.ContainerResponseFilters</param-name>

  <param-value>coldfusion.rest.servlet.CFResponseFilter;com.sun.jersey.api.container.filter.GZIPContentEncodingFilter</param-value>

  </init-param>

  <load-on-startup>11</load-on-startup>

  </servlet>

  <!-- end REST -->

   

    <!-- begin RDS -->

    <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>

    <!-- end RDS -->

    <servlet>

        <servlet-name>CFFileServlet</servlet-name>

        <display-name>Serves files for cfpresentation,cfreport,captcha etc</display-name>

        <servlet-class>coldfusion.bootstrap.BootstrapServlet</servlet-class>

        <init-param>

            <param-name>servlet.class</param-name>

            <param-value>coldfusion.util.CFFileServlet</param-value>

        </init-param>

    </servlet>

     <!-- WSRP producer servlet.. -->

    <servlet>

      <servlet-name>WSRPProducer</servlet-name>

      <servlet-class>coldfusion.bootstrap.BootstrapServlet</servlet-class>

      <init-param>

      <param-name>servlet.class</param-name>

      <param-value>org.apache.axis.transport.http.AxisServlet</param-value>

      </init-param>

      <load-on-startup>101</load-on-startup>

    </servlet>

   

    <!-- Flash Remoting/Flex mapping -->

    <servlet-mapping id="coldfusion_mapping_0">

        <servlet-name>MessageBrokerServlet</servlet-name>

        <url-pattern>/flex2gateway/*</url-pattern>

    </servlet-mapping>

   

    <!-- start flex2

    <servlet-mapping>

        <servlet-name>FlexMxmlServlet</servlet-name>

        <url-pattern>*.mxml</url-pattern>

    </servlet-mapping>

    <servlet-mapping>

        <servlet-name>FlexInternalServlet</servlet-name>

        <url-pattern>/flex-internal/*</url-pattern>

    </servlet-mapping>   

    end flex2 -->

    <servlet-mapping id="coldfusion_mapping_1">

        <servlet-name>FlashGateway</servlet-name>

        <url-pattern>/flashservices/gateway/*</url-pattern>

    </servlet-mapping>

    <servlet-mapping id="coldfusion_mapping_2">

        <servlet-name>GraphServlet</servlet-name>

        <url-pattern>/CFIDE/GraphData</url-pattern>

    </servlet-mapping>

    <servlet-mapping id="coldfusion_mapping_3">

        <servlet-name>CfmServlet</servlet-name>

        <url-pattern>*.cfm</url-pattern>

    </servlet-mapping>

    <servlet-mapping id="coldfusion_mapping_4">

        <servlet-name>CFCServlet</servlet-name>

        <url-pattern>*.cfc</url-pattern>

    </servlet-mapping>

    <servlet-mapping id="coldfusion_mapping_5">

        <servlet-name>CfmServlet</servlet-name>

        <url-pattern>*.cfml</url-pattern>

    </servlet-mapping>

    <!-- Please leave these .cfm/* mappings in.

          They are included to support Search Engine Safe (SES) URL types.

    -->

    <!-- begin SES -->

    <servlet-mapping id="coldfusion_mapping_6">

        <servlet-name>CfmServlet</servlet-name>

        <url-pattern>*.cfml/*</url-pattern>

    </servlet-mapping>

    <servlet-mapping id="coldfusion_mapping_7">

        <servlet-name>CfmServlet</servlet-name>

        <url-pattern>*.cfm/*</url-pattern>

    </servlet-mapping>

    <servlet-mapping id="coldfusion_mapping_8">

        <servlet-name>CFCServlet</servlet-name>

        <url-pattern>*.cfc/*</url-pattern>

    </servlet-mapping>

    <!-- end SES -->

    <!-- begin RDS -->

    <servlet-mapping id="coldfusion_mapping_9">

        <servlet-name>RDSServlet</servlet-name>

        <url-pattern>/CFIDE/main/ide.cfm</url-pattern>

    </servlet-mapping>

    <!-- end RDS -->

    <servlet-mapping id="coldfusion_mapping_10">

        <servlet-name>CFCServlet</servlet-name>

        <url-pattern>*.jws</url-pattern>

    </servlet-mapping>

    <servlet-mapping id="coldfusion_mapping_11">

        <servlet-name>GraphServlet</servlet-name>

        <url-pattern>/CFIDE/GraphData.cfm</url-pattern>

    </servlet-mapping>

    <servlet-mapping id="coldfusion_mapping_12">

        <servlet-name>CFCServlet</servlet-name>

        <url-pattern>*.cfr</url-pattern>

    </servlet-mapping>

    <servlet-mapping id="coldfusion_mapping_13">

        <servlet-name>CFFormGateway</servlet-name>

        <url-pattern>/CFFormGateway/*</url-pattern>

    </servlet-mapping>

    <servlet-mapping id="coldfusion_mapping_14">

        <servlet-name>CFFileServlet</servlet-name>

        <url-pattern>/CFFileServlet/*</url-pattern>

    </servlet-mapping>

  <servlet-mapping id="coldfusion_mapping_15">

        <servlet-name>CFRestServlet</servlet-name>

        <url-pattern>/rest/*</url-pattern>

    </servlet-mapping>

    <servlet-mapping>

        <servlet-name>CFForbiddenServlet</servlet-name>

        <url-pattern>*.hbmxml</url-pattern>

    </servlet-mapping>

    <!-- start flash form settings -->

    <servlet-mapping>

        <servlet-name>CFInternalServlet</servlet-name>

        <url-pattern>/cfform-internal/*</url-pattern>

    </servlet-mapping>

    <servlet-mapping>

        <servlet-name>CFSwfServlet</servlet-name>

        <url-pattern>*.cfswf</url-pattern>

    </servlet-mapping>

    <servlet-mapping>

        <servlet-name>CFForbiddenServlet</servlet-name>

        <url-pattern>*.as</url-pattern>

    </servlet-mapping>

    <servlet-mapping>

        <servlet-name>CFForbiddenServlet</servlet-name>

        <url-pattern>*.sws</url-pattern>

    </servlet-mapping>

    <servlet-mapping>

        <servlet-name>CFForbiddenServlet</servlet-name>

        <url-pattern>*.swc</url-pattern>

    </servlet-mapping>

    <!-- end flash form settings -->

   

   <!--  WSRP producer servlet mapping.. -->

   <servlet-mapping>

        <servlet-name>WSRPProducer</servlet-name>

        <url-pattern>/WSRPProducer/*</url-pattern>

   </servlet-mapping>

   

    <session-config>

        <session-timeout>30</session-timeout>

    </session-config>

   

    <distributable/>

    <welcome-file-list id="WelcomeFileList_1034013110672">

        <welcome-file>index.cfm</welcome-file>

        <welcome-file>index.html</welcome-file>

        <welcome-file>index.htm</welcome-file>

    </welcome-file-list>

    <!-- start flex2

    <taglib>

        <taglib-uri>FlexTagLib</taglib-uri>

        <taglib-location>/WEB-INF/lib/cf-bootstrap-for-flex.jar</taglib-location>

    </taglib>

    end flex2 -->

</web-app>

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Aug 17, 2016 Aug 17, 2016

Copy link to clipboard

Copied

When you have updated CF in the past have you rerun the Web Server Configuration tool? Seems you dont have the handlers.

Recreating the connection between CF and the webserver will probably resolve this.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Aug 17, 2016 Aug 17, 2016

Copy link to clipboard

Copied

Thanks haxtbh, I reran it and checked and the all caps CFM was not added. 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Aug 17, 2016 Aug 17, 2016

Copy link to clipboard

Copied

As Toby mentioned your connector is not updated, Please recreate the connector.

Thanks,

Priyank

Thanks,
Priyank Shrivastava

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Aug 17, 2016 Aug 17, 2016

Copy link to clipboard

Copied

I did rerun it, see the post just above yours.  Possibly I did it wrong?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Aug 17, 2016 Aug 17, 2016

Copy link to clipboard

Copied

How many numbered folders do you have in \ColdFusion10\config\wsconfig\?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Aug 17, 2016 Aug 17, 2016

Copy link to clipboard

Copied

haxtbh wrote:

How many numbered folders do you have in \ColdFusion10\config\wsconfig\?

6

5 and 6 are from today (I ran it twice when I looked in folder 1 and saw it didn't work.  CFP (in caps) is in folder 5 and 6.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Aug 17, 2016 Aug 17, 2016

Copy link to clipboard

Copied

Each number is for each web site that is configured in the connector. Each time you are adding one you are not changing the first one. Hence why you see them in 5 and 6.

How many websites do you have that are connected to coldfusion? Are they are all the same site in the list when you run the web server configuration?

If you just have one then remove all the connectors and add it again as the only one.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Aug 17, 2016 Aug 17, 2016

Copy link to clipboard

Copied

I just looked and CFM is in all 6 folders.

I have two sites, the main site that was running CF when we started this server about a year ago, then last week we added the second site.

web.fw.png

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Aug 17, 2016 Aug 17, 2016

Copy link to clipboard

Copied

LATEST

When you have a connector with ALL, you don't have to configure the connector with individual sites. Remove all the connectors one by one and add just one connector with ALL.

Thanks,
Priyank Shrivastava

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation