Deploying the web script
The web script components are now ready. In order to make them work together, these need to be deployed now. In your Alfresco installed directory, perform the following steps:
Create a folder named
example
at the locationtomcat\shared\classes\alfresco\extension\templates\webscripts
.Put
contentlocation.get.desc.xml
,contentlocation.get.json.ftl
, andcontentlocation.get.xml.ftl
at the locationtomcat\shared\classes\alfresco\extension\templates\webscripts\example
.Put
custom-example-webscripts-context.xml
at the locationtomcat\shared\classes\alfresco\extension
.Create folders
com
|example
|content
at the locationtomcat\webapps\alfresco\WEB-INF\classes
.Put the compiled Java class
ContentLocationWebscript.class
at the locationtomcat\webapps\alfresco\WEB-INF\classes\com\example\content
.Restart the server.
Registering the web script
As we just restarted the server, on a server startup, the web script gets registered. Now in order to confirm this, go to the URL http://localhost...