Modifying Publication Webapp Properties

To modify the properties of a publication web application component you must create a .properties file in the publication's WEB-INF/localconfig folder, and add a name=value property setting to it. The file must have the same name and path as the component it is modifying.

For example, if you look for the PublicationResolverProcessor component of a publication in the escenic-admin component browser, you will see that it has the path com/escenic/servlet. To set this component's publicationName property, therefore, you would need to create a file called WEB-INF/localconfig/com/escenic/servlet/PublicationResolverProcessor.properties containing an entry like this:

publicationName=mypub

See The default.properties File for a simpler way of setting this particular property.

In order to see the results of changing one of these properties you must redeploy the web application and restart the Content Store.