I repeated the process for the third time this morning and got it to work. I did notice that there was also a
<servlet-mapping> <servlet-name>CfmServlet</servlet-name> <url-pattern>*.cfml/*</url-pattern> </servlet-mapping> in addition to the <servlet-mapping> <servlet-name>CfmServlet</servlet-name> <url-pattern>*.cfml</url-pattern> </servlet-mapping> I am not sure why the /* is needed but I did the same this time for the html and htm mappings and it seems to work. I have not tested it again with out them to see if it quits working, but at this point I do not care :) Its finally working! I may get around to it if I get some time. Thanks again. Mike -----Original Message----- From: Mike Byers [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 27, 2002 8:30 AM To: CF-Talk Subject: RE: CFMX not reading .html files like CF5! Very bad! I tried this already and posted a request for help earlier this week. It read.... 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 -----Original Message----- From: Tony Weeg [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 8:21 PM To: CF-Talk Subject: RE: CFMX not reading .html files like CF5! Very bad! 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> > > > > ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. 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

