Hello,
Lucee 5.0 on Windows 2012 with IIS8.5
I am new to Lucee, first post to this group, and I just installed it today and testing to see if it can replace our large CF app. First off, I need to tell Lucee to process “.lf” files, which is what we name “.cfm” files.
I added a handler mapping in IIS , and now tomcat is replying to the request but Lucee is not processing it…
I tried adding a uriworkermap.properties file with the *.lf map but that did not work.
I tried adding a web.xml file under the website root > WEB-INF but that also did not work.
Does anyone know how to do this? There are a couple of unanswered threads asking about this…
Also, what I was curious about is, if I modify the web.xml and uriworkernap.properties to ADD “*.lf” do I also need to add everything else that is being handled automatically?
Any help appreciated! Thank you!
Brook