<Context>
<Valve
className="org.apache.catalina.authenticator.FormAuthenticator"
cache="false" />
</Context>
Place this in a context.xml in META-INF of your war file in stand alone tomcat or in WEB-INF of JBoss.
The above works for FORM authentication.
Remember, performance will be slow.
No comments:
Post a Comment