managed parameter resolver-basepath

This commit is contained in:
Roberto Cirillo 2018-11-22 09:58:50 +01:00
parent 5058692575
commit 56ffe10a78
1 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,11 @@
<param-name>admin-pwd</param-name>
<param-value>{{ jackrabbit_security_admin_pwd }}</param-value>
</context-param>
<context-param>
<param-name>resolver-basepath</param-name>
<param-value>{{ storagehub_resolver_basepath }}</param-value>
</context-param>
<servlet>
<servlet-name>org.gcube.data.access.storagehub.StorageHub</servlet-name>