NIHVIVO-1261 Add the ConfigurationPropertiesSetup context listener, for the new ConfigurationProperties class.
This commit is contained in:
parent
844c8e30be
commit
a4852ad939
1 changed files with 5 additions and 0 deletions
|
@ -39,6 +39,11 @@
|
||||||
|
|
||||||
<!-- Listeners ****************************************************** -->
|
<!-- Listeners ****************************************************** -->
|
||||||
|
|
||||||
|
<!-- Reads deploy.properties. Needs to run before almost all other listeners. -->
|
||||||
|
<listener>
|
||||||
|
<listener-class>edu.cornell.mannlib.vitro.webapp.config.ConfigurationPropertiesSetup</listener-class>
|
||||||
|
</listener>
|
||||||
|
|
||||||
<listener>
|
<listener>
|
||||||
<listener-class>edu.cornell.mannlib.vitro.webapp.config.RevisionInfoSetup</listener-class>
|
<listener-class>edu.cornell.mannlib.vitro.webapp.config.RevisionInfoSetup</listener-class>
|
||||||
</listener>
|
</listener>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue