Jason Ryan
09/06/2022, 9:32 PMLucee-light Docker image and attempting to add the necessary extensions one at a time. As an example, form.extension. I've tried adding the f_orm.extension-1.0.0.10.jar_ to /opt/lucee/server/lucee-server/bundles/ as well as /opt/lucee/server/lucee-server/context/extensions/available (per Lucee docs) and both yield a "not loaded" status for form.extension when checking in Lucee admin. These happen at container build time so obviously restarting it isn't required. Any idea where I need to put these darn .jar files to get an "active" status on them?chapmandu
09/07/2022, 5:26 AM.lex files the /deploy dirJason Ryan
09/07/2022, 1:42 PM.lex files other than jacking them from a regular Lucee install /extensions folder?Jason Ryan
09/07/2022, 2:15 PMENV LUCEE_EXTENSIONS "version=42.2.20,FAD67145-E3AE-30F8-1C11A6CCF544F0B7;name=FormExtension;version=1.0.0.10" 🙂 Thanks again!seancorfield