Deployment - App Server:
- tomcat/shared/classes/alfresco/web-extension/site-webscripts (Untouched by re-deployments and upgrades)
- tomcat/webapps/share/components/dashlets (when web resources are included you need to put them directly into the exploded webapp, this is NOT recommended.)
Best practice is to put the files in a directory that explains what they are for, such as for example:
tomcat/shared/classes/alfresco/web-extension/site-webscripts/org/alfresco/training/components/dashlets
Deployment All-in-One SDK project
- aio/share-jar/src/main/resources/alfresco/web-extension/site-webscripts/{custom path}
- aio/share-jar/src/main/resources/META-INF/resources/share-jar/components/dashlets (when web resources such as CSS and JS are included)