15 lines
582 B
XML
15 lines
582 B
XML
![]() |
<Context override="true">
|
||
|
<!--
|
||
|
Vitro will interpret this as either a file path or a resource path. So,
|
||
|
if a simple resource path is used, such as "deploy.properties", Vitro
|
||
|
will find the file at:
|
||
|
${Tomcat}/webapps/vitro/WEB-INF/classes/deploy.properties
|
||
|
For an external file, specify a full file path, like
|
||
|
"/usr/local/vitro/deploy.properties".
|
||
|
-->
|
||
|
<Environment type="java.lang.String" override="false"
|
||
|
name="path.configuration"
|
||
|
value="deploy.properties"
|
||
|
/>
|
||
|
</Context>
|