change web.xml to run FileGraphSetup instead of AttachSubmodels. NIHVIVO-1311.

This commit is contained in:
sjm222 2010-11-12 00:49:24 +00:00
parent 6b67704be8
commit 78be7293fa

View file

@ -94,9 +94,10 @@
</listener-class>
</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-class>edu.cornell.mannlib.vitro.webapp.servlet.setup.AttachSubmodels</listener-class>
<listener-class>edu.cornell.mannlib.vitro.webapp.servlet.setup.FileGraphSetup</listener-class>
</listener>
<!-- Pellet setup enables reasoning. Inferences are cached in a separate DB graph. -->