Closed mwojno-tsg closed 3 years ago
AW commit: 7812 adds the build-over-ALFRESCO-PAAS.properties
. Created 3.4.2.1
tag. For Pnp solution version 3.4.2.6
release.
This commit was released with milestone 3.4.2.6, however, it was a temporary fix to unblock progress. Actual fix coming in 3.4.2.7
CR: aking
^ Cannot do the above solution b/c deployment team does not what to create the xml
folder in the tomcat/temp
Closing with AW commit: 7816. Pointing the xml and upload folder path's to the 'tomcat/temp' folder instead. We do not have write access in PaaS to the '/WizardAdmin/temp, but we have write access to the
tomcat/temp`
CR: dgrumieaux, gsteimer
Overview
The
WizardAdmin/temp
folder's permissions are locked down in the PaaS env due to security issues with thewebapps
folder being up to the public to hit those urls.Therefore, the temp dir used needs to be the alfresco tomcat temp folder instead.
This involves no change we are just building with a
temp.dir=tomcat/temp
instead. Seebuild-over-ALFRESCO-PAAS.properties
.As part of the new deployment process, the deployment team will create the folder:
tomcat/temp/xml
. This folder needs to exist forWizardAdmin
to write to