Lucee-server.xml in Lucee 6.0

Lucee 6 uses a JSON format for configuration now instead of XML - that will be why it is ignoring your server.xml file.

You may be able to use the new ConfigImport() function to programmatically import your datasources if you read your XML file into a struct.

There will also be CommandBox and cfconfig as another option to import them:

1 Like