Closed mark-lancaster closed 3 years ago
Thanks for the heads-up. You are correct, and I've fixed it now.
It's a bad copy/paste from my Docker builds. In the Docker builds I copy all scripts into the image, then process them before moving them to the CATALINA_BASE. The Vagrant build is a little different and I screwed up when updating it.
That's fixed on all the builds that include Tomcat+ORDS now.
Cheers
Tim...
Getting the following error for new ol8_19 and ol7_19 VMs.
I think the following lines in ords_software_installation.sh should be modified from: sed -i -e "s|###AJP_SECRET###|${AJP_SECRET}|g" ${SCRIPTS_DIR}/server.xml sed -i -e "s|###AJP_ADDRESS###|${AJP_ADDRESS}|g" ${SCRIPTS_DIR}/server.xml
to: sed -i -e "s|###AJP_SECRET###|${AJP_SECRET}|g" ${CATALINA_BASE}/conf/server.xml sed -i -e "s|###AJP_ADDRESS###|${AJP_ADDRESS}|g" ${CATALINA_BASE}/conf/server.xml
Impacts multiple VMs