Fixed
Details
Assignee
Michael OffnerMichael OffnerReporter
Zac SpitzerZac SpitzerNew Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
NonePriority
New
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Zac Spitzer
Zac SpitzerNew Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
None
Priority
Created 13 June 2023 at 14:11
Updated 15 June 2023 at 10:03
Resolved 15 June 2023 at 09:32
When preside commands configure a new site, it only writes out a
lucee-web.xml.cfm
file, but nolucee-server.xml
file.Currently Lucee only looks for
lucee-server.xml
file, if it's not found, it assumes a new installation and goes single modeHowever, the way commandbox works by default, every different lucee version is deployed to a fresh server home.
if a
lucee-web-directory
is configured, also check for alucee-web.xml.cfm
and it it exists, default to multi mode, otherwise the config is ignored and things don't worki.e. https://github.com/lucee/Lucee/blob/6.0/core/src/main/java/lucee/runtime/engine/CFMLEngineImpl.java#L968