Dropping .CFCconfig.json in /deploy folder?

using the following base
FROM lucee/lucee:6.1.1.118-light-nginx-tomcat9.0-jdk11-temurin-jammy

add a trimmed .CFCONFIG containing only scheduled tasks

COPY docker/CFConfig-rev.json /opt/lucee/server/lucee-server/deploy/.CFConfig.json

then running a pre-warm … everything starts up, with the extensions loaded but the scheduled tasks are not starting.

So I check the contents of /opt/lucee/server/lucee-server/context/.CFConfig.json and the scheduled tasks correctly merged but don’t show up or run until the server is restarted.

Is that a problem of using /deploy eluded to by Michael in LDEV-4994 ?

https://luceeserver.atlassian.net/browse/LDEV-4994
and Lucee 6.1.1 (6.1.1.100-RC) Release Candidate

could you please raise a ticket for that, i will address it asap.

1 Like

https://luceeserver.atlassian.net/browse/LDEV-5169

Thank you