I did. I have tried everything that I can think of. I set it use the same
process (jrun.dll) that cfm templates use in IIS.  I then changed the xml
file.  I added html, htm, and a test extension, mwb.  Mwb works fine, htm
and html do not.  They return page cannot be displayed errors.  I had to
undo the html and htm settings in IIS as no html files would run, not even
the cfdocs.  So I an turning to you and others for more information.
Perhaps I missed something, but I have gone through the settup three times
now and honestly can not see what I am missing.

I thank you for you help.  Please let me know if you think of anything else.

Mike

-----Original Message-----
From: Tony Weeg [mailto:[EMAIL PROTECTED]]
Sent: Saturday, June 22, 2002 6:20 AM
To: CF-Talk
Subject: RE: Running HTML Templates in CFMX


did you make sure to make the association
in iis for .html files to be parsed by the 
jrun.dll that .cfm files are set to be parsed by?

tony


-----Original Message-----
From: Mike Byers [mailto:[EMAIL PROTECTED]] 
Sent: Friday, June 21, 2002 3:55 PM
To: CF-Talk
Subject: RE: Running HTML Templates in CFMX


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





______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.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

Reply via email to