14 lines
391 B
XML
14 lines
391 B
XML
<!--
|
|
- $Id$
|
|
- File will be copied into WAR's WEB-INF directory if using container adapter
|
|
-->
|
|
<web-app>
|
|
<authenticator>
|
|
<type>net.sf.acegisecurity.adapters.resin.ResinAcegiAuthenticator</type>
|
|
<init>
|
|
<app-context-location>resin-acegisecurity.xml</app-context-location>
|
|
<key>my_password</key>
|
|
</init>
|
|
</authenticator>
|
|
</web-app>
|