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


______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.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