I created a Maven project in OpenShift. I want to access file in data/uploads
folder for this.
I created deploy in .openshift\action_hooks
ln -s ${OPENSHIFT_DATA_DIR}uploads ${OPENSHIFT_REPO_DIR}src/main/webapp
But it won't create symlink, and even if I create a symlink directly it still can't access with url. Any suggestions please?