I have an moduleglue app I'm trying to port over to Lucee from CF8 and I'm having
some problems with ExpandPath and the current 4.5.2 build.
I have an Apache 2.4 virtual server setup which points to the wwwroot directory,
as I don't want to expose any files which don't need to be web accessible
It all works fine if I set the apache documentRoot to the app root directory (c:\inetpub\appdir)
and then access the
http://localhost/wwwroot/index.cfm directory, which is obviously sub optimal
but when I set the document root to c:\inetpub\appdir\wwwroot, it falls over because
the expandPath for the moduleglue file then resolves to
C:\inetpub\appdir\wwwroot\appdir\config\ModelGlue.xml
instead of
C:\inetpub\appdir\config\ModelGlue.xml
any ideas?