NIHVIVO-1261 Add the new ConfigurationProperties classes, and add the setup to web.xml
This commit is contained in:
parent
3134054f7b
commit
b7510fa355
6 changed files with 533 additions and 0 deletions
|
@ -39,6 +39,11 @@
|
|||
|
||||
<!-- 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-class>edu.cornell.mannlib.vitro.webapp.config.RevisionInfoSetup</listener-class>
|
||||
</listener>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue