Enable Permalinks

To enable the definition of permalinks in the editorial system of the CMS, please edit the gui.xml configuration file located in the webapps/GUI/WEB-INF directory of the CMS instance:

<bean id="inspectorRegistry" ...>
    ...
    <property name="enablePermalinks" value="true" />
</bean>

Afterwards, the GUI needs to be deployed:

./bin/rc.npsd deploy GUI

Permalinks now show up in the details view:

Permalinks need to be unique strings composed of characters permitted in URLs. Such a string becomes the path part of the URL of the CMS file concerned. The live server application has access to permalinks too, and is able to deliver the file using this path, in addition to its regular path.