forked from ISTI-ansible-roles/ansible-roles
managed parameter resolver-basepath
This commit is contained in:
parent
5058692575
commit
56ffe10a78
|
@ -7,6 +7,11 @@
|
||||||
<param-name>admin-pwd</param-name>
|
<param-name>admin-pwd</param-name>
|
||||||
<param-value>{{ jackrabbit_security_admin_pwd }}</param-value>
|
<param-value>{{ jackrabbit_security_admin_pwd }}</param-value>
|
||||||
</context-param>
|
</context-param>
|
||||||
|
<context-param>
|
||||||
|
<param-name>resolver-basepath</param-name>
|
||||||
|
<param-value>{{ storagehub_resolver_basepath }}</param-value>
|
||||||
|
</context-param>
|
||||||
|
|
||||||
|
|
||||||
<servlet>
|
<servlet>
|
||||||
<servlet-name>org.gcube.data.access.storagehub.StorageHub</servlet-name>
|
<servlet-name>org.gcube.data.access.storagehub.StorageHub</servlet-name>
|
||||||
|
|
Loading…
Reference in New Issue