Using graph.cfm with IIS under Windows Server 2012

Is there a permissions trick to enabling graph.cfm in IIS?

When I try to use with writeToBrowser to display an image retrieved from a file or from a BLOB, it fails - any request to graph.cfm results in a 404 error.

I have read a few posts in this group and elsewhere from people who seem to have had similar issues, but haven’t gleaned anything helpful from those posts.

Can someone advise me?

Thank you!

OS: Windows Server 2012 R2 (6.3) 64bit
Java Version: 11.0.3 (AdoptOpenJDK) 64bit
Tomcat Version: Apache Tomcat/9.0.20
Lucee Version: 5.3.3.62

this outputs the image inline as base64

or use the cfimage, base64=true option, which also bypasses graph.cfm

this bug was also just recently fixed
https://luceeserver.atlassian.net/browse/LDEV-2330

Thanks, Zac!