resin-web.xml 311 B

123456789101112
  1. <!--
  2. - $Id$
  3. -->
  4. <web-app>
  5. <authenticator>
  6. <type>net.sf.acegisecurity.adapters.resin.ResinAcegiAuthenticator</type>
  7. <init>
  8. <app-context-location>resin-acegisecurity.xml</app-context-location>
  9. <key>my_password</key>
  10. </init>
  11. </authenticator>
  12. </web-app>