Issue processing htm as cfm
Running Win2k8 64-bit, IIS 7, CF 9 Ent (multi-server config).
I'm trying to process htm files as cfm files but no matter what I do it just displays the CF code (not rendered).
I've edited my web.xml as such:
<servlet-mapping>
<servlet-name>CfmServlet</servlet-name>
<url-pattern>*.htm</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>CfmServlet</servlet-name>
<url-pattern>*.html/*</url-pattern>
</servlet-mapping>
BTW, the web.xml is located here, C:\JRun4\servers\TestInstance\cfusion.ear\cfusion.war\WEB-INF\
I then went into IIS and edited the Handler Mappings for the "TestInstance" website by doing the following:
1) clicked on "add module mapping"
2) request path: *.htm
3) module: ServerSideIncludeModule
4) name: SSI-Inc (left Executable blank, but also tried specifying C:\JRun4\lib\wsconfig\jrun_iis6.dll with same result)
5) request restrictions: mapping > file; verbs > Post, GET; access > script
When I click on view ordered list my *.htm handler mapping is listed first at the top.
Any thoughts?
I had this working on CFMX 6.1 and IIS 6, FWIW.
TIA
