do your iis mappings.....map any extension to the jrun.dll and you then have to edit this file with this line of code. making any extension you want!
Open the cf_webroot\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> **why change the extension, because we can!** tony :) -----Original Message----- From: Douglas Brown [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 8:03 PM To: CF-Talk Subject: Re: CFMX not reading .html files like CF5! Very bad! Gee, I know what you mean. My kids are 9, 11 and 12 and it is a mad house at night trying to get them all fed, bathed and stories read befre bedtime. Douglas Brown Email: [EMAIL PROTECTED] ----- Original Message ----- From: "Mark A. Kruger - CFG" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, June 26, 2002 5:04 PM Subject: RE: CFMX not reading .html files like CF5! Very bad! > It's ok - My kids have been cooking supper every night this week (my wifes > idea) they are 6, 8 and 11 - so around about 6:45 I'm not always in the best > mood (I wish I had more of an affinity for things on a bun <g>). Let's not > ever speak of this ugly incident again : ) > > -mk > > -----Original Message----- > From: Andrew Scott [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 26, 2002 6:54 PM > To: CF-Talk > Subject: RE: CFMX not reading .html files like CF5! Very bad! > > > *Smile* > > Point taken.. > > > -----Original Message----- > From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]] > Sent: Thursday, 27 June 2002 9:50 AM > To: CF-Talk > Subject: RE: CFMX not reading .html files like CF5! Very bad! > > Hey Andrew - perhaps you should try READING the post before answering > it. I > never said that I've done this - or that it was a good idea. I was > actually > trying to be HELPFUL to the individual by answering the QUESTION HE WAS > ASKING without flaming him. This is NOT something I've done or would > recomend. I was merely pointing out 2 of the reasons I've heard for why > folks have done it. does that mean I've "never worked in a production > environment..." . I think not <snip> > > > > ______________________________________________________________________ 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

