It can be overriden at the web app using a WEB-INF/context.xml that specifies 
the valve implementing the Authenticator interface:


  | <Context>
  |   <Valve className="com.acme.authenticator.FormAuthenticator"
  |           disableProxyCaching="true" />
  | </Context>
  | 

The Authenticators.properties is loaded using the class path, so a 
conf/org/apache/catalina/startup/Authenticators.properties may work as an 
override but I have not tested it.


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865404#3865404

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865404


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to