Open the cfserver_root\wwwroot\WEB-INF\web.xml . You can modify the extension mappings by adding these lines:
<servlet-mapping> <servlet-name>CfmServlet</servlet-name> <url-pattern>*.html</url-pattern> </servlet-mapping> ...tony -----Original Message----- From: Mike Byers [mailto:[EMAIL PROTECTED]] Sent: Friday, June 21, 2002 3:18 PM To: CF-Talk Subject: Running HTML Templates in CFMX Has anyone been able to run an HTML template with CFML inside it in the CFMX release. We are cleaning up some of our older templates to rid ourselves of these things, but until then, I need to know how to make it work. It worked just fine in CF5. I have already attempted to add the template mappings in IIS and the xml file as recommended. I was able to get another dummy extension to work that way, but was puzzled that HTML still would not display through CFMX. Any suggestions? Thanks in advance. Mike ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

