mirror of https://github.com/apache/archiva.git
[MRM-1807] Archiva wrapper fail to start: add values in default-archiva.xml
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1571882 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0c389b180b
commit
cf9d918e51
|
@ -142,4 +142,14 @@
|
||||||
</ui>
|
</ui>
|
||||||
</webapp>
|
</webapp>
|
||||||
|
|
||||||
|
<redbackRuntimeConfiguration>
|
||||||
|
<userManagerImpls>
|
||||||
|
<userManagerImpl>jdo</userManagerImpl>
|
||||||
|
</userManagerImpls>
|
||||||
|
<rbacManagerImpls>
|
||||||
|
<rbacManagerImpl>cached</rbacManagerImpl>
|
||||||
|
</rbacManagerImpls>
|
||||||
|
</redbackRuntimeConfiguration>
|
||||||
|
|
||||||
|
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
Loading…
Reference in New Issue