Open the C:\CFusionMX\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> and then of course, add the mappings to iis, like you used to with cf5 ...tony Tony Weeg Senior Web Developer UnCertified Advanced ColdFusion Developer Information System Design Navtrak, Inc. Mobile workforce monitoring, mapping & reporting www.navtrak.net 410.548.2337 -----Original Message----- From: Austin Govella [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 1:56 PM To: CF-Talk Subject: Re: file extensions and IIS > I am trying to process .htm extensions as cold fusion pages (In CFMX). > > I have added the mapping in IIS and modified the web.xml file but I get > the following error > > "/ by zero" Paul: I'm trying to do the same thing, but I get a different error: "The document contains no data." Where did you read about editing the web.xml file? I hadn't seen that anywhere. Thanks, -- Austin Govella Grafofini ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

