resin-web.xml 391 B

12345678910111213
  1. <!--
  2. - $Id$
  3. - File will be copied into WAR's WEB-INF directory if using container adapter
  4. -->
  5. <web-app>
  6. <authenticator>
  7. <type>net.sf.acegisecurity.adapters.resin.ResinAcegiAuthenticator</type>
  8. <init>
  9. <app-context-location>resin-acegisecurity.xml</app-context-location>
  10. <key>my_password</key>
  11. </init>
  12. </authenticator>
  13. </web-app>