so I have the following .config in my .ebextensions direcory. It's a tomcat8 environment:
container_commands:
replace-web_xml:
command: cp .ebextensions/web.xml /etc/tomcat8/web.xml
replace-config:
command: cp .ebextensions/insign.properties /var/lib/tomcat8/webapps/insign.properties
Now replace-web_xml is working fine,only the replace-config command isn't working. The file is not being copied to that location. I've looked into the log but couldnt find anything that could cause this.
Any ideas?
Thanks