change web.xml to run FileGraphSetup instead of AttachSubmodels. NIHVIVO-1311.
This commit is contained in:
parent
6b67704be8
commit
78be7293fa
1 changed files with 3 additions and 2 deletions
|
@ -94,9 +94,10 @@
|
||||||
</listener-class>
|
</listener-class>
|
||||||
</listener>
|
</listener>
|
||||||
|
|
||||||
<!-- Attaching submodels permits extra RDF files to be made visible without storing the data in the DB. -->
|
<!-- Reads Core VIVO ABox and TBox models from the file system each time the application starts. -->
|
||||||
|
<!-- Needs to run after JenaDataSourceSetup -->
|
||||||
<listener>
|
<listener>
|
||||||
<listener-class>edu.cornell.mannlib.vitro.webapp.servlet.setup.AttachSubmodels</listener-class>
|
<listener-class>edu.cornell.mannlib.vitro.webapp.servlet.setup.FileGraphSetup</listener-class>
|
||||||
</listener>
|
</listener>
|
||||||
|
|
||||||
<!-- Pellet setup enables reasoning. Inferences are cached in a separate DB graph. -->
|
<!-- Pellet setup enables reasoning. Inferences are cached in a separate DB graph. -->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue