Starting with a `Lucee-light` Docker image and att...
# cfml-general
j
Starting with a
Lucee-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?
c
I looked into this a while ago.. I think you need to put the
.lex
files the /deploy dir
j
No way! Thanks for the tip. Do you know if there's a standard way of obtaining these
.lex
files other than jacking them from a regular Lucee install /extensions folder?
Ended up going with the easier solution of just using
ENV LUCEE_EXTENSIONS "version=42.2.20,FAD67145-E3AE-30F8-1C11A6CCF544F0B7;name=FormExtension;version=1.0.0.10"
🙂 Thanks again!
s
(probably a better question for #lucee just FYI for the future)