Alfresco Content Services Certified Engineer Practice Questions
A repository web script is defined in the directory:‘/webapps/alfresco/WEB-INF/alfresco/templates/webscripts/org/alfresco/test’ inside the Alfresco Content Services installation.
A repository web script is defined in the directory:
‘/webapps/alfresco/WEB-INF/alfresco/templates/webscripts/org/alfresco/test’ inside the Alfresco Content Services installation. Which of the following procedures should you use to change the default output template, while adhering to best practice?
A.
Create a copy of the output template file in the same directory, then update the web script descriptor to reference the new file.
B.
Copy the output template file into:‘/webapps/alfresco/WEB-INF/alfresco/extension/templates/webscripts/org/alfresco/test’, make your changes there, then update the web script descriptor to reference the new file.
C.
Copy the output template file into:‘/webapps/alfresco/WEB-INF/alfresco/extension/templates/webscripts/org/alfresco/test’ and make your changes there.
D.
Copy the output template file into:‘/shared/classes/alfresco/extension/templates/webscripts/org/alfresco/test’ and make your changes there.