Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Propertywebmanager.springproperties.filename
Default value

classpath:webmanager.properties

Explanation

This property points to the files used by the Spring framework (see the file <webmanager-root>\webmanager\webapps\backed\WEB-INF\springmvc-servlet.xml). The properties file can be referenced in two ways:three ways:

  • By referring to the file in the classpath:

    <webmanager.springproperties.filename>classpath:webmanager.properties</webmanager.springproperties.filename>
  • By setting a Java system property with the name webmanager.configuration.properties.filename that points to the location of the file webmanager.properties, for example if it is located outside of the XperienCentral deployment:

    <webmanager.springproperties.filename>classpathfilename>file:${webmanager.properties<configuration.properties}</webmanager.springproperties.filename>
  • By explicitly pointing to the location of the file on the file system if the properties file is located outside of the XperienCentral deployment, for example:

    <webmanager.springproperties.filename>file:/vol/www/mywebsite/condiguration/spring/webmanager.properties</webmanager.springproperties.filename>

...