System information

Adobe documentation - Confidential
Servlet Mapping
Servlet
Purpose
*.cfml
*.CFML
*.Cfml
CfmServlet
Handles execution of CFML contained in
files with the .cfml file extension. These
servlet mappings can be commented out if
you do not have any files with a .cfml file
extension in your code base.
*.cfc
*.CFC
*.Cfc
CFCServlet
Handles execution of remote function calls
in cfc files. These servlet mappings can be
commented out if you do not use any CFCs
with access=remote
*.cfml/*
*.cfm/*
*.cfc/*
CfmServlet
CFCServlet
These servlet mappings are used for search
engine safe url's such as /index.cfm/x/y
/CFIDE/main/ide.cfm
RDSServlet
Used for RDS, this servlet mapping should
be commented out on production servers.
If you do enable RDS in production (which is
highly discouraged) you should ensure that
it runs over HTTPS and is locked down by IP
address.
/JSDebugServlet/*
JSDebugServlet
Used for debugging cfclient, should be
commented out on production servers.
.jws
CFCServlet
Java Web Services - allows you to easily
write and deploy SOAP web services in Java
similar to a CFC. Should be commented out
of your applications do not have any jws
files.
.cfr
CFCServlet
Used for cfreport, can be commented out if
cfreport is not used.
/CFFormGateway/*
CFFormGateway
Required for flash forms <cfform
format=flash>, can be commented out if
not needed.
/CFFileServlet/*
CFFileServlet
Adobe documentation - Confidential