Adobe Muse code embedded in CF page.
I have seen some posts (Muse forum) stating that embedding coldfusion code in Muse pages is impractical. However, I want to do the opposite.
I tried calling the muse from CF using a variety of methods, including cfhttp (presumably preferred), cfmodule, and cfinclude. The following error code seems to be the core issue among these methods:
COM.Allaire.ColdFusion.HTTPFailure
I have also tried removing some of the standalone page type code from the muse code (e.g. !DOCTYPE, and HTML and BODY tags), but to no effect. I asked this on the Muse forum as well.
<div class="container home">
<cfhttp url="#application.proot#/includes/__sstandards/index.html" method="GET" resolveurl="Yes" throwOnError="Yes">
<!---cfmodule template="#request.includes#/__sstandards1/index.cfm"--->
<!---||#application.proot#||--->
</div>
