Have you actually got this to work? I tried this by adding HTML, HTM, and MWB. Only MWB works. I thought I read somewhere that HTML support in CF was going away. Although, I can not find this reference. I will try it again, but I am sure that it was set up right as all I did was cut and paste all three and made the obvious changes. And as I said, only MWB extension worked. The other two just returned page could not be found. The files are in the same directory also.
Thanks. Mike -----Original Message----- From: Tony Weeg [mailto:[EMAIL PROTECTED]] Sent: Friday, June 21, 2002 2:28 PM To: CF-Talk Subject: RE: Running HTML Templates in CFMX also, stop and restart the cf service :) tony -----Original Message----- From: Tony Weeg [mailto:[EMAIL PROTECTED]] Sent: Friday, June 21, 2002 3:23 PM To: CF-Talk Subject: RE: Running HTML Templates in CFMX 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

