I think this URL might help you, but i am not sure.
http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/JDBCRealm.howto
Rama
>I looked in the slide-dev mailing archive for Slide and see this
configuration which is not here in the current version for web.xml:
<login-config>
<auth-method>FORM</auth-method>
<realm-name>Example Form-Based Authentication Area</realm-name>
<form-login-page>/login.jsp</form-login-page>
<form-error-page>/error.jsp</form-error-page>
</login-config>
Is there away for us to validate the username and password instead of using
the one that implemented by Tomcat?