Hi,
ContextRoot is hard coded to 'alfresco' in adf-core. Is there a way to configure a custom context like 'alfresco/demo'?
AlfrescoApiService.prototype.reset = function () {
this.alfrescoApi = new alfrescoApi({
provider: this.storage.getItem('AUTH_TYPE'),
ticketEcm: this.storage.getItem('ticket-ECM'),
ticketBpm: this.storage.getItem('ticket-BPM'),
hostEcm: this.appConfig.get('ecmHost'),
hostBpm: this.appConfig.get('bpmHost'),
contextRoot: 'alfresco',
disableCsrf: this.storage.getItem('DISABLE_CSRF') === 'true'
});
};
Thanks.
Solved! Go to Solution.
Yes, both are supported.
This has been fixed couple of days ago and should be available with the upcoming 2.3.0 release. It will be possible to change both APS and ACS context roots via configuration file.
Hi Denys,
Denys Vuika
Is this fixed for ACS in 2.3.0? If yes, how can we configure it?
I checked in the Release Note, its mentions for BPM only.
So wanted to confirm with you.
Yes, both are supported.
Discussions, help and advice about the Alfresco Development Framework.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.