gsr
10/05/2022, 3:23 PM<url-pattern>/index.html/*</url-pattern>
</servlet-mapping>
but when i view my html in browser, i see raw cfm code in the form <cfinclude, i did restarted my server after the change i didMichael Schmidt
10/05/2022, 3:36 PM<url-pattern>/index.html</url-pattern>
if you want to server all html pages as cfm you should be able to change it to *.html
<url-pattern>*.html</url-pattern>
gsr
10/05/2022, 3:46 PM