I have two servers, that should be configured the ...
# lucee
s
I have two servers, that should be configured the same (but perhaps are not?). They both worked a week ago. When I checked today, one of the servers is trying to serve files from the root of the C: drive! This only happens with .cfm files. If I browse to an image or html file it gets served from the correct directory (C:\inetpub\wwwroot\mysite). So I think the problem is in my Lucee config somewhere. This is a new server that hasn't been put into production yet. It's running the latest Apache 2.4, latest Tomcat 9, and latest appropriate JVM. Lucee version is 5.3.8.201. Any ideas what I should be checking next? As I said, this is one of a pair of servers, and the other is working correctly. I've compared the httpd.conf and server.xml files and the only differences are where they should be (IPs and such). Here's another clue, I see this error in my log, the app is trying to load it's config from the root of the C drive.
file or directory [<C://config/ColdSpring.json>] does not exist
It's like there is a mapping pointing / to C:\, but I have checked and I don't see any odd mappings.
I restarted Lucee and that fixed it. So that is kind of scary.