Is there a wildcard that i can add to the web.xml file in the servlet-mapping
section so coldfusion mx will handle all requests that are passed to it? If
not is there any other way to handle this? Attached is the servlet-mapping for
CFML files.

Windows 2003, IIS 6 and CFMX 6.1



<servlet-mapping>
<servlet-name>CfmServlet</servlet-name>
<url-pattern>*.cfml</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>CfmServlet</servlet-name>
<url-pattern>*.cfml/*</url-pattern>
</servlet-mapping>