We are in the process of automating deployments. We have customised the docker image of lucee for our application. It’s been set up with Apache connector mod_cfml. I have a start up script, which starts the processes as follows
set -m
apachectl start
sleep 20
/usr/local/tomcat/bin/catalina.sh run
However the application doesn’t run away straight away. On restart of the docker container it works perfectly. The issue seems to be some of the components/libraries are not included when it starts up first. I’ve tried to move this order around. Or manually restarting the processes.
The issue is that in CI/CD pipelines, it’s hard to restart the container before it runs the automated tests. I would appreciated, if someone can assist me with this please.
Don’t forget to tell us about your stack!
OS: ???
Java Version: ???
Tomcat Version: ???
Lucee Version: ???
2 posts - 2 participants