Is there a documentation about correct place to put web script descriptor (and view template) inside an AMP? I've found at least dozen advices where to put them and some of them work (with some "hacking"), some not. But I want to what is recommended practice.
So I took records management module to see how it was implemented there and found:
- all webscripts are found inside config/alfresco/templates/webscripts/
- there is no file-mapping.properties, so upper location is directly mapped into war
Now, after using that principle in my own module it simply doesn't work - scripts are not installed.
Is there some other configuration involved?