I just want to create a folder outside my war structure. I need to replicate my local architecture using vmc or via manifest.yml
I want to create directories into the root of the remote system.
For example, in Amazon Elastic Beanstalk you can do this :
command: "cp -r .ebextensions/myConfig /var/"
Where "myConfig" is a Linked folder into my local strructure, and "var" is a remote folder for a Tomcat Based instance in Amazon.
Is there any way to do this in Cloud Foundry?