vitro/webapp/context.xml
j2blake c2a1195fec VIVO-2 Modify the build so installers can create a container-neutral VIVO.
Split deploy.properties into build.properties and runtime.properties, with runtime.properties going into the Vitro home directory. Modify ConfigurationProperties to locate the Vitro home directory, either by System property or JNDI Environment variable, or from build.properties, and to read from both build.properties and runtime.properties. Revise the install and upgrade documents for VIVO and Vitro. Change comments and error messages that referred to deploy.properties by name. Change vitro.home.directory to vitro.home
2013-01-16 14:54:33 -05:00

7 lines
235 B
XML

<Context>
<!-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<!--
Disable the attempt to persist sessions when Tomcat shuts down.
-->
<Manager pathname="" />
</Context>